Message ID | 20221104225439.338239-1-ebiggers@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | fscrypt fixes for stable | expand |
On Fri, Nov 04, 2022 at 03:54:37PM -0700, Eric Biggers wrote: > Please apply these to 6.0-stable. > > Eric Biggers (2): > fscrypt: stop using keyrings subsystem for fscrypt_master_key > fscrypt: fix keyring memory leak on mount failure > > fs/crypto/fscrypt_private.h | 71 ++++-- > fs/crypto/hooks.c | 10 +- > fs/crypto/keyring.c | 491 +++++++++++++++++++----------------- > fs/crypto/keysetup.c | 81 +++--- > fs/crypto/policy.c | 8 +- > fs/super.c | 3 +- > include/linux/fs.h | 2 +- > include/linux/fscrypt.h | 4 +- > 8 files changed, 359 insertions(+), 311 deletions(-) Both now queued up, thanks. greg k-h