Re: [PATCH v3 16/16] mm: remove the __GFP_NO_OBJ_EXT flag
From: Brendan Jackman
Date: Wed Jul 01 2026 - 05:16:01 EST
On Wed Jul 1, 2026 at 8:32 AM UTC, Vlastimil Babka (SUSE) wrote:
> On 6/29/26 15:12, Brendan Jackman wrote:
>> All users of the flag are converted to SLAB_ALLOC_NO_RECURSE or
>> ALLOC_NO_CODETAG (from __GFP_NO_CODETAG which reused the NO_OBJ_EXT bit).
>> Free up the flag bit.
>>
>> Signed-off-by: Vlastimil Babka (SUSE) <vbabka@xxxxxxxxxx>
>
> For a correct process, there should be also a matching From:
Hm, that's weird. Maybe whatever weird idiocy I did that caused me to
not apply the whole patch, also caused me not to set the Author
correctly in Git? Anyway since then I've reapplied it and the From: is
showing up when I format it with `b4 send -o /tmp/presend` so hopefully
v4 will be correct...