This is the start of the stable review cycle for the 6.1.128 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 Sat, 01 Feb 2025 14:01:16 +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.1.128-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.1.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Linux 6.1.128-rc1 Marek Szyprowski <m.szyprowski@xxxxxxxxxxx> ASoC: samsung: midas_wm1811: Fix 'Headphone Switch' control creation Paulo Alcantara <pc@xxxxxxxxxxxxx> smb: client: fix NULL ptr deref in crypto_aead_setkey() Jack Greiner <jack@xxxxxxxxx> Input: xpad - add support for wooting two he (arm) Nilton Perim Neto <niltonperimneto@xxxxxxxxx> Input: xpad - add unofficial Xbox 360 wireless receiver clone Mark Pearson <mpearson-lenovo@xxxxxxxxx> Input: atkbd - map F23 key to support default copilot shortcut Lianqin Hu <hulianqin@xxxxxxxx> ALSA: usb-audio: Add delay quirk for USB Audio Device Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Revert "usb: gadget: u_serial: Disable ep before setting port to null to fix the crash caused by port being null" Qasim Ijaz <qasdev00@xxxxxxxxx> USB: serial: quatech2: fix null-ptr-deref in qt2_process_read_urb() Enzo Matsumiya <ematsumiya@xxxxxxx> smb: client: fix UAF in async decryption Anjaneyulu <pagadala.yesu.anjaneyulu@xxxxxxxxx> wifi: iwlwifi: add a few rate index validity checks Easwar Hariharan <eahariha@xxxxxxxxxxxxxxxxxxx> scsi: storvsc: Ratelimit warning logs to prevent VM denial of service Ido Schimmel <idosch@xxxxxxxxxx> ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_find() Luis Henriques (SUSE) <luis.henriques@xxxxxxxxx> ext4: fix access to uninitialised lock in fc replay path Alex Williamson <alex.williamson@xxxxxxxxxx> vfio/platform: check the bounds of read/write syscalls Jiri Kosina <jkosina@xxxxxxxx> Revert "HID: multitouch: Add support for lenovo Y9000P Touchpad" Alexey Dobriyan <adobriyan@xxxxxxxxx> block: fix integer overflow in BLKSECDISCARD Jamal Hadi Salim <jhs@xxxxxxxxxxxx> net: sched: fix ets qdisc OOB Indexing Pavel Begunkov <asml.silence@xxxxxxxxx> io_uring: fix waiters missing wake ups Andreas Gruenbacher <agruenba@xxxxxxxxxx> gfs2: Truncate address space when flipping GFS2_DIF_JDATA flag Christoph Hellwig <hch@xxxxxx> xfs: respect the stable writes flag on the RT device Christoph Hellwig <hch@xxxxxx> xfs: clean up FS_XFLAG_REALTIME handling in xfs_ioctl_setattr_xflags Darrick J. Wong <djwong@xxxxxxxxxx> xfs: dquot recovery does not validate the recovered dquot Darrick J. Wong <djwong@xxxxxxxxxx> xfs: clean up dqblk extraction Dave Chinner <dchinner@xxxxxxxxxx> xfs: inode recovery does not validate the recovered inode Omar Sandoval <osandov@xxxxxx> xfs: fix internal error from AGFL exhaustion Leah Rumancik <leah.rumancik@xxxxxxxxx> xfs: up(ic_sema) if flushing data device fails Christoph Hellwig <hch@xxxxxx> xfs: only remap the written blocks in xfs_reflink_end_cow_extent Long Li <leo.lilong@xxxxxxxxxx> xfs: abort intent items when recovery intents fail Long Li <leo.lilong@xxxxxxxxxx> xfs: factor out xfs_defer_pending_abort Catherine Hoang <catherine.hoang@xxxxxxxxxx> xfs: allow read IO and FICLONE to run concurrently Christoph Hellwig <hch@xxxxxx> xfs: handle nimaps=0 from xfs_bmapi_write in xfs_alloc_file_space Cheng Lin <cheng.lin130@xxxxxxxxxx> xfs: introduce protection for drop nlink Darrick J. Wong <djwong@xxxxxxxxxx> xfs: make sure maxlen is still congruent with prod when rounding down Darrick J. Wong <djwong@xxxxxxxxxx> xfs: fix units conversion error in xfs_bmap_del_extent_delay Darrick J. Wong <djwong@xxxxxxxxxx> xfs: rt stubs should return negative errnos when rt disabled Darrick J. Wong <djwong@xxxxxxxxxx> xfs: prevent rt growfs when quota is enabled Darrick J. Wong <djwong@xxxxxxxxxx> xfs: hoist freeing of rt data fork extent mappings Darrick J. Wong <djwong@xxxxxxxxxx> xfs: bump max fsgeom struct version K Prateek Nayak <kprateek.nayak@xxxxxxx> softirq: Allow raising SCHED_SOFTIRQ from SMP-call-function on RT kernel Omid Ehtemam-Haghighi <omid.ehtemamhaghighi@xxxxxxxxxxxxxxxxx> ipv6: Fix soft lockups in fib6_select_path under high next hop churn Cosmin Tanislav <demonsingur@xxxxxxxxx> regmap: detach regmap from dev on regmap_exit Charles Keepax <ckeepax@xxxxxxxxxxxxxxxxxxxxx> ASoC: samsung: Add missing depends on I2C Alper Nebi Yasak <alpernebiyasak@xxxxxxxxx> ASoC: samsung: midas_wm1811: Map missing jack kcontrols Philippe Simons <simons.philippe@xxxxxxxxx> irqchip/sunxi-nmi: Add missing SKIP_WAKE flag Tom Chung <chiahsuan.chung@xxxxxxx> drm/amd/display: Use HW lock mgr for PSR1 Xiang Zhang <hawkxiang.cpp@xxxxxxxxx> scsi: iscsi: Fix redundant response for ISCSI_UEVENT_GET_HOST_STATS request Linus Walleij <linus.walleij@xxxxxxxxxx> seccomp: Stub for !CONFIG_SECCOMP Charles Keepax <ckeepax@xxxxxxxxxxxxxxxxxxxxx> ASoC: samsung: Add missing selects for MFD_WM8994 Charles Keepax <ckeepax@xxxxxxxxxxxxxxxxxxxxx> ASoC: wm8994: Add depends on MFD core ------------- Diffstat: Makefile | 4 +- block/ioctl.c | 9 +- drivers/base/regmap/regmap.c | 12 + .../gpu/drm/amd/display/dc/dce/dmub_hw_lock_mgr.c | 3 +- drivers/hid/hid-ids.h | 1 - drivers/hid/hid-multitouch.c | 8 +- drivers/input/joystick/xpad.c | 2 + drivers/input/keyboard/atkbd.c | 2 +- drivers/irqchip/irq-sunxi-nmi.c | 3 +- drivers/net/wireless/intel/iwlwifi/dvm/rs.c | 9 +- drivers/net/wireless/intel/iwlwifi/mvm/rs.c | 9 +- drivers/scsi/scsi_transport_iscsi.c | 4 +- drivers/scsi/storvsc_drv.c | 8 +- drivers/usb/gadget/function/u_serial.c | 8 +- drivers/usb/serial/quatech2.c | 2 +- drivers/vfio/platform/vfio_platform_common.c | 10 + fs/ext4/super.c | 3 +- fs/gfs2/file.c | 1 + fs/smb/client/smb2ops.c | 47 ++-- fs/smb/client/smb2pdu.c | 10 +- fs/xfs/libxfs/xfs_alloc.c | 27 ++- fs/xfs/libxfs/xfs_bmap.c | 21 +- fs/xfs/libxfs/xfs_defer.c | 38 +-- fs/xfs/libxfs/xfs_defer.h | 2 +- fs/xfs/libxfs/xfs_inode_buf.c | 3 + fs/xfs/libxfs/xfs_rtbitmap.c | 33 +++ fs/xfs/libxfs/xfs_sb.h | 2 +- fs/xfs/xfs_bmap_util.c | 24 +- fs/xfs/xfs_dquot.c | 5 +- fs/xfs/xfs_dquot_item_recover.c | 21 +- fs/xfs/xfs_file.c | 63 ++++- fs/xfs/xfs_inode.c | 24 ++ fs/xfs/xfs_inode.h | 17 ++ fs/xfs/xfs_inode_item_recover.c | 14 +- fs/xfs/xfs_ioctl.c | 34 ++- fs/xfs/xfs_iops.c | 7 + fs/xfs/xfs_log.c | 23 +- fs/xfs/xfs_log_recover.c | 2 +- fs/xfs/xfs_reflink.c | 5 + fs/xfs/xfs_rtalloc.c | 33 ++- fs/xfs/xfs_rtalloc.h | 27 ++- include/linux/seccomp.h | 2 +- io_uring/io_uring.c | 4 +- kernel/softirq.c | 15 +- net/ipv4/ip_tunnel.c | 2 +- net/ipv6/ip6_fib.c | 8 +- net/ipv6/route.c | 45 ++-- net/sched/sch_ets.c | 2 + sound/soc/codecs/Kconfig | 1 + sound/soc/samsung/Kconfig | 6 +- sound/soc/samsung/midas_wm1811.c | 24 +- sound/usb/quirks.c | 2 + tools/testing/selftests/net/Makefile | 1 + .../selftests/net/ipv6_route_update_soft_lockup.sh | 262 +++++++++++++++++++++ 54 files changed, 763 insertions(+), 191 deletions(-)