Re: [f2fs-dev] [PATCH v3] fscrypt: Don't use problematic non-inline crypto engines

2025-07-04 Thread Ard Biesheuvel via Linux-f2fs-devel
On Fri, 4 Jul 2025 at 09:05, Eric Biggers wrote: > > Make fscrypt no longer use Crypto API drivers for non-inline crypto > engines, even when the Crypto API prioritizes them over CPU-based code > (which unfortunately it often does). These drivers tend to be really > problematic, especially for fs

[f2fs-dev] [PATCH v3] fscrypt: Don't use problematic non-inline crypto engines

2025-07-04 Thread Eric Biggers via Linux-f2fs-devel
Make fscrypt no longer use Crypto API drivers for non-inline crypto engines, even when the Crypto API prioritizes them over CPU-based code (which unfortunately it often does). These drivers tend to be really problematic, especially for fscrypt's workload. This commit has no effect on inline crypt