Re: [PATCH RESEND net-next 2/2] KEYS: annotate struct user_key_payload with __counted_by
From: Thorsten Blum
Date: Thu Apr 09 2026 - 14:27:35 EST
On Thu, Apr 09, 2026 at 06:37:13PM +0100, David Howells wrote:
> Thorsten Blum <thorsten.blum@xxxxxxxxx> wrote:
>
> > + __aligned(__alignof__(u64)) __counted_by(datalen);
>
> Can that be __aligned(8)?
Sure, I can send a v2 with __aligned(8).