[GIT PULL] Btrfs updates for 6.18, part 2

From: David Sterba

Date: Mon Oct 06 2025 - 11:47:57 EST


Hi,

please pull two short fixes that would be good to have before rc1.
Thanks.

- fix printk format warning on 32bit platforms

- fix potential out-of-bounds access in callback encoding NFS handles

----------------------------------------------------------------
The following changes since commit 45c222468d33202c07c41c113301a4b9c8451b8f:

btrfs: use smp_mb__after_atomic() when forcing COW in create_pending_snapshot() (2025-09-23 09:02:17 +0200)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.18-tag

for you to fetch changes up to 4335c4496b1bcf8e85761af23550a180e937bac6:

btrfs: fix PAGE_SIZE format specifier in open_ctree() (2025-10-01 16:27:28 +0200)

----------------------------------------------------------------
Anderson Nascimento (1):
btrfs: avoid potential out-of-bounds in btrfs_encode_fh()

Nathan Chancellor (1):
btrfs: fix PAGE_SIZE format specifier in open_ctree()

fs/btrfs/disk-io.c | 2 +-
fs/btrfs/export.c | 8 +++++++-
2 files changed, 8 insertions(+), 2 deletions(-)