This is the start of the stable review cycle for the 6.6.10 release. There are 49 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 Fri, 05 Jan 2024 16:47:49 +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/v6.x/stable-review/patch-6.6.10-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-6.6.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Linux 6.6.10-rc1 Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> netfilter: nf_tables: skip set commit for deleted/destroyed sets Léo Lam <leo@xxxxxxxxx> wifi: nl80211: fix deadlock in nl80211_set_cqm_rssi (6.6.x) Johannes Berg <johannes.berg@xxxxxxxxx> wifi: cfg80211: fix CQM for non-range use Steven Rostedt (Google) <rostedt@xxxxxxxxxxx> tracing: Fix blocked reader of snapshot buffer Steven Rostedt (Google) <rostedt@xxxxxxxxxxx> ftrace: Fix modification of direct_function hash while in use Steven Rostedt (Google) <rostedt@xxxxxxxxxxx> ring-buffer: Fix wake ups when buffer_percent is set to 100 Keith Busch <kbusch@xxxxxxxxxx> Revert "nvme-fc: fix race between error recovery and creating association" Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> mm/memory-failure: check the mapcount of the precise page Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> mm/memory-failure: cast index to loff_t before shifting it Charan Teja Kalla <quic_charante@xxxxxxxxxxx> mm: migrate high-order folios in swap cache correctly Baokun Li <libaokun1@xxxxxxxxxx> mm/filemap: avoid buffered read/write race to read inconsistent data Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx> selftests: secretmem: floor the memory size to the multiple of page_size Sidhartha Kumar <sidhartha.kumar@xxxxxxxxxx> maple_tree: do not preallocate nodes for slot stores Shin'ichiro Kawasaki <shinichiro.kawasaki@xxxxxxx> platform/x86: p2sb: Allow p2sb_bar() calls during PCI device probe Namjae Jeon <linkinjeon@xxxxxxxxxx> ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16() David E. Box <david.e.box@xxxxxxxxxxxxxxx> platform/x86/intel/pmc: Move GBE LTR ignore to suspend callback David E. Box <david.e.box@xxxxxxxxxxxxxxx> platform/x86/intel/pmc: Allow reenabling LTRs David E. Box <david.e.box@xxxxxxxxxxxxxxx> platform/x86/intel/pmc: Add suspend callback Christoph Hellwig <hch@xxxxxx> block: renumber QUEUE_FLAG_HW_WC Paolo Abeni <pabeni@xxxxxxxxxx> mptcp: fix inconsistent state on fastopen race Paolo Abeni <pabeni@xxxxxxxxxx> mptcp: fix possible NULL pointer dereference on close Paolo Abeni <pabeni@xxxxxxxxxx> mptcp: refactor sndbuf auto-tuning Helge Deller <deller@xxxxxx> linux/export: Ensure natural alignment of kcrctab array Helge Deller <deller@xxxxxx> linux/export: Fix alignment for 64-bit ksymtab entries Arnd Bergmann <arnd@xxxxxxxx> kexec: select CRYPTO from KEXEC_FILE instead of depending on it Arnd Bergmann <arnd@xxxxxxxx> kexec: fix KEXEC_FILE dependencies Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx> virtio_ring: fix syncs DMA memory with different direction Zizhi Wo <wozizhi@xxxxxxxxxx> fs: cifs: Fix atime update check Jeff Layton <jlayton@xxxxxxxxxx> client: convert to new timestamp accessors Jeff Layton <jlayton@xxxxxxxxxx> fs: new accessor methods for atime and mtime Namjae Jeon <linkinjeon@xxxxxxxxxx> ksmbd: avoid duplicate opinfo_put() call on error of smb21_lease_break_ack() Namjae Jeon <linkinjeon@xxxxxxxxxx> ksmbd: lazy v2 lease break on smb2_write() Namjae Jeon <linkinjeon@xxxxxxxxxx> ksmbd: send v2 lease break notification for directory Namjae Jeon <linkinjeon@xxxxxxxxxx> ksmbd: downgrade RWH lease caching state to RH for directory Namjae Jeon <linkinjeon@xxxxxxxxxx> ksmbd: set v2 lease capability Namjae Jeon <linkinjeon@xxxxxxxxxx> ksmbd: set epoch in create context v2 lease Namjae Jeon <linkinjeon@xxxxxxxxxx> ksmbd: don't update ->op_state as OPLOCK_STATE_NONE on error Namjae Jeon <linkinjeon@xxxxxxxxxx> ksmbd: move setting SMB2_FLAGS_ASYNC_COMMAND and AsyncId Namjae Jeon <linkinjeon@xxxxxxxxxx> ksmbd: release interim response after sending status pending response Namjae Jeon <linkinjeon@xxxxxxxxxx> ksmbd: move oplock handling after unlock parent dir Namjae Jeon <linkinjeon@xxxxxxxxxx> ksmbd: separately allocate ci per dentry Zongmin Zhou <zhouzongmin@xxxxxxxxxx> ksmbd: prevent memory leak on error return Namjae Jeon <linkinjeon@xxxxxxxxxx> ksmbd: fix kernel-doc comment of ksmbd_vfs_kern_path_locked() Namjae Jeon <linkinjeon@xxxxxxxxxx> ksmbd: no need to wait for binded connection termination at logoff Namjae Jeon <linkinjeon@xxxxxxxxxx> ksmbd: add support for surrogate pair conversion Kangjing Huang <huangkangjing@xxxxxxxxx> ksmbd: fix missing RDMA-capable flag for IPoIB device in ksmbd_rdma_capable_netdev() Namjae Jeon <linkinjeon@xxxxxxxxxx> ksmbd: fix kernel-doc comment of ksmbd_vfs_setxattr() Namjae Jeon <linkinjeon@xxxxxxxxxx> ksmbd: reorganize ksmbd_iov_pin_rsp() Cheng-Han Wu <hank20010209@xxxxxxxxx> ksmbd: Remove unused field in ksmbd_user struct ------------- Diffstat: Makefile | 4 +- arch/powerpc/Kconfig | 4 +- arch/riscv/Kconfig | 4 +- arch/s390/Kconfig | 4 +- arch/x86/Kconfig | 4 +- drivers/nvme/host/fc.c | 21 +-- drivers/platform/x86/intel/pmc/adl.c | 9 +- drivers/platform/x86/intel/pmc/cnp.c | 26 ++- drivers/platform/x86/intel/pmc/core.c | 12 +- drivers/platform/x86/intel/pmc/core.h | 7 +- drivers/platform/x86/intel/pmc/mtl.c | 9 +- drivers/platform/x86/intel/pmc/tgl.c | 9 +- drivers/platform/x86/p2sb.c | 178 ++++++++++++++++----- drivers/virtio/virtio_ring.c | 6 +- fs/libfs.c | 41 +++-- fs/smb/client/file.c | 18 ++- fs/smb/client/fscache.h | 6 +- fs/smb/client/inode.c | 17 +- fs/smb/client/smb2ops.c | 6 +- fs/smb/common/smb2pdu.h | 1 + fs/smb/server/connection.c | 16 -- fs/smb/server/ksmbd_work.c | 51 +++--- fs/smb/server/mgmt/user_config.h | 1 - fs/smb/server/oplock.c | 118 ++++++++++++-- fs/smb/server/oplock.h | 8 +- fs/smb/server/smb2misc.c | 15 +- fs/smb/server/smb2ops.c | 9 +- fs/smb/server/smb2pdu.c | 258 ++++++++++++++++-------------- fs/smb/server/transport_rdma.c | 40 +++-- fs/smb/server/unicode.c | 187 ++++++++++++++++------ fs/smb/server/vfs.c | 14 +- fs/smb/server/vfs_cache.c | 30 ++-- fs/smb/server/vfs_cache.h | 9 +- include/linux/blkdev.h | 2 +- include/linux/export-internal.h | 6 +- include/linux/fs.h | 85 ++++++++-- kernel/Kconfig.kexec | 2 + kernel/trace/ftrace.c | 100 ++++++------ kernel/trace/ring_buffer.c | 12 +- kernel/trace/trace.c | 20 ++- lib/maple_tree.c | 11 ++ mm/filemap.c | 9 ++ mm/memory-failure.c | 8 +- mm/migrate.c | 9 +- net/mptcp/protocol.c | 27 +++- net/mptcp/protocol.h | 63 +++++++- net/mptcp/sockopt.c | 5 +- net/mptcp/subflow.c | 29 ++-- net/netfilter/nf_tables_api.c | 2 +- net/wireless/core.h | 1 + net/wireless/nl80211.c | 56 ++++--- tools/testing/radix-tree/maple.c | 2 +- tools/testing/selftests/mm/memfd_secret.c | 3 + 53 files changed, 1070 insertions(+), 524 deletions(-)