[PATCH 5.4 00/37] 5.4.145-rc1 review

From: Greg Kroah-Hartman
Date: Fri Sep 10 2021 - 08:36:46 EST


This is the start of the stable review cycle for the 5.4.145 release.
There are 37 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.

Responses should be made by Sun, 12 Sep 2021 12:29:07 +0000.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.4.145-rc1.gz
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.4.y
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Linux 5.4.145-rc1

Marek Behún <kabel@xxxxxxxxxx>
PCI: Call Max Payload Size-related fixup quirks early

Paul Gortmaker <paul.gortmaker@xxxxxxxxxxxxx>
x86/reboot: Limit Dell Optiplex 990 quirk to early BIOS versions

Mathias Nyman <mathias.nyman@xxxxxxxxxxxxxxx>
xhci: fix unsafe memory usage in xhci tracing

Chunfeng Yun <chunfeng.yun@xxxxxxxxxxxx>
usb: mtu3: fix the wrong HS mult value

Chunfeng Yun <chunfeng.yun@xxxxxxxxxxxx>
usb: mtu3: use @mult for HS isoc or intr

Yoshihiro Shimoda <yoshihiro.shimoda.uh@xxxxxxxxxxx>
usb: host: xhci-rcar: Don't reload firmware after the completion

Alexander Tsoy <alexander@xxxxxxx>
ALSA: usb-audio: Add registration quirk for JBL Quantum 800

Qu Wenruo <wqu@xxxxxxxx>
Revert "btrfs: compression: don't try to compress if we don't have enough pages"

Suravee Suthikulpanit <suravee.suthikulpanit@xxxxxxx>
x86/events/amd/iommu: Fix invalid Perf result due to IOMMU PMC power-gating

Hayes Wang <hayeswang@xxxxxxxxxxx>
Revert "r8169: avoid link-up interrupt issue on RTL8106e if user enables ASPM"

Muchun Song <songmuchun@xxxxxxxxxxxxx>
mm/page_alloc: speed up the iteration of max_order

Esben Haabendal <esben@xxxxxxxxxx>
net: ll_temac: Remove left-over debug message

Fangrui Song <maskray@xxxxxxxxxx>
powerpc/boot: Delete unneeded .globl _zimage_start

Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
ipv4/icmp: l3mdev: Perform icmp error route lookup on source device routing table (v2)

Tom Rix <trix@xxxxxxxxxx>
USB: serial: mos7720: improve OOM-handling in read_mos_reg()

Liu Jian <liujian56@xxxxxxxxxx>
igmp: Add ip_mc_list lock in ip_check_mc_rcu

Pavel Skripkin <paskripkin@xxxxxxxxx>
media: stkwebcam: fix memory leak in stk_camera_probe

Vineet Gupta <vgupta@xxxxxxxxxxxx>
ARC: wireup clone3 syscall

Zubin Mithra <zsm@xxxxxxxxxxxx>
ALSA: pcm: fix divide error in snd_pcm_lib_ioctl

Takashi Iwai <tiwai@xxxxxxx>
ALSA: hda/realtek: Workaround for conflicting SSID on ASUS ROG Strix G17

Ben Dooks <ben-linux@xxxxxxxxx>
ARM: 8918/2: only build return_address() if needed

Christoph Hellwig <hch@xxxxxx>
cryptoloop: add a deprecation warning

Kim Phillips <kim.phillips@xxxxxxx>
perf/x86/amd/power: Assign pmu.module

Kim Phillips <kim.phillips@xxxxxxx>
perf/x86/amd/ibs: Work around erratum #1197

Xiaoyao Li <xiaoyao.li@xxxxxxxxx>
perf/x86/intel/pt: Fix mask of num_address_ranges

Shai Malin <smalin@xxxxxxxxxxx>
qede: Fix memset corruption

Harini Katakam <harini.katakam@xxxxxxxxxx>
net: macb: Add a NULL check on desc_ptp

Shai Malin <smalin@xxxxxxxxxxx>
qed: Fix the VF msix vectors flow

Sai Krishna Potthuri <lakshmi.sai.krishna.potthuri@xxxxxxxxxx>
reset: reset-zynqmp: Fixed the argument data type

Krzysztof Hałasa <khalasa@xxxxxxx>
gpu: ipu-v3: Fix i.MX IPU-v3 offset calculations for (semi)planar U/V formats

Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
xtensa: fix kconfig unmet dependency warning for HAVE_FUTEX_CMPXCHG

Peter Zijlstra <peterz@xxxxxxxxxxxxx>
kthread: Fix PF_KTHREAD vs to_kthread() race

Eric Biggers <ebiggers@xxxxxxxxxx>
ubifs: report correct st_size for encrypted symlinks

Eric Biggers <ebiggers@xxxxxxxxxx>
f2fs: report correct st_size for encrypted symlinks

Eric Biggers <ebiggers@xxxxxxxxxx>
ext4: report correct st_size for encrypted symlinks

Eric Biggers <ebiggers@xxxxxxxxxx>
fscrypt: add fscrypt_symlink_getattr() for computing st_size

Theodore Ts'o <tytso@xxxxxxx>
ext4: fix race writing to an inline_data file while its xattrs are changing


-------------

Diffstat:

Makefile | 4 +--
arch/arc/Kconfig | 1 +
arch/arc/include/asm/syscalls.h | 1 +
arch/arc/include/uapi/asm/unistd.h | 1 +
arch/arc/kernel/entry.S | 12 +++++++
arch/arc/kernel/process.c | 7 ++--
arch/arc/kernel/sys.c | 1 +
arch/arm/kernel/Makefile | 6 +++-
arch/arm/kernel/return_address.c | 4 ---
arch/powerpc/boot/crt0.S | 3 --
arch/x86/events/amd/ibs.c | 8 +++++
arch/x86/events/amd/iommu.c | 47 ++++++++++++++-----------
arch/x86/events/amd/power.c | 1 +
arch/x86/events/intel/pt.c | 2 +-
arch/x86/kernel/reboot.c | 3 +-
arch/xtensa/Kconfig | 2 +-
drivers/block/Kconfig | 4 +--
drivers/block/cryptoloop.c | 2 ++
drivers/gpu/ipu-v3/ipu-cpmem.c | 30 ++++++++--------
drivers/media/usb/stkwebcam/stk-webcam.c | 6 ++--
drivers/net/ethernet/cadence/macb_ptp.c | 11 +++++-
drivers/net/ethernet/qlogic/qed/qed_main.c | 7 +++-
drivers/net/ethernet/qlogic/qede/qede_main.c | 2 +-
drivers/net/ethernet/realtek/r8169_main.c | 1 +
drivers/net/ethernet/xilinx/ll_temac_main.c | 4 +--
drivers/pci/quirks.c | 12 +++----
drivers/reset/reset-zynqmp.c | 3 +-
drivers/usb/host/xhci-debugfs.c | 6 ++--
drivers/usb/host/xhci-rcar.c | 7 ++++
drivers/usb/host/xhci-trace.h | 8 ++---
drivers/usb/host/xhci.h | 52 +++++++++++++++-------------
drivers/usb/mtu3/mtu3_gadget.c | 6 ++--
drivers/usb/serial/mos7720.c | 4 ++-
fs/btrfs/inode.c | 2 +-
fs/crypto/hooks.c | 44 +++++++++++++++++++++++
fs/ext4/inline.c | 6 ++++
fs/ext4/symlink.c | 11 +++++-
fs/f2fs/namei.c | 11 +++++-
fs/ubifs/file.c | 12 ++++++-
include/linux/fscrypt.h | 7 ++++
kernel/kthread.c | 43 +++++++++++++++--------
kernel/sched/fair.c | 2 +-
mm/page_alloc.c | 8 ++---
net/ipv4/icmp.c | 23 ++++++++++--
net/ipv4/igmp.c | 2 ++
sound/core/pcm_lib.c | 2 +-
sound/pci/hda/patch_realtek.c | 10 ++++++
sound/usb/quirks.c | 1 +
48 files changed, 321 insertions(+), 131 deletions(-)