mirror of
https://github.com/torvalds/linux.git
synced 2025-11-01 09:09:47 +02:00
On NUMA systems, __GFP_THISNODE indicates that an allocation _must_ be on
a particular node, and failure to allocate on the desired node will result
in a failed allocation.
Skip __GFP_THISNODE allocations if we are running on a NUMA system, since
KFENCE can't guarantee which node its pool pages are allocated on.
Link: https://lkml.kernel.org/r/20250124120145.410066-1-elver@google.com
Fixes:
|
||
|---|---|---|
| .. | ||
| .kunitconfig | ||
| core.c | ||
| kfence.h | ||
| kfence_test.c | ||
| Makefile | ||
| report.c | ||