On Tue, 24 Oct 2023 06:46:03 -0700
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ř
On Wed, 25 Oct 2023 08:28:32 -0700
Suren Baghdasaryan wrote:
> On Tue, Oct 24, 2023 at 10:47 PM Petr Tesařík wrote:
> >
> > On Tue, 24 Oct 2023 06:46:03 -0700
> > Suren Baghdasaryan wrote:
> >
> > > Introduce GFP bits enumeration to let compiler track