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@xxxxxxxxxxxxxxxxxxx> Linux 5.10.141-rc1 Yang Yingliang <yangyingliang@xxxxxxxxxx> net: neigh: don't call kfree_skb() under spin_lock_irqsave() Zhengchao Shao <shaozhengchao@xxxxxxxxxx> net/af_packet: check len when min_header_len equals to 0 Eric Sandeen <sandeen@xxxxxxxxxx> xfs: revert "xfs: actually bump warning counts when we send warnings" Brian Foster <bfoster@xxxxxxxxxx> xfs: fix soft lockup via spinning in filestream ag selection loop Darrick J. Wong <djwong@xxxxxxxxxx> xfs: fix overfilling of reserve pool Darrick J. Wong <djwong@xxxxxxxxxx> xfs: always succeed at setting the reserve pool size Darrick J. Wong <djwong@xxxxxxxxxx> xfs: remove infinite loop when reserving free block pool Pavel Begunkov <asml.silence@xxxxxxxxx> io_uring: disable polling pollfree files Kuniyuki Iwashima <kuniyu@xxxxxxxxxx> kprobes: don't call disarm_kprobe() for disabled kprobes Christophe Leroy <christophe.leroy@xxxxxxxxxx> lib/vdso: Mark do_hres_timens() and do_coarse_timens() __always_inline() Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> netfilter: conntrack: NF_CONNTRACK_PROCFS should no longer default to y Dusica Milinkovic <Dusica.Milinkovic@xxxxxxx> drm/amdgpu: Increase tlb flush timeout for sriov Ilya Bakoulin <Ilya.Bakoulin@xxxxxxx> drm/amd/display: Fix pixel clock programming Evan Quan <evan.quan@xxxxxxx> drm/amd/pm: add missing ->fini_microcode interface for Sienna Cichlid Juergen Gross <jgross@xxxxxxxx> s390/hypfs: avoid error message under KVM Denis V. Lunev <den@xxxxxxxxxx> neigh: fix possible DoS due to net iface start/stop loop Fudong Wang <Fudong.Wang@xxxxxxx> drm/amd/display: clear optc underflow before turn off odm clock Alvin Lee <alvin.lee2@xxxxxxx> drm/amd/display: For stereo keep "FLIP_ANY_FRAME" Josip Pavic <Josip.Pavic@xxxxxxx> drm/amd/display: Avoid MPC infinite loop Wenbin Mei <wenbin.mei@xxxxxxxxxxxx> mmc: mtk-sd: Clear interrupts when cqe off/disable Jann Horn <jannh@xxxxxxxxxx> mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuse Zhengchao Shao <shaozhengchao@xxxxxxxxxx> bpf: Don't redirect packets with invalid pkt_len Yang Jihong <yangjihong1@xxxxxxxxxx> ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is dead Letu Ren <fantasquex@xxxxxxxxx> fbdev: fb_pm2fb: Avoid potential divide by zero error Hawkins Jiawei <yin31149@xxxxxxxxx> net: fix refcount bug in sk_psock_get (2) Karthik Alapati <mail@xxxxxxxxxxx> HID: hidraw: fix memory leak in hidraw_release() Dongliang Mu <mudongliangabcd@xxxxxxxxx> media: pvrusb2: fix memory leak in pvr_probe Vivek Kasireddy <vivek.kasireddy@xxxxxxxxx> udmabuf: Set the DMA mask for the udmabuf device (v2) Lee Jones <lee.jones@xxxxxxxxxx> HID: steam: Prevent NULL pointer dereference in steam_{recv,send}_report Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Revert "PCI/portdrv: Don't disable AER reporting in get_port_device_capability()" Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Bluetooth: L2CAP: Fix build errors in some archs Jing Leng <jleng@xxxxxxxxxxxxx> kbuild: Fix include path in scripts/Makefile.modpost Gerald Schaefer <gerald.schaefer@xxxxxxxxxxxxx> s390/mm: do not trigger write fault when vma does not allow VM_WRITE Eric Biggers <ebiggers@xxxxxxxxxx> crypto: lib - remove unneeded selection of XOR_BLOCKS Peter Zijlstra <peterz@xxxxxxxxxxxxx> x86/nospec: Fix i386 RSB stuffing Peter Zijlstra <peterz@xxxxxxxxxxxxx> x86/nospec: Unwreck the RSB stuffing Jann Horn <jannh@xxxxxxxxxx> 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(-)