[GIT PULL] jfs updates for v6.8
From: Dave Kleikamp
Date: Mon Jan 08 2024 - 10:46:35 EST
The following changes since commit c2d5304e6c648ebcf653bace7e51e0e6742e46c8:
Merge tag 'platform-drivers-x86-v6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86 (2023-11-21 11:56:57 -0800)
are available in the Git repository at:
git@xxxxxxxxxx:kleikamp/linux-shaggy.git tags/jfs-6.8
for you to fetch changes up to a280c9ceeca73fad22af79b08b470fc7126cf1d5:
jfs: Add missing set_freezable() for freezable kthread (2024-01-02 11:06:52 -0600)
----------------------------------------------------------------
Stability improvements.
----------------------------------------------------------------
Edward Adam Davis (2):
jfs: fix uaf in jfs_evict_inode
jfs: fix array-index-out-of-bounds in diNewExt
Kevin Hao (1):
jfs: Add missing set_freezable() for freezable kthread
Manas Ghandat (3):
jfs: fix slab-out-of-bounds Read in dtSearch
jfs: fix array-index-out-of-bounds in dbAdjTree
jfs: fix shift-out-of-bounds in dbJoin
Osama Muhammad (2):
FS:JFS:UBSAN:array-index-out-of-bounds in dbAdjTree
UBSAN: array-index-out-of-bounds in dtSplitRoot
fs/jfs/jfs_dmap.c | 65 +++++++++++++++++++++++++++++++----------------------
fs/jfs/jfs_dtree.c | 7 +++++-
fs/jfs/jfs_imap.c | 3 +++
fs/jfs/jfs_mount.c | 6 ++---
fs/jfs/jfs_txnmgr.c | 2 ++
5 files changed, 52 insertions(+), 31 deletions(-)