[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220902121359.177846782@linuxfoundation.org>
Date: Fri, 2 Sep 2022 14:19:22 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: linux-kernel@...r.kernel.org
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
stable@...r.kernel.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,
sudipm.mukherjee@...il.com, slade@...dewatkins.com
Subject: [PATCH 5.10 00/37] 5.10.141-rc1 review
This is the start of the stable review cycle for the 5.10.141 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, 04 Sep 2022 12:13:47 +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.10.141-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.10.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Linux 5.10.141-rc1
Yang Yingliang <yangyingliang@...wei.com>
net: neigh: don't call kfree_skb() under spin_lock_irqsave()
Zhengchao Shao <shaozhengchao@...wei.com>
net/af_packet: check len when min_header_len equals to 0
Eric Sandeen <sandeen@...hat.com>
xfs: revert "xfs: actually bump warning counts when we send warnings"
Brian Foster <bfoster@...hat.com>
xfs: fix soft lockup via spinning in filestream ag selection loop
Darrick J. Wong <djwong@...nel.org>
xfs: fix overfilling of reserve pool
Darrick J. Wong <djwong@...nel.org>
xfs: always succeed at setting the reserve pool size
Darrick J. Wong <djwong@...nel.org>
xfs: remove infinite loop when reserving free block pool
Pavel Begunkov <asml.silence@...il.com>
io_uring: disable polling pollfree files
Kuniyuki Iwashima <kuniyu@...zon.com>
kprobes: don't call disarm_kprobe() for disabled kprobes
Christophe Leroy <christophe.leroy@...roup.eu>
lib/vdso: Mark do_hres_timens() and do_coarse_timens() __always_inline()
Geert Uytterhoeven <geert@...ux-m68k.org>
netfilter: conntrack: NF_CONNTRACK_PROCFS should no longer default to y
Dusica Milinkovic <Dusica.Milinkovic@....com>
drm/amdgpu: Increase tlb flush timeout for sriov
Ilya Bakoulin <Ilya.Bakoulin@....com>
drm/amd/display: Fix pixel clock programming
Evan Quan <evan.quan@....com>
drm/amd/pm: add missing ->fini_microcode interface for Sienna Cichlid
Juergen Gross <jgross@...e.com>
s390/hypfs: avoid error message under KVM
Denis V. Lunev <den@...nvz.org>
neigh: fix possible DoS due to net iface start/stop loop
Fudong Wang <Fudong.Wang@....com>
drm/amd/display: clear optc underflow before turn off odm clock
Alvin Lee <alvin.lee2@....com>
drm/amd/display: For stereo keep "FLIP_ANY_FRAME"
Josip Pavic <Josip.Pavic@....com>
drm/amd/display: Avoid MPC infinite loop
Wenbin Mei <wenbin.mei@...iatek.com>
mmc: mtk-sd: Clear interrupts when cqe off/disable
Jann Horn <jannh@...gle.com>
mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuse
Zhengchao Shao <shaozhengchao@...wei.com>
bpf: Don't redirect packets with invalid pkt_len
Yang Jihong <yangjihong1@...wei.com>
ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is dead
Letu Ren <fantasquex@...il.com>
fbdev: fb_pm2fb: Avoid potential divide by zero error
Hawkins Jiawei <yin31149@...il.com>
net: fix refcount bug in sk_psock_get (2)
Karthik Alapati <mail@...thek.com>
HID: hidraw: fix memory leak in hidraw_release()
Dongliang Mu <mudongliangabcd@...il.com>
media: pvrusb2: fix memory leak in pvr_probe
Vivek Kasireddy <vivek.kasireddy@...el.com>
udmabuf: Set the DMA mask for the udmabuf device (v2)
Lee Jones <lee.jones@...aro.org>
HID: steam: Prevent NULL pointer dereference in steam_{recv,send}_report
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Revert "PCI/portdrv: Don't disable AER reporting in get_port_device_capability()"
Luiz Augusto von Dentz <luiz.von.dentz@...el.com>
Bluetooth: L2CAP: Fix build errors in some archs
Jing Leng <jleng@...arella.com>
kbuild: Fix include path in scripts/Makefile.modpost
Gerald Schaefer <gerald.schaefer@...ux.ibm.com>
s390/mm: do not trigger write fault when vma does not allow VM_WRITE
Eric Biggers <ebiggers@...gle.com>
crypto: lib - remove unneeded selection of XOR_BLOCKS
Peter Zijlstra <peterz@...radead.org>
x86/nospec: Fix i386 RSB stuffing
Peter Zijlstra <peterz@...radead.org>
x86/nospec: Unwreck the RSB stuffing
Jann Horn <jannh@...gle.com>
mm: Force TLB flush for PFNMAP mappings before unlink_file_vma()
-------------
Diffstat:
Makefile | 4 +-
arch/s390/hypfs/hypfs_diag.c | 2 +-
arch/s390/hypfs/inode.c | 2 +-
arch/s390/mm/fault.c | 4 +-
arch/x86/include/asm/nospec-branch.h | 92 ++++++++++++----------
drivers/android/binder.c | 1 +
drivers/dma-buf/udmabuf.c | 18 ++++-
drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c | 3 +-
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c | 3 +-
.../gpu/drm/amd/display/dc/dce/dce_clock_source.c | 2 +
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.c | 6 ++
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.c | 5 ++
drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.c | 6 ++
drivers/gpu/drm/amd/display/dc/dcn30/dcn30_hubp.c | 2 +-
.../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c | 1 +
drivers/hid/hid-steam.c | 10 +++
drivers/hid/hidraw.c | 3 +
drivers/media/usb/pvrusb2/pvrusb2-hdw.c | 1 +
drivers/mmc/host/mtk-sd.c | 6 ++
drivers/pci/pcie/portdrv_core.c | 9 ++-
drivers/video/fbdev/pm2fb.c | 5 ++
fs/io_uring.c | 5 ++
fs/signalfd.c | 1 +
fs/xfs/xfs_filestream.c | 7 +-
fs/xfs/xfs_fsops.c | 52 +++++-------
fs/xfs/xfs_mount.h | 8 ++
fs/xfs/xfs_trans_dquot.c | 1 -
include/linux/fs.h | 1 +
include/linux/rmap.h | 7 +-
include/linux/skbuff.h | 8 ++
include/linux/skmsg.h | 3 +-
include/net/sock.h | 68 +++++++++++-----
kernel/kprobes.c | 9 ++-
kernel/trace/ftrace.c | 10 +++
lib/crypto/Kconfig | 1 -
lib/vdso/gettimeofday.c | 16 ++--
mm/mmap.c | 12 +++
mm/rmap.c | 29 ++++---
net/bluetooth/l2cap_core.c | 10 +--
net/bpf/test_run.c | 3 +
net/core/dev.c | 1 +
net/core/neighbour.c | 27 +++++--
net/core/skmsg.c | 4 +-
net/netfilter/Kconfig | 1 -
net/packet/af_packet.c | 4 +-
scripts/Makefile.modpost | 3 +-
47 files changed, 325 insertions(+), 153 deletions(-)
Powered by blists - more mailing lists