Re: [PATCH RESEND net-next 2/2] KEYS: annotate struct user_key_payload with __counted_by
From: David Howells
Date: Thu Apr 09 2026 - 13:38:07 EST
Thorsten Blum <thorsten.blum@xxxxxxxxx> wrote:
> + __aligned(__alignof__(u64)) __counted_by(datalen);
Can that be __aligned(8)?
David