Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 20 Mar 2023 22:12:55 +0000 (15:12 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 20 Mar 2023 22:12:55 +0000 (15:12 -0700)
commit4f1e308df88ad25c88ab4240161cbac45ba2d78e
tree36035ee7277b7f9b83f9c2885f5493a7cc14b2c7
parent7d31677bb7b1944ac89e9155110dc1b9acbb3895
parent4bcf6f827a79c59806c695dc280e763c5b6a6813
Merge tag 'fscrypt-for-linus' of git://git./fs/fscrypt/linux

Pull fscrypt fix from Eric Biggers:
 "Fix a bug where when a filesystem was being unmounted, the fscrypt
  keyring was destroyed before inodes have been released by the Landlock
  LSM.

  This bug was found by syzbot"

* tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux:
  fscrypt: check for NULL keyring in fscrypt_put_master_key_activeref()
  fscrypt: improve fscrypt_destroy_keyring() documentation
  fscrypt: destroy keyring after security_sb_delete()