Re: [PATCH 1/2] fscrypt: relax Kconfig dependencies for crypto API algorithms

2021-04-19 Thread Eric Biggers
On Fri, Apr 16, 2021 at 06:06:41PM +0200, Ard Biesheuvel wrote: > Even if FS encryption has strict functional dependencies on various > crypto algorithms and chaining modes. those dependencies could potentially > be satisified by other implementations than the generic ones, and no link > time depen

[PATCH 1/2] fscrypt: relax Kconfig dependencies for crypto API algorithms

2021-04-16 Thread Ard Biesheuvel
Even if FS encryption has strict functional dependencies on various crypto algorithms and chaining modes. those dependencies could potentially be satisified by other implementations than the generic ones, and no link time dependency exists on the 'depends on' claused defined by CONFIG_FS_ENCRYPTION