Re: [PATCH 0/6] lib/crypto: More at_least decorations
From: Jason A. Donenfeld
Date: Sun Nov 23 2025 - 00:16:08 EST
On Sat, Nov 22, 2025 at 08:00:37PM -0800, Eric Biggers wrote:
> We can make these crypto headers include <linux/compiler.h>. But before
> we do that, should we perhaps consider putting the definition of
> 'at_least' in <linux/compiler_types.h> instead of in <linux/compiler.h>,
> so that it becomes always available? This is basically a core language
> feature. Maybe it belongs next to the definition of __counted_by, which
> is another definition related to array bounds?
This is indeed exactly what should be done. Do you want me to make a v4
and you can rebase -next, or do you want to just fix this up on top?
Jason