Re: [GIT PULL] fscrypt bug fixes for 4.11
From: Theodore Ts'o
Date: Sat Mar 25 2017 - 22:37:51 EST
(Resent with corrected subject line and adding mailing list cc's.)
The following changes since commit cab7076a185e1e27f6879325e4da762424c3f1c9:
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 (2017-02-20 18:24:39 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt.git tags/fscrypt-for-linus_stable
for you to fetch changes up to 94840e3c802daa1a62985957f36ac48faf8ceedd:
fscrypt: eliminate ->prepare_context() operation (2017-03-15 14:15:47 -0400)
----------------------------------------------------------------
A code cleanup and bugfix for fs/crypto.
----------------------------------------------------------------
Eric Biggers (2):
fscrypt: remove broken support for detecting keyring key revocation
fscrypt: eliminate ->prepare_context() operation
fs/crypto/crypto.c | 10 +---------
fs/crypto/fname.c | 2 +-
fs/crypto/fscrypt_private.h | 4 ----
fs/crypto/keyinfo.c | 52 +++++++++-------------------------------------------
fs/crypto/policy.c | 7 -------
fs/ext4/super.c | 10 ++++------
include/linux/fscrypt_common.h | 1 -
7 files changed, 15 insertions(+), 71 deletions(-)