Re: [PATCH] fscrypto: remove unneeded Kconfig dependencies
From: Theodore Ts'o <tytso@mit.edu>
Date: 2016-11-26 20:11:04
Also in:
linux-f2fs-devel, linux-fsdevel
From: Theodore Ts'o <tytso@mit.edu>
Date: 2016-11-26 20:11:04
Also in:
linux-f2fs-devel, linux-fsdevel
On Mon, Oct 24, 2016 at 01:17:06PM -0700, Eric Biggers wrote:
SHA256 and ENCRYPTED_KEYS are not needed. CTR shouldn't be needed
either, but I left it for now because it was intentionally added by
commit 71dea01ea2ed ("ext4 crypto: require CONFIG_CRYPTO_CTR if ext4
encryption is enabled"). So it sounds like there may be a dependency
problem elsewhere, which I have not been able to identify specifically,
that must be solved before CTR can be removed.
Signed-off-by: Eric Biggers <redacted>Applied, thanks. - Ted