mbox series

[GIT,PULL] fscrypt fix for 6.8-rc1

Message ID 20240113175604.GA1409@sol.localdomain (mailing list archive)
State Accepted
Headers show
Series [GIT,PULL] fscrypt fix for 6.8-rc1 | expand

Pull-request

https://git.kernel.org/pub/scm/fs/fscrypt/linux.git tags/fscrypt-for-linus

Message

Eric Biggers Jan. 13, 2024, 5:56 p.m. UTC
The following changes since commit 38814330fedd778edffcabe0c8cb462ee365782e:

  Merge tag 'devicetree-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux (2024-01-12 15:05:30 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/fs/fscrypt/linux.git tags/fscrypt-for-linus

for you to fetch changes up to c919330dd57835970b37676d377de3eaaea2c1e9:

  f2fs: fix double free of f2fs_sb_info (2024-01-12 18:55:09 -0800)

----------------------------------------------------------------

Fix a bug in my change to how f2fs frees its superblock info (which was
part of changing the timing of fscrypt keyring destruction).

----------------------------------------------------------------
Eric Biggers (1):
      f2fs: fix double free of f2fs_sb_info

 fs/f2fs/super.c | 1 +
 1 file changed, 1 insertion(+)

Comments

pr-tracker-bot@kernel.org Jan. 17, 2024, 8:03 p.m. UTC | #1
The pull request you sent on Sat, 13 Jan 2024 09:56:04 -0800:

> https://git.kernel.org/pub/scm/fs/fscrypt/linux.git tags/fscrypt-for-linus

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

Thank you!