Re: [PATCH] lib/crypto: aes-gcm: Fix CRYPTO_LIB_GF128HASH selection
From: Eric Biggers
Date: Wed Jul 22 2026 - 15:10:17 EST
On Tue, Jul 21, 2026 at 07:17:30PM -0700, Eric Biggers wrote:
> Move the selection of CRYPTO_LIB_GF128HASH from CRYPTO_LIB_AES_GCM to
> CRYPTO_LIB_AES to avoid a build error when CRYPTO_LIB_AES=y &&
> CRYPTO_LIB_AES_GCM=m. Like the other AES modes, AES-GCM is included in
> libaes as an optional feature rather than a dedicated module.
>
> Fixes: 2bbb64399435 ("lib/crypto: aes: Add GCM support")
> Reported-by: kernel test robot <lkp@xxxxxxxxx>
> Closes: https://lore.kernel.org/oe-kbuild-all/202607220918.2RL0wGGS-lkp@xxxxxxxxx/
> Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx>
I folded this into the fixed commit to eliminate the bisection hazard.
- Eric