Page MenuHomeFreeBSD

linuxkpi: Implement __GFP_THISNODE in alloc_pages()
ClosedPublic

Authored by dumbbell on Apr 22 2026, 10:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 22, 2:47 AM
Unknown Object (File)
Mon, May 18, 2:22 AM
Unknown Object (File)
Mon, May 18, 2:19 AM
Unknown Object (File)
Mon, May 18, 1:28 AM
Unknown Object (File)
Mon, May 18, 1:23 AM
Unknown Object (File)
Sun, May 17, 7:08 PM
Unknown Object (File)
Sun, May 17, 7:04 PM
Unknown Object (File)
May 14 2026, 5:43 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 Skipped
Unit
Tests Skipped