Linux FSCRYPT development
 help / color / mirror / Atom feed
* [PATCH 5.10 0/3] fscrypt fixes for stable
@ 2022-11-04 23:37 Eric Biggers
  2022-11-04 23:37 ` [PATCH 5.10 1/3] fscrypt: simplify master key locking Eric Biggers
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Eric Biggers @ 2022-11-04 23:37 UTC (permalink / raw)
  To: stable; +Cc: linux-fscrypt

Please apply these to 5.10-stable.

Eric Biggers (3):
  fscrypt: simplify master key locking
  fscrypt: stop using keyrings subsystem for fscrypt_master_key
  fscrypt: fix keyring memory leak on mount failure

 fs/crypto/fscrypt_private.h |  80 ++++--
 fs/crypto/hooks.c           |   8 +-
 fs/crypto/keyring.c         | 495 +++++++++++++++++++-----------------
 fs/crypto/keysetup.c        |  85 +++----
 fs/crypto/policy.c          |   8 +-
 fs/super.c                  |   3 +-
 include/linux/fs.h          |   2 +-
 include/linux/fscrypt.h     |   4 +-
 8 files changed, 360 insertions(+), 325 deletions(-)


base-commit: 95aa34f72132ee42ee3f632a5540c84a5ee8624f
-- 
2.38.1


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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-04 23:37 [PATCH 5.10 0/3] fscrypt fixes for stable Eric Biggers
2022-11-04 23:37 ` [PATCH 5.10 1/3] fscrypt: simplify master key locking Eric Biggers
2022-11-04 23:37 ` [PATCH 5.10 2/3] fscrypt: stop using keyrings subsystem for fscrypt_master_key Eric Biggers
2022-11-04 23:38 ` [PATCH 5.10 3/3] fscrypt: fix keyring memory leak on mount failure Eric Biggers
2022-11-07  9:07 ` [PATCH 5.10 0/3] fscrypt fixes for stable Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox