It indicates to alloc_pages() to allocate the pages from the current NUMA domain. If it couldn’t, it should not retry elsewhere and return failure.
This is part of the update of DRM drivers to Linux 6.12.81.
Sponsored by: The FreeBSD Foundation
Differential D56590
linuxkpi: Implement __GFP_THISNODE in alloc_pages() Authored by dumbbell on Apr 22 2026, 10:26 PM. Tags None Referenced Files
Details
It indicates to alloc_pages() to allocate the pages from the current NUMA domain. If it couldn’t, it should not retry elsewhere and return failure. This is part of the update of DRM drivers to Linux 6.12.81. Sponsored by: The FreeBSD Foundation
Diff Detail
Event TimelineComment Actions Oh, I forgot to remove the "Not implemented" comment in <linux/gfp.h>. Update coming. |