Re: [PATCH] Revert "fscrypt: relax Kconfig dependencies for crypto API algorithms"

2025-02-17 Thread Ard Biesheuvel
On Mon, 17 Feb 2025 at 19:53, Eric Biggers wrote: > > From: Eric Biggers > > This mostly reverts commit a0fc20333ee4bac1147c4cf75dea098c26671a2f. > Keep the relevant parts of the comment added by that commit. > > The problem with that commit is that it allowed people to create broken > configurat

[PATCH] Revert "fscrypt: relax Kconfig dependencies for crypto API algorithms"

2025-02-17 Thread Eric Biggers
From: Eric Biggers This mostly reverts commit a0fc20333ee4bac1147c4cf75dea098c26671a2f. Keep the relevant parts of the comment added by that commit. The problem with that commit is that it allowed people to create broken configurations that enabled FS_ENCRYPTION but not the mandatory algorithms.