[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210910122917.149278545@linuxfoundation.org>
Date: Fri, 10 Sep 2021 14:30:03 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: linux-kernel@...r.kernel.org
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
torvalds@...ux-foundation.org, akpm@...ux-foundation.org,
linux@...ck-us.net, shuah@...nel.org, patches@...nelci.org,
lkft-triage@...ts.linaro.org, pavel@...x.de, jonathanh@...dia.com,
f.fainelli@...il.com, stable@...r.kernel.org
Subject: [PATCH 5.4 00/37] 5.4.145-rc1 review
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@...uxfoundation.org>
Linux 5.4.145-rc1
Marek Behún <kabel@...nel.org>
PCI: Call Max Payload Size-related fixup quirks early
Paul Gortmaker <paul.gortmaker@...driver.com>
x86/reboot: Limit Dell Optiplex 990 quirk to early BIOS versions
Mathias Nyman <mathias.nyman@...ux.intel.com>
xhci: fix unsafe memory usage in xhci tracing
Chunfeng Yun <chunfeng.yun@...iatek.com>
usb: mtu3: fix the wrong HS mult value
Chunfeng Yun <chunfeng.yun@...iatek.com>
usb: mtu3: use @mult for HS isoc or intr
Yoshihiro Shimoda <yoshihiro.shimoda.uh@...esas.com>
usb: host: xhci-rcar: Don't reload firmware after the completion
Alexander Tsoy <alexander@...y.me>
ALSA: usb-audio: Add registration quirk for JBL Quantum 800
Qu Wenruo <wqu@...e.com>
Revert "btrfs: compression: don't try to compress if we don't have enough pages"
Suravee Suthikulpanit <suravee.suthikulpanit@....com>
x86/events/amd/iommu: Fix invalid Perf result due to IOMMU PMC power-gating
Hayes Wang <hayeswang@...ltek.com>
Revert "r8169: avoid link-up interrupt issue on RTL8106e if user enables ASPM"
Muchun Song <songmuchun@...edance.com>
mm/page_alloc: speed up the iteration of max_order
Esben Haabendal <esben@...nix.com>
net: ll_temac: Remove left-over debug message
Fangrui Song <maskray@...gle.com>
powerpc/boot: Delete unneeded .globl _zimage_start
Mathieu Desnoyers <mathieu.desnoyers@...icios.com>
ipv4/icmp: l3mdev: Perform icmp error route lookup on source device routing table (v2)
Tom Rix <trix@...hat.com>
USB: serial: mos7720: improve OOM-handling in read_mos_reg()
Liu Jian <liujian56@...wei.com>
igmp: Add ip_mc_list lock in ip_check_mc_rcu
Pavel Skripkin <paskripkin@...il.com>
media: stkwebcam: fix memory leak in stk_camera_probe
Vineet Gupta <vgupta@...opsys.com>
ARC: wireup clone3 syscall
Zubin Mithra <zsm@...omium.org>
ALSA: pcm: fix divide error in snd_pcm_lib_ioctl
Takashi Iwai <tiwai@...e.de>
ALSA: hda/realtek: Workaround for conflicting SSID on ASUS ROG Strix G17
Ben Dooks <ben-linux@...ff.org>
ARM: 8918/2: only build return_address() if needed
Christoph Hellwig <hch@....de>
cryptoloop: add a deprecation warning
Kim Phillips <kim.phillips@....com>
perf/x86/amd/power: Assign pmu.module
Kim Phillips <kim.phillips@....com>
perf/x86/amd/ibs: Work around erratum #1197
Xiaoyao Li <xiaoyao.li@...el.com>
perf/x86/intel/pt: Fix mask of num_address_ranges
Shai Malin <smalin@...vell.com>
qede: Fix memset corruption
Harini Katakam <harini.katakam@...inx.com>
net: macb: Add a NULL check on desc_ptp
Shai Malin <smalin@...vell.com>
qed: Fix the VF msix vectors flow
Sai Krishna Potthuri <lakshmi.sai.krishna.potthuri@...inx.com>
reset: reset-zynqmp: Fixed the argument data type
Krzysztof Hałasa <khalasa@...p.pl>
gpu: ipu-v3: Fix i.MX IPU-v3 offset calculations for (semi)planar U/V formats
Randy Dunlap <rdunlap@...radead.org>
xtensa: fix kconfig unmet dependency warning for HAVE_FUTEX_CMPXCHG
Peter Zijlstra <peterz@...radead.org>
kthread: Fix PF_KTHREAD vs to_kthread() race
Eric Biggers <ebiggers@...gle.com>
ubifs: report correct st_size for encrypted symlinks
Eric Biggers <ebiggers@...gle.com>
f2fs: report correct st_size for encrypted symlinks
Eric Biggers <ebiggers@...gle.com>
ext4: report correct st_size for encrypted symlinks
Eric Biggers <ebiggers@...gle.com>
fscrypt: add fscrypt_symlink_getattr() for computing st_size
Theodore Ts'o <tytso@....edu>
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(-)
Powered by blists - more mailing lists