This is the start of the stable review cycle for the 6.1.92 release. There are 45 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, 25 May 2024 13:03:15 +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.92-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.92-rc1 Akira Yokosawa <akiyks@xxxxxxxxx> docs: kernel_include.py: Cope with docutils 0.21 Thomas Weißschuh <linux@xxxxxxxxxxxxxx> admin-guide/hw-vuln/core-scheduling: fix return type of PR_SCHED_CORE_GET Jarkko Sakkinen <jarkko@xxxxxxxxxx> KEYS: trusted: Do not use WARN when encode fails AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx> remoteproc: mediatek: Make sure IPI buffer fits in L2TCM Daniel Thompson <daniel.thompson@xxxxxxxxxx> serial: kgdboc: Fix NMI-safety problems from keyboard reset code Javier Carrasco <javier.carrasco@xxxxxxxxxxxxxx> usb: typec: tipd: fix event checking for tps6598x Heikki Krogerus <heikki.krogerus@xxxxxxxxxxxxxxx> usb: typec: ucsi: displayport: Fix potential deadlock Jose Ignacio Tornos Martinez <jtornosm@xxxxxxxxxx> net: usb: ax88179_178a: fix link status when link is set to down/up Prashanth K <quic_prashk@xxxxxxxxxxx> usb: dwc3: Wait unconditionally after issuing EndXfer command Carlos Llamas <cmllamas@xxxxxxxxxx> binder: fix max_thread type inconsistency Srinivasan Shanmugam <srinivasan.shanmugam@xxxxxxx> drm/amdgpu: Fix possible NULL dereference in amdgpu_ras_query_error_status_helper() Mark Rutland <mark.rutland@xxxxxxx> arm64: atomics: lse: remove stale dependency on JUMP_LABEL Eric Sandeen <sandeen@xxxxxxxxxx> xfs: short circuit xfs_growfs_data_private() if delta is zero Hironori Shiina <shiina.hironori@xxxxxxxxx> xfs: get root inode correctly at bulkstat Darrick J. Wong <djwong@xxxxxxxxxx> xfs: fix log recovery when unknown rocompat bits are set Darrick J. Wong <djwong@xxxxxxxxxx> xfs: allow inode inactivation during a ro mount log recovery Darrick J. Wong <djwong@xxxxxxxxxx> xfs: invalidate xfs_bufs when allocating cow extents Darrick J. Wong <djwong@xxxxxxxxxx> xfs: estimate post-merge refcounts correctly Darrick J. Wong <djwong@xxxxxxxxxx> xfs: hoist refcount record merge predicates Guo Xuenan <guoxuenan@xxxxxxxxxx> xfs: fix super block buf log item UAF during force shutdown Guo Xuenan <guoxuenan@xxxxxxxxxx> xfs: wait iclog complete before tearing down AIL Darrick J. Wong <djwong@xxxxxxxxxx> xfs: attach dquots to inode before reading data/cow fork mappings Darrick J. Wong <djwong@xxxxxxxxxx> xfs: invalidate block device page cache during unmount Long Li <leo.lilong@xxxxxxxxxx> xfs: fix incorrect i_nlink caused by inode racing Long Li <leo.lilong@xxxxxxxxxx> xfs: fix sb write verify for lazysbcount Darrick J. Wong <djwong@xxxxxxxxxx> xfs: fix incorrect error-out in xfs_remove Dave Chinner <dchinner@xxxxxxxxxx> xfs: fix off-by-one-block in xfs_discard_folio() Dave Chinner <dchinner@xxxxxxxxxx> xfs: drop write error injection is unfixable, remove it Dave Chinner <dchinner@xxxxxxxxxx> xfs: use iomap_valid method to detect stale cached iomaps Dave Chinner <dchinner@xxxxxxxxxx> iomap: write iomap validity checks Dave Chinner <dchinner@xxxxxxxxxx> xfs: xfs_bmap_punch_delalloc_range() should take a byte range Dave Chinner <dchinner@xxxxxxxxxx> iomap: buffered write failure should not truncate the page cache Dave Chinner <dchinner@xxxxxxxxxx> xfs,iomap: move delalloc punching to iomap Dave Chinner <dchinner@xxxxxxxxxx> xfs: use byte ranges for write cleanup ranges Dave Chinner <dchinner@xxxxxxxxxx> xfs: punching delalloc extents on write failure is racy Dave Chinner <dchinner@xxxxxxxxxx> xfs: write page faults in iomap are not buffered writes Mengqi Zhang <mengqi.zhang@xxxxxxxxxxxx> mmc: core: Add HS400 tuning in HS400es initialization Jarkko Sakkinen <jarkko@xxxxxxxxxx> KEYS: trusted: Fix memory leak in tpm2_key_encode() NeilBrown <neilb@xxxxxxx> nfsd: don't allow nfsd threads to be signalled. Aidan MacDonald <aidanmacdonald.0x0@xxxxxxxxx> mfd: stpmic1: Fix swapped mask/unmask in irq chip Sergey Shtylyov <s.shtylyov@xxxxxx> pinctrl: core: handle radix_tree_insert() errors in pinctrl_register_one_pin() Jacob Keller <jacob.e.keller@xxxxxxxxx> ice: remove unnecessary duplicate checks for VF VSI ID Jacob Keller <jacob.e.keller@xxxxxxxxx> ice: pass VSI pointer into ice_vc_isvalid_q_id Ronald Wahl <ronald.wahl@xxxxxxxxxxx> net: ks8851: Fix another TX stall caused by wrong ISR flag handling Jose Fernandez <josef@xxxxxxxxxxx> drm/amd/display: Fix division by zero in setup_dsc_config ------------- Diffstat: .../admin-guide/hw-vuln/core-scheduling.rst | 4 +- Documentation/sphinx/kernel_include.py | 1 - Makefile | 4 +- arch/arm64/Kconfig | 1 - arch/arm64/include/asm/lse.h | 1 - drivers/android/binder.c | 2 +- drivers/android/binder_internal.h | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | 3 + drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c | 7 +- drivers/mfd/stpmic1.c | 5 +- drivers/mmc/core/mmc.c | 9 +- drivers/net/ethernet/intel/ice/ice_virtchnl.c | 22 +- drivers/net/ethernet/intel/ice/ice_virtchnl_fdir.c | 3 - drivers/net/ethernet/micrel/ks8851_common.c | 18 +- drivers/net/usb/ax88179_178a.c | 37 ++- drivers/pinctrl/core.c | 14 +- drivers/remoteproc/mtk_scp.c | 10 +- drivers/tty/serial/kgdboc.c | 30 ++- drivers/usb/dwc3/gadget.c | 4 +- drivers/usb/typec/tipd/core.c | 45 ++-- drivers/usb/typec/tipd/tps6598x.h | 11 + drivers/usb/typec/ucsi/displayport.c | 4 - fs/iomap/buffered-io.c | 254 ++++++++++++++++++++- fs/iomap/iter.c | 19 +- fs/nfs/callback.c | 9 +- fs/nfsd/nfs4proc.c | 5 +- fs/nfsd/nfssvc.c | 12 - fs/xfs/libxfs/xfs_bmap.c | 8 +- fs/xfs/libxfs/xfs_errortag.h | 12 +- fs/xfs/libxfs/xfs_refcount.c | 146 ++++++++++-- fs/xfs/libxfs/xfs_sb.c | 7 +- fs/xfs/xfs_aops.c | 37 +-- fs/xfs/xfs_bmap_util.c | 10 +- fs/xfs/xfs_bmap_util.h | 2 +- fs/xfs/xfs_buf.c | 1 + fs/xfs/xfs_buf_item.c | 2 + fs/xfs/xfs_error.c | 27 ++- fs/xfs/xfs_file.c | 2 +- fs/xfs/xfs_fsops.c | 4 + fs/xfs/xfs_icache.c | 6 + fs/xfs/xfs_inode.c | 16 +- fs/xfs/xfs_ioctl.c | 4 +- fs/xfs/xfs_iomap.c | 177 ++++++++------ fs/xfs/xfs_iomap.h | 6 +- fs/xfs/xfs_log.c | 53 ++--- fs/xfs/xfs_mount.c | 15 ++ fs/xfs/xfs_pnfs.c | 6 +- include/linux/iomap.h | 47 +++- net/sunrpc/svc_xprt.c | 16 +- security/keys/trusted-keys/trusted_tpm2.c | 25 +- 50 files changed, 866 insertions(+), 299 deletions(-)