Re: [PATCH v2 06/39] mm: enumerate all gfp flags

2023-10-24 Thread Petr Tesařík
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ř

Re: [PATCH v2 06/39] mm: enumerate all gfp flags

2023-10-28 Thread Petr Tesařík
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