Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1609271 > unrolled thread

Re: [GIT PULL] fscrypt bug fixes for 4.11

Started byTheodore Ts'o <tytso@mit.edu>
First post2017-03-26 04:40 +0200
Last post2017-03-26 04:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [GIT PULL] fscrypt bug fixes for 4.11 Theodore Ts'o <tytso@mit.edu> - 2017-03-26 04:40 +0200

#1609271 — Re: [GIT PULL] fscrypt bug fixes for 4.11

FromTheodore Ts'o <tytso@mit.edu>
Date2017-03-26 04:40 +0200
SubjectRe: [GIT PULL] fscrypt bug fixes for 4.11
Message-ID<tp6g1-1F5-1@gated-at.bofh.it>
(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(-)

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web