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: <20200601062848.GA11054@sol.localdomain> Date: Sun, 31 May 2020 23:28:48 -0700 From: Eric Biggers <ebiggers@...nel.org> To: Linus Torvalds <torvalds@...ux-foundation.org> Cc: linux-fscrypt@...r.kernel.org, linux-ext4@...r.kernel.org, linux-f2fs-devel@...ts.sourceforge.net, linux-mtd@...ts.infradead.org, linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org, Theodore Ts'o <tytso@....edu>, Jaegeuk Kim <jaegeuk@...nel.org> Subject: [GIT PULL] fscrypt updates for 5.8 The following changes since commit 2ef96a5bb12be62ef75b5828c0aab838ebb29cb8: Linux 5.7-rc5 (2020-05-10 15:16:58 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/fs/fscrypt/fscrypt.git tags/fscrypt-for-linus for you to fetch changes up to e3b1078bedd323df343894a27eb3b3c34944dfd1: fscrypt: add support for IV_INO_LBLK_32 policies (2020-05-19 09:34:18 -0700) ---------------------------------------------------------------- - Add the IV_INO_LBLK_32 encryption policy flag which modifies the encryption to be optimized for eMMC inline encryption hardware. - Make the test_dummy_encryption mount option for ext4 and f2fs support v2 encryption policies. - Fix kerneldoc warnings and some coding style inconsistencies. There will be merge conflicts with the ext4 and f2fs trees due to the test_dummy_encryption change, but the resolutions are straightforward. ---------------------------------------------------------------- Eric Biggers (8): fscrypt: fix all kerneldoc warnings fscrypt: name all function parameters fscrypt: remove unnecessary extern keywords linux/parser.h: add include guards fscrypt: add fscrypt_add_test_dummy_key() fscrypt: support test_dummy_encryption=v2 fscrypt: make test_dummy_encryption use v2 by default fscrypt: add support for IV_INO_LBLK_32 policies Documentation/filesystems/f2fs.rst | 6 +- Documentation/filesystems/fscrypt.rst | 33 +++++- fs/crypto/crypto.c | 15 ++- fs/crypto/fname.c | 52 ++++++--- fs/crypto/fscrypt_private.h | 111 +++++++++--------- fs/crypto/hooks.c | 4 +- fs/crypto/keyring.c | 122 ++++++++++++------- fs/crypto/keysetup.c | 109 ++++++++++++----- fs/crypto/policy.c | 195 ++++++++++++++++++++++++++++--- fs/ext4/ext4.h | 7 +- fs/ext4/super.c | 68 ++++++++--- fs/ext4/sysfs.c | 2 + fs/f2fs/f2fs.h | 4 +- fs/f2fs/super.c | 85 ++++++++++---- fs/f2fs/sysfs.c | 4 + include/linux/fscrypt.h | 214 ++++++++++++++++++++-------------- include/linux/parser.h | 5 +- include/uapi/linux/fscrypt.h | 3 +- 18 files changed, 737 insertions(+), 302 deletions(-)
Powered by blists - more mailing lists