Page MenuHomeFreeBSD

linuxkpi: Implement __GFP_THISNODE in alloc_pages()
ClosedPublic

Authored by dumbbell on Apr 22 2026, 10:26 PM.
Tags
None
Referenced Files
F163276873: D56590.diff
Tue, Jul 21, 4:12 PM
F163192398: D56590.id176222.diff
Mon, Jul 20, 10:23 PM
Unknown Object (File)
Wed, Jul 15, 7:19 AM
Unknown Object (File)
Wed, Jul 15, 7:19 AM
Unknown Object (File)
Sat, Jul 11, 11:49 AM
Unknown Object (File)
Sun, Jul 5, 7:28 AM
Unknown Object (File)
Sun, Jul 5, 7:24 AM
Unknown Object (File)
Sun, Jul 5, 7:23 AM
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 Not Applicable
Unit
Tests Not Applicable