Re: [PATCH v3 04/35] mm: enumerate all gfp flags

From: Kees Cook
Date: Mon Feb 12 2024 - 17:10:34 EST


On Mon, Feb 12, 2024 at 01:38:50PM -0800, Suren Baghdasaryan wrote:
> Introduce GFP bits enumeration to let compiler track the number of used
> bits (which depends on the config options) instead of hardcoding them.
> That simplifies __GFP_BITS_SHIFT calculation.
>
> Suggested-by: Petr Tesařík <petr@xxxxxxxxxxx>
> Signed-off-by: Suren Baghdasaryan <surenb@xxxxxxxxxx>

Yeah, looks good.

Reviewed-by: Kees Cook <keescook@xxxxxxxxxxxx>

--
Kees Cook