All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 6.0 0/2] fscrypt fixes for stable
@ 2022-11-04 22:54 Eric Biggers
  2022-11-04 22:54 ` [PATCH 6.0 1/2] fscrypt: stop using keyrings subsystem for fscrypt_master_key Eric Biggers
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Eric Biggers @ 2022-11-04 22:54 UTC (permalink / raw)
  To: stable; +Cc: linux-fscrypt

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
-- 
2.38.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-11-07  9:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-04 22:54 [PATCH 6.0 0/2] fscrypt fixes for stable Eric Biggers
2022-11-04 22:54 ` [PATCH 6.0 1/2] fscrypt: stop using keyrings subsystem for fscrypt_master_key Eric Biggers
2022-11-04 22:54 ` [PATCH 6.0 2/2] fscrypt: fix keyring memory leak on mount failure Eric Biggers
2022-11-07  8:59 ` [PATCH 6.0 0/2] fscrypt fixes for stable Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.