[SRU][Hirsute][PULL] Hirsute upstream stable patchset 2021-12-16

Kamal Mostafa kamal at canonical.com
Thu Dec 16 22:18:03 UTC 2021


This pull request (27 commits) includes the following Hirsute stable
patchsets:

	Hirsute upstream stable patchset 2021-12-16
		Ported from the following upstream stable releases:
			v5.10.81, v5.14.21, v5.15.4
	https://bugs.launchpad.net/bugs/1955083

Note: upstream stable v5.14 has now reached EOL, as of v5.14.21.

Note also that the 'stable-next' branch head contains this and all prior
pending upstream stable releases, rebased to master-next:

   git://git.launchpad.net/~ubuntu-kernel-stable/+git/hirsute stable-next

 -Kamal

-----

The following changes since commit 57eb9a2364cb566af6e5da8172abd5ed471c51e4:

  s390/AP: support new dynamic AP bus size limit (2021-12-15 14:58:02 +0100)

are available in the Git repository at:

  git://git.launchpad.net/~ubuntu-kernel-stable/+git/hirsute tags/hirsute-stable-2021-12-16

for you to fetch changes up to 8d29ac39832e0e0d7f7e2323eb54659bd202fa75:

  UBUNTU: upstream stable to v5.10.81, v5.14.21, v5.15.4 (2021-12-16 10:40:59 -0800)

----------------------------------------------------------------
Borislav Petkov (1):
      selftests/x86/iopl: Adjust to the faked iopl CLI/STI usage

Gao Xiang (1):
      erofs: fix unsafe pagevec reuse of hooked pclusters

Greg Thelen (1):
      perf/core: Avoid put_page() when GUP fails

Guenter Roeck (1):
      string: uninline memcpy_and_pad

Joakim Tjernlund (1):
      Bluetooth: btusb: Add 0x0b05:0x190e Realtek 8761BU (ASUS BT500) device.

Joakim Zhang (2):
      net: stmmac: add clocks management for gmac driver
      net: stmmac: fix system hang if change mac address after interface ifdown

Johannes Thumshirn (2):
      btrfs: introduce btrfs_is_data_reloc_root
      btrfs: zoned: only allow one process to add pages to a relocation inode

Kamal Mostafa (1):
      UBUNTU: upstream stable to v5.10.81, v5.14.21, v5.15.4

Kees Cook (1):
      fortify: Explicitly disable Clang support

Marc Zyngier (2):
      PCI/MSI: Deal with devices lying about their MSI mask capability
      PCI: Add MSI masking quirk for Nvidia ION AHCI

Masami Hiramatsu (1):
      bootconfig: init: Fix memblock leak in xbc_make_cmdline()

Michael Riesch (1):
      net: stmmac: dwmac-rk: fix unbalanced pm_runtime_enable warnings

Nathan Chancellor (1):
      scripts/lld-version.sh: Rewrite based on upstream ld-version.sh

Nicholas Flintham (1):
      Bluetooth: btusb: Add support for TP-Link UB500 Adapter

Peter Zijlstra (1):
      x86/iopl: Fake iopl(3) CLI/STI usage

Subbaraman Narayanamurthy (1):
      thermal: Fix NULL pointer dereferences in of_thermal_ functions

Sven Schnelle (1):
      parisc/entry: fix trace test in syscall exit path

Thomas Gleixner (1):
      PCI/MSI: Destroy sysfs before freeing entries

Wei Yongjun (1):
      net: stmmac: platform: fix build error with !CONFIG_PM_SLEEP

Wong Vee Khee (1):
      net: stmmac: fix issue where clk is being unprepared twice

Xie Yongji (2):
      block: Add a helper to validate the block size
      loop: Use blk_validate_block_size() to validate block size

Yang Yingliang (1):
      net: stmmac: fix missing unlock on error in stmmac_suspend()

Yue Hu (1):
      erofs: remove the occupied parameter from z_erofs_pagevec_enqueue()

 arch/parisc/kernel/entry.S                         |   2 +-
 arch/x86/include/asm/insn-eval.h                   |   1 +
 arch/x86/include/asm/processor.h                   |   1 +
 arch/x86/kernel/process.c                          |   1 +
 arch/x86/kernel/traps.c                            |  34 +++++++
 arch/x86/lib/insn-eval.c                           |   2 +-
 debian.master/upstream-stable                      |   5 +-
 drivers/block/loop.c                               |  17 +---
 drivers/bluetooth/btusb.c                          |   8 ++
 drivers/net/ethernet/stmicro/stmmac/dwmac-rk.c     |   9 --
 drivers/net/ethernet/stmicro/stmmac/stmmac.h       |   1 +
 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c  |  87 ++++++++++++++--
 drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c  | 111 ++++++++++++++++-----
 .../net/ethernet/stmicro/stmmac/stmmac_platform.c  |  30 ++++--
 drivers/pci/msi.c                                  |  27 ++---
 drivers/pci/quirks.c                               |   6 ++
 drivers/thermal/thermal_of.c                       |   9 +-
 fs/btrfs/ctree.h                                   |   5 +
 fs/btrfs/disk-io.c                                 |   2 +-
 fs/btrfs/extent-tree.c                             |   2 +-
 fs/btrfs/extent_io.c                               |  11 ++
 fs/btrfs/inode.c                                   |  19 ++--
 fs/btrfs/relocation.c                              |   3 +-
 fs/erofs/zdata.c                                   |  15 ++-
 fs/erofs/zpvec.h                                   |  14 ++-
 include/linux/blkdev.h                             |   8 ++
 include/linux/pci.h                                |   2 +
 include/linux/string.h                             |  19 +---
 init/main.c                                        |   1 +
 kernel/events/core.c                               |  10 +-
 lib/string_helpers.c                               |  20 ++++
 scripts/lld-version.sh                             |  35 +++++--
 security/Kconfig                                   |   3 +
 tools/testing/selftests/x86/iopl.c                 |  78 +++++++++++----
 34 files changed, 434 insertions(+), 164 deletions(-)



More information about the kernel-team mailing list