[GIT,PULL] gfs2: Don't deref jdesc in evict

Message ID 20230510151918.280115-1-agruenba@redhat.com
State New
Headers
Series [GIT,PULL] gfs2: Don't deref jdesc in evict |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git tags/gfs2-v6.3-fix

Message

Andreas Gruenbacher May 10, 2023, 3:19 p.m. UTC
  Hello Linus,

could you please pull the following gfs2 fix for 6.4?

Thanks,
Andreas

The following changes since commit e0fcc9c68d1147ca33159d57332b02ca8bac6ab9:

  Merge tag 'gfs2-v6.3-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 (2023-04-26 09:28:15 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git tags/gfs2-v6.3-fix

for you to fetch changes up to 504a10d9e46bc37b23d0a1ae2f28973c8516e636:

  gfs2: Don't deref jdesc in evict (2023-05-10 17:15:18 +0200)

----------------------------------------------------------------
gfs2 fix

- Fix a NULL pointer dereference when mounting corrupted filesystems.

----------------------------------------------------------------
Bob Peterson (1):
      gfs2: Don't deref jdesc in evict

 fs/gfs2/super.c | 8 ++++++++
 1 file changed, 8 insertions(+)
  

Comments

pr-tracker-bot@kernel.org May 10, 2023, 10:12 p.m. UTC | #1
The pull request you sent on Wed, 10 May 2023 17:19:18 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git tags/gfs2-v6.3-fix

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

Thank you!