[GIT,PULL] jfs updates for v6.7

Message ID 425ffc38-a35b-45c4-9819-e51464f58450@oracle.com
State New
Headers
Series [GIT,PULL] jfs updates for v6.7 |

Pull-request

git@github.com:kleikamp/linux-shaggy.git tags/jfs-6.7

Message

Dave Kleikamp Nov. 1, 2023, 1:22 p.m. UTC
  The following changes since commit 5e62ed3b1c8a397185af53d6b94f04b9ff21ec7d:

   Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi (2023-10-03 10:15:10 -0700)

are available in the Git repository at:

   git@github.com:kleikamp/linux-shaggy.git tags/jfs-6.7

for you to fetch changes up to a779ed754e52d582b8c0e17959df063108bd0656:

   jfs: define xtree root and page independently (2023-10-13 10:39:25 -0500)

----------------------------------------------------------------
Minor stability improvements

----------------------------------------------------------------
Dave Kleikamp (1):
       jfs: define xtree root and page independently

Juntong Deng (2):
       fs/jfs: Add check for negative db_l2nbperpage
       fs/jfs: Add validity check for db_maxag and db_agpref

Manas Ghandat (2):
       jfs: fix array-index-out-of-bounds in dbFindLeaf
       jfs: fix array-index-out-of-bounds in diAlloc

  fs/jfs/jfs_dinode.h |  2 +-
  fs/jfs/jfs_dmap.c   | 23 ++++++++++++++++++-----
  fs/jfs/jfs_imap.c   | 11 +++++++----
  fs/jfs/jfs_incore.h |  2 +-
  fs/jfs/jfs_txnmgr.c |  4 ++--
  fs/jfs/jfs_xtree.c  |  4 ++--
  fs/jfs/jfs_xtree.h  | 37 +++++++++++++++++++++++--------------
  7 files changed, 54 insertions(+), 29 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Nov. 2, 2023, 6:38 p.m. UTC | #1
The pull request you sent on Wed, 1 Nov 2023 08:22:09 -0500:

> git@github.com:kleikamp/linux-shaggy.git tags/jfs-6.7

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e9806ff8a0f9e6eb193326383a7b88bf30ad0533

Thank you!