lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20240108224811.GA94550@sol.localdomain> Date: Mon, 8 Jan 2024 14:48:11 -0800 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-ext4@...r.kernel.org, linux-f2fs-devel@...ts.sourceforge.net, ceph-devel@...r.kernel.org, linux-btrfs@...r.kernel.org, linux-kernel@...r.kernel.org, Theodore Ts'o <tytso@....edu>, Jaegeuk Kim <jaegeuk@...nel.org> Subject: [GIT PULL] fscrypt updates for 6.8 The following changes since commit 33cc938e65a98f1d29d0a18403dbbee050dcad9a: Linux 6.7-rc4 (2023-12-03 18:52:56 +0900) 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 2a0e85719892a1d63f8f287563e2c1778a77879e: fs: move fscrypt keyring destruction to after ->put_super (2023-12-27 21:56:01 -0600) ---------------------------------------------------------------- Adjust the timing of the fscrypt keyring destruction, to prepare for btrfs's fscrypt support. Also document that CephFS supports fscrypt now. ---------------------------------------------------------------- Eric Biggers (4): fscrypt.rst: update definition of struct fscrypt_context_v2 fscrypt: update comment for do_remove_key() fscrypt: document that CephFS supports fscrypt now f2fs: move release of block devices to after kill_block_super() Josef Bacik (1): fs: move fscrypt keyring destruction to after ->put_super Documentation/filesystems/fscrypt.rst | 21 +++++++++++---------- fs/crypto/Kconfig | 2 +- fs/crypto/keyring.c | 6 +++--- fs/f2fs/super.c | 13 ++++++++----- fs/super.c | 12 ++++++------ 5 files changed, 29 insertions(+), 25 deletions(-)
Powered by blists - more mailing lists