mbox series

[6.0,0/2] fscrypt fixes for stable

Message ID 20221104225439.338239-1-ebiggers@kernel.org (mailing list archive)
Headers show
Series fscrypt fixes for stable | expand

Message

Eric Biggers Nov. 4, 2022, 10:54 p.m. UTC
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(-)


base-commit: 3a2fa3c01fc7c2183eb3278bd912e5bcec20eb2a

Comments

Greg Kroah-Hartman Nov. 7, 2022, 8:59 a.m. UTC | #1
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