I'm announcing the release of the 5.4.161 kernel.
All users of the 5.4 kernel series must upgrade.
The updated 5.4.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.4.y and can be browsed at the normal kernel.org git web browser: https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git%3Ba=summa...
thanks,
greg k-h
------------
Makefile | 2 +- arch/mips/include/asm/cmpxchg.h | 3 +++ arch/parisc/kernel/entry.S | 2 +- drivers/pci/msi.c | 27 +++++++++++++++------------ drivers/pci/quirks.c | 6 ++++++ drivers/scsi/ufs/ufshcd.c | 17 ++++++++++++----- drivers/soc/tegra/pmc.c | 2 +- fs/erofs/zdata.c | 15 +++++++-------- fs/erofs/zpvec.h | 14 +++++++++----- fs/ext4/super.c | 9 ++++----- include/linux/pci.h | 2 ++ security/Kconfig | 3 +++ 12 files changed, 64 insertions(+), 38 deletions(-)
Adrian Hunter (1): scsi: ufs: Fix interrupt error message for shared interrupts
Dmitry Osipenko (1): soc/tegra: pmc: Fix imbalanced clock disabling in error code path
Gao Xiang (1): erofs: fix unsafe pagevec reuse of hooked pclusters
Greg Kroah-Hartman (1): Linux 5.4.161
Jaegeuk Kim (1): scsi: ufs: Fix tm request when non-fatal error happens
Kees Cook (1): fortify: Explicitly disable Clang support
Maciej W. Rozycki (1): MIPS: Fix assembly error from MIPSr2 code used within MIPS_ISA_ARCH_LEVEL
Marc Zyngier (2): PCI/MSI: Deal with devices lying about their MSI mask capability PCI: Add MSI masking quirk for Nvidia ION AHCI
Shaoying Xu (1): ext4: fix lazy initialization next schedule time computation in more granular unit
Sven Schnelle (1): parisc/entry: fix trace test in syscall exit path
Thomas Gleixner (1): PCI/MSI: Destroy sysfs before freeing entries
Yue Hu (1): erofs: remove the occupied parameter from z_erofs_pagevec_enqueue()