[GIT,PULL] jfs updates for v6.5

Message ID 0c277be9-a3be-2c23-a016-82238fc946eb@oracle.com
State New
Headers
Series [GIT,PULL] jfs updates for v6.5 |

Pull-request

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

Message

Dave Kleikamp June 27, 2023, 2:07 p.m. UTC
  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@github.com: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(-)
  

Comments

pr-tracker-bot@kernel.org June 29, 2023, 8:51 p.m. UTC | #1
The pull request you sent on Tue, 27 Jun 2023 09:07:41 -0500:

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

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

Thank you!