Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

selftests: net: add missing CMAC to tcp_ao config

Recent changes to crypto and wifi made CMAC no longer
selected by default on x86 and tcp_ao needs it.
Add the missing config.

Reviewed-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Link: https://patch.msgid.link/20260416010439.1053587-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

+1
+1
tools/testing/selftests/net/tcp_ao/config
··· 1 + CONFIG_CRYPTO_CMAC=y 1 2 CONFIG_CRYPTO_HMAC=y 2 3 CONFIG_CRYPTO_RMD160=y 3 4 CONFIG_CRYPTO_SHA1=y