Re: [PATCH v2 3/6] net/tcp-ao: clear the aes_cmac_key when done

From: Jakub Kicinski

Date: Fri Aug 07 2026 - 18:27:35 EST


On Fri, 7 Aug 2026 14:58:40 +0200 Thomas Huth wrote:
> - struct aes_cmac_key k;
> + struct aes_cmac_key k __cleanup(aes_cmac_zeroize_key);

Nak, we don't like the auto-cleanup stuff in networking.
If y'all need a garbage collector there're jobs programming in Java.