[GIT PULL] jfs updates for v6.5
From: Dave Kleikamp
Date: Tue Jun 27 2023 - 10:08:16 EST
The following changes since commit 692b7dc87ca6d55ab254f8259e6f970171dc9d01:
Merge tag 'hyperv-fixes-signed-20230619' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux (2023-06-19 17:05:43 -0700)
are available in the Git repository at:
git@xxxxxxxxxx:kleikamp/linux-shaggy.git tags/jfs-6.5
for you to fetch changes up to 95e2b352c03b0a86c5717ba1d24ea20969abcacc:
FS: JFS: Check for read-only mounted filesystem in txBegin (2023-06-23 09:02:33 -0500)
----------------------------------------------------------------
Minor bug fixes and cleanups
----------------------------------------------------------------
Immad Mir (2):
FS: JFS: Fix null-ptr-deref Read in txBegin
FS: JFS: Check for read-only mounted filesystem in txBegin
Siddh Raman Pant (1):
jfs: jfs_dmap: Validate db_l2nbperpage while mounting
Wonguk Lee (1):
fs: jfs: (trivial) Fix typo in dbInitTree function
Yogesh (1):
fs: jfs: Fix UBSAN: array-index-out-of-bounds in dbAllocDmapLev
fs/jfs/jfs_dmap.c | 11 ++++++++++-
fs/jfs/jfs_filsys.h | 2 ++
fs/jfs/jfs_txnmgr.c | 5 +++++
fs/jfs/namei.c | 5 +++++
4 files changed, 22 insertions(+), 1 deletion(-)