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