Page MenuHomeFreeBSD

linuxkpi: Implement __GFP_THISNODE in alloc_pages()
ClosedPublic

Authored by dumbbell on Apr 22 2026, 10:26 PM.
Tags
None
Referenced Files
F169256151: D56590.id176222.diff
Tue, Sep 1, 2:00 AM
F169214331: D56590.id176228.diff
Mon, Aug 31, 9:23 PM
F169103250: D56590.id.diff
Mon, Aug 31, 10:25 AM
Unknown Object (File)
Mon, Aug 31, 12:06 AM
Unknown Object (File)
Sun, Aug 30, 10:53 PM
Unknown Object (File)
Sun, Aug 30, 2:54 PM
Unknown Object (File)
Sat, Aug 29, 1:30 PM
Unknown Object (File)
Fri, Aug 28, 10:55 PM
Subscribers

Details

Summary

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

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped