[GIT PULL] jfs updates for v6.6
From: Dave Kleikamp
Date: Thu Aug 31 2023 - 11:22:00 EST
The following changes since commit 74f1456c4a5f3d7da4102ecae5c20370f89c6ed1:
Merge tag 'linux-kselftest-fixes-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest (2023-07-18 08:56:02 -0700)
are available in the Git repository at:
git@xxxxxxxxxx:kleikamp/linux-shaggy.git tags/jfs-6.6
for you to fetch changes up to 0225e10972fa809728b8d4c1bd2772b3ec3fdb57:
jfs: validate max amount of blocks before allocation. (2023-08-29 12:25:47 -0500)
----------------------------------------------------------------
A few small fixes
----------------------------------------------------------------
Alexei Filippov (1):
jfs: validate max amount of blocks before allocation.
Andrew Kanner (1):
fs/jfs: prevent double-free in dbUnmount() after failed jfs_remount()
Colin Ian King (1):
jfs: remove redundant initialization to pointer ip
Immad Mir (1):
FS: JFS: (trivial) Fix grammatical error in extAlloc
Liu Shixin via Jfs-discussion (1):
jfs: fix invalid free of JFS_IP(ipimap)->i_imap in diUnmount
fs/jfs/jfs_dmap.c | 1 +
fs/jfs/jfs_extent.c | 7 ++++++-
fs/jfs/jfs_imap.c | 1 +
fs/jfs/namei.c | 2 +-
4 files changed, 9 insertions(+), 2 deletions(-)