[SRU][Focal][PULL] Focal update: v5.4.157 upstream stable release

Kamal Mostafa kamal at canonical.com
Mon Nov 22 22:31:39 UTC 2021


This pull request (50 commits) includes the following Focal stable patchsets:

	Focal update: v5.4.157 upstream stable release
	https://bugs.launchpad.net/bugs/1951883

Note also that the 'stable-next' branch head contains this and all prior
pending upstream stable releases.  I recommend fetching and applying just this
reference ('stable-next') instead of each tags/focal-stable-v5.4.xx reference:

   git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-focal.git stable-next

 -Kamal

-----

The following changes since commit 569f09d927c5876bb78b60f4cbe224ce8e40838a:

  ACPI: resources: Add one more Medion model in IRQ override quirk (2021-11-22 17:47:28 +0100)

are available in the Git repository at:

  git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-focal.git tags/focal-stable-v5.4.157

for you to fetch changes up to 48bf2b512a6465d0c3a2c973adf7b52a857920e0:

  UBUNTU: upstream stable to v5.4.157 (2021-11-22 13:24:41 -0800)

----------------------------------------------------------------
Andrew Lunn (2):
      phy: phy_ethtool_ksettings_get: Lock the phy for consistency
      phy: phy_start_aneg: Add an unlocked version

Arnd Bergmann (3):
      ARM: 9134/1: remove duplicate memcpy() definition
      ARM: 9139/1: kprobes: fix arch_init_kprobes() prototype
      ARM: 9141/1: only warn about XIP address when not compile testing

Clément Bœsch (1):
      arm64: dts: allwinner: h5: NanoPI Neo 2: Fix ethernet node

Daniel Jordan (2):
      net/tls: Fix flipped sign in tls_err_abort() calls
      net/tls: Fix flipped sign in async_wait.err assignment

Eric Dumazet (2):
      ipv6: use siphash in rt6_exception_hash()
      ipv4: use siphash instead of Jenkins in fnhe_hashfun()

Greg Kroah-Hartman (1):
      Linux 5.4.157

Guenter Roeck (1):
      nios2: Make NIOS2_DTB_SOURCE_BOOL depend on !COMPILE_TEST

Haibo Chen (1):
      mmc: sdhci-esdhc-imx: clear the buffer_read_ready to reset standard tuning circuit

Halil Pasic (2):
      KVM: s390: clear kicked_mask before sleeping again
      KVM: s390: preserve deliverable_mask in __airqs_kick_single_vcpu

Jaehoon Chung (1):
      mmc: dw_mmc: exynos: fix the finding clock sample value

Janusz Dziedzic (1):
      cfg80211: correct bridge/4addr mode check

Johan Hovold (2):
      mmc: vub300: fix control-message timeouts
      net: lan78xx: fix division by zero in send path

Johannes Berg (1):
      cfg80211: scan: fix RCU in cfg80211_add_nontrans_list()

Julian Wiedmann (1):
      net: use netif_is_bridge_port() to check for IFF_BRIDGE_PORT

Kamal Mostafa (1):
      UBUNTU: upstream stable to v5.4.157

Krzysztof Kozlowski (1):
      nfc: port100: fix using -ERRNO as command type mask

Liu Jian (1):
      tcp_bpf: Fix one concurrency problem in the tcp_bpf_send_verdict function

Mark Zhang (1):
      RDMA/sa_query: Use strscpy_pad instead of memcpy to copy a string

Michael Chan (1):
      net: Prevent infinite while loop in skb_tx_hash()

Mike Marciniszyn (2):
      IB/qib: Protect from buffer overflow in struct qib_user_sdma_pkt fields
      IB/hfi1: Fix abba locking issue with sc_disable()

Nick Desaulniers (1):
      ARM: 9133/1: mm: proc-macros: ensure *_tlb_fns are 4B aligned

Oliver Neukum (1):
      usbnet: sanity check for maxpacket

Patrisious Haddad (1):
      RDMA/mlx5: Set user priority for DCT

Pavel Skripkin (1):
      net: batman-adv: fix error handling

Rafał Miłecki (1):
      Revert "pinctrl: bcm: ns: support updated DT binding as syscon subnode"

Shawn Guo (1):
      mmc: sdhci: Map more voltage level to SDHCI_POWER_330

Song Liu (1):
      perf script: Check session->header.env.arch before using it

Trevor Woerner (1):
      net: nxp: lpc_eth.c: avoid hang when bringing interface down

Varun Prakash (2):
      nvmet-tcp: fix data digest pointer calculation
      nvme-tcp: fix data digest pointer calculation

Wang Hai (1):
      usbnet: fix error return code in usbnet_probe()

Wenbin Mei (1):
      mmc: cqhci: clear HALT state after CQE enable

Xin Long (6):
      sctp: use init_tag from inithdr for ABORT chunk
      sctp: fix the processing for INIT_ACK chunk
      sctp: fix the processing for COOKIE_ECHO chunk
      sctp: add vtag check in sctp_sf_violation
      sctp: add vtag check in sctp_sf_do_8_5_1_E_sa
      sctp: add vtag check in sctp_sf_ootb

Yang Yingliang (1):
      regmap: Fix possible double-free in regcache_rbtree_exit()

Yuiko Oshino (2):
      net: ethernet: microchip: lan743x: Fix driver crash when lan743x_pm_resume fails
      net: ethernet: microchip: lan743x: Fix dma allocation failure by using dma_set_mask_and_coherent

Zheyu Ma (1):
      ata: sata_mv: Fix the error handling of mv_chip_id()

 Makefile                                           |  2 +-
 arch/arm/boot/compressed/decompress.c              |  3 +
 arch/arm/kernel/vmlinux-xip.lds.S                  |  2 +-
 arch/arm/mm/proc-macros.S                          |  1 +
 arch/arm/probes/kprobes/core.c                     |  2 +-
 .../boot/dts/allwinner/sun50i-h5-nanopi-neo2.dts   |  2 +-
 arch/nios2/platform/Kconfig.platform               |  1 +
 arch/s390/kvm/interrupt.c                          |  5 +-
 arch/s390/kvm/kvm-s390.c                           |  1 +
 debian.master/upstream-stable                      |  2 +-
 drivers/ata/sata_mv.c                              |  4 +-
 drivers/base/regmap/regcache-rbtree.c              |  7 +--
 drivers/infiniband/core/sa_query.c                 |  5 +-
 drivers/infiniband/hw/hfi1/pio.c                   |  9 ++-
 drivers/infiniband/hw/mlx5/qp.c                    |  2 +
 drivers/infiniband/hw/qib/qib_user_sdma.c          | 33 +++++++----
 drivers/mmc/host/cqhci.c                           |  3 +
 drivers/mmc/host/dw_mmc-exynos.c                   | 14 +++++
 drivers/mmc/host/sdhci-esdhc-imx.c                 | 17 ++++++
 drivers/mmc/host/sdhci.c                           |  6 ++
 drivers/mmc/host/vub300.c                          | 18 +++---
 drivers/net/bonding/bond_main.c                    |  2 +-
 drivers/net/ethernet/micrel/ksz884x.c              |  2 +-
 drivers/net/ethernet/microchip/lan743x_main.c      | 22 +++++++
 drivers/net/ethernet/nxp/lpc_eth.c                 |  5 +-
 drivers/net/phy/phy.c                              | 32 +++++++++--
 drivers/net/usb/lan78xx.c                          |  6 ++
 drivers/net/usb/usbnet.c                           |  5 ++
 drivers/nfc/port100.c                              |  4 +-
 drivers/nvme/host/tcp.c                            |  2 +-
 drivers/nvme/target/tcp.c                          |  2 +-
 drivers/pinctrl/bcm/pinctrl-ns.c                   | 29 ++++------
 include/net/tls.h                                  |  9 +--
 net/batman-adv/bridge_loop_avoidance.c             |  8 ++-
 net/batman-adv/main.c                              | 56 ++++++++++++------
 net/batman-adv/network-coding.c                    |  4 +-
 net/batman-adv/translation-table.c                 |  4 +-
 net/core/dev.c                                     |  6 ++
 net/core/rtnetlink.c                               | 12 ++--
 net/ipv4/route.c                                   | 12 ++--
 net/ipv4/tcp_bpf.c                                 | 12 ++++
 net/ipv6/route.c                                   | 20 +++++--
 net/sctp/sm_statefuns.c                            | 67 +++++++++++++---------
 net/tls/tls_sw.c                                   | 19 ++++--
 net/wireless/nl80211.c                             |  2 +-
 net/wireless/scan.c                                |  7 ++-
 net/wireless/util.c                                | 14 ++---
 tools/perf/builtin-script.c                        | 12 ++--
 48 files changed, 351 insertions(+), 163 deletions(-)



More information about the kernel-team mailing list