[GIT PULL] jfs updates for v6.12

From: Dave Kleikamp
Date: Mon Sep 16 2024 - 15:46:07 EST


The following changes since commit 3d5f968a177d468cd13568ef901c5be84d83d32b:

Merge tag 'pwrseq-fixes-for-v6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux (2024-08-23 17:48:27 +0800)

are available in the Git repository at:

git@xxxxxxxxxx:kleikamp/linux-shaggy.git tags/jfs-6.12

for you to fetch changes up to 2b59ffad47db1c46af25ccad157bb3b25147c35c:

jfs: Fix uninit-value access of new_ea in ea_buffer (2024-09-04 10:28:08 -0500)

----------------------------------------------------------------
A few fixes for jfs

----------------------------------------------------------------
Edward Adam Davis (2):
jfs: Fix uaf in dbFreeBits
jfs: check if leafidx greater than num leaves per dmap tree

Jeongjun Park (1):
jfs: fix out-of-bounds in dbNextAG() and diAlloc()

Remington Brasga (1):
jfs: UBSAN: shift-out-of-bounds in dbFindBits

Zhao Mengmeng (1):
jfs: Fix uninit-value access of new_ea in ea_buffer

fs/jfs/jfs_discard.c | 11 +++++++++--
fs/jfs/jfs_dmap.c | 11 +++++++----
fs/jfs/jfs_imap.c | 2 +-
fs/jfs/xattr.c | 2 ++
4 files changed, 19 insertions(+), 7 deletions(-)