[GIT PULL] additional non-MM updates for 6.19-rc1

From: Andrew Morton

Date: Thu Dec 11 2025 - 16:11:46 EST



Linus, please merge this small batch of followup non-MM patches for the
upcoming -rc cycle,

No conflicts were seen in a test merge.

Thanks.


The following changes since commit aa514a297a0c175239f24a2e582ebd37f0727494:

calibrate: update header inclusion (2025-11-27 14:24:45 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-nonmm-stable-2025-12-11-11-47

for you to fetch changes up to 601cc399a01049efa76be8f496541315dc9cf914:

mm: memfd_luo: add CONFIG_SHMEM dependency (2025-12-10 16:07:44 -0800)

----------------------------------------------------------------
There are no significant series in this small merge. Please see the
individual changelogs for details.

----------------------------------------------------------------
Ahmet Eray Karadag (3):
ocfs2: add ocfs2_emergency_state helper and apply to setattr
ocfs2: convert remaining read-only checks to ocfs2_emergency_state
ocfs2: invalidate inode if i_mode is zero after block read

Ally Heev (1):
checkpatch: add uninitialized pointer with __free attribute check

Andy Shevchenko (1):
args: fix documentation to reflect the correct numbers

Arnd Bergmann (2):
mm: shmem: avoid build warning for CONFIG_SHMEM=n
mm: memfd_luo: add CONFIG_SHMEM dependency

Dan Carpenter (1):
liveupdate: luo_file: don't use invalid list iterator

Deepanshu Kartikey (1):
ocfs2: validate inline xattr size and entry count in ocfs2_xattr_ibody_list

Dmitry Antipov (1):
ocfs2: fix memory leak in ocfs2_merge_rec_left()

Edward Adam Davis (1):
ocfs2: check tl_used after reading it from trancate log inode

Gustavo A. R. Silva (1):
ocfs2: avoid -Wflex-array-member-not-at-end warning

Lalit Shankar Chowdhury (1):
fs/fat: remove unnecessary wrapper fat_max_cache()

Pasha Tatashin (1):
liveupdate: luo_core: fix redundant bound check in luo_ioctl()

Prithvi Tambewagh (1):
ocfs2: fix kernel BUG in ocfs2_find_victim_chain

Thorsten Blum (1):
ocfs2: replace deprecated strcpy with strscpy

Documentation/dev-tools/checkpatch.rst | 23 ++++++++++++++++++++
fs/fat/cache.c | 7 +------
fs/ocfs2/alloc.c | 12 ++++++-----
fs/ocfs2/buffer_head_io.c | 2 +-
fs/ocfs2/cluster/nodemanager.c | 3 ++-
fs/ocfs2/dir.c | 10 ++++-----
fs/ocfs2/file.c | 14 +++++++++----
fs/ocfs2/inode.c | 11 ++++++++--
fs/ocfs2/move_extents.c | 2 +-
fs/ocfs2/namei.c | 3 ++-
fs/ocfs2/ocfs2.h | 18 ++++++++++++++++
fs/ocfs2/resize.c | 4 ++--
fs/ocfs2/stackglue.c | 3 ++-
fs/ocfs2/suballoc.c | 13 +++++++++++-
fs/ocfs2/super.c | 2 +-
fs/ocfs2/xattr.c | 38 ++++++++++++++++++++++++++++++----
include/linux/args.h | 4 ++--
kernel/liveupdate/Kconfig | 1 +
kernel/liveupdate/luo_core.c | 4 +---
kernel/liveupdate/luo_file.c | 7 +++++--
mm/shmem.c | 11 ++++++++--
scripts/checkpatch.pl | 6 ++++++
22 files changed, 154 insertions(+), 44 deletions(-)