[GIT PULL] jfs updates for v6.13

From: Dave Kleikamp
Date: Thu Nov 21 2024 - 11:09:25 EST


The following changes since commit e42b1a9a2557aa94fee47f078633677198386a52:

Merge tag 'spi-fix-v6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi (2024-10-28 11:16:33 -1000)

are available in the Git repository at:

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

for you to fetch changes up to a174706ba4dad895c40b1d2277bade16dfacdcd9:

jfs: add a check to prevent array-index-out-of-bounds in dbAdjTree (2024-10-29 17:43:41 -0500)

----------------------------------------------------------------
A few more patches to add sanity checks in jfs

----------------------------------------------------------------
Artem Sadovnikov (1):
jfs: xattr: check invalid xattr size more strictly

Ghanshyam Agrawal (3):
jfs: array-index-out-of-bounds fix in dtReadFirst
jfs: fix shift-out-of-bounds in dbSplit
jfs: fix array-index-out-of-bounds in jfs_readdir

Nihar Chaithanya (1):
jfs: add a check to prevent array-index-out-of-bounds in dbAdjTree

fs/jfs/jfs_dmap.c | 6 ++++++
fs/jfs/jfs_dtree.c | 15 +++++++++++++++
fs/jfs/xattr.c | 2 +-
3 files changed, 22 insertions(+), 1 deletion(-)