[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240312041729.GH1182@sol.localdomain>
Date: Mon, 11 Mar 2024 21:17:29 -0700
From: Eric Biggers <ebiggers@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-fscrypt@...r.kernel.org, linux-fsdevel@...r.kernel.org,
linux-kernel@...r.kernel.org, Theodore Ts'o <tytso@....edu>,
Jaegeuk Kim <jaegeuk@...nel.org>,
Luis Henriques <lhenriques@...e.de>, Xiubo Li <xiubli@...hat.com>
Subject: [GIT PULL] fscrypt updates for 6.9
The following changes since commit 41bccc98fb7931d63d03f326a746ac4d429c1dd3:
Linux 6.8-rc2 (2024-01-28 17:01:12 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/fs/fscrypt/linux.git tags/fscrypt-for-linus
for you to fetch changes up to 8c62f31eddb71c6f6878258579318c1156045247:
fscrypt: shrink the size of struct fscrypt_inode_info slightly (2024-02-23 22:03:48 -0800)
----------------------------------------------------------------
Fix flakiness in a test by releasing the quota synchronously when a key
is removed, and other minor cleanups.
----------------------------------------------------------------
Eric Biggers (2):
fscrypt: write CBC-CTS instead of CTS-CBC
fscrypt: shrink the size of struct fscrypt_inode_info slightly
Luis Henriques (1):
fscrypt: clear keyring before calling key_put()
Xiubo Li (1):
fscrypt: explicitly require that inode->i_blkbits be set
Documentation/filesystems/fscrypt.rst | 27 +++++++++++++++------------
fs/crypto/fscrypt_private.h | 14 ++++++++------
fs/crypto/keyring.c | 8 ++++++--
fs/crypto/keysetup.c | 11 +++++++----
4 files changed, 36 insertions(+), 24 deletions(-)
Powered by blists - more mailing lists