Page MenuHomeFreeBSD

linuxkpi: Do not use a bit flag for __GFP_THISNODE as it is unimplemented
AbandonedPublic

Authored by dumbbell on Apr 22 2026, 6:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Aug 19, 10:33 AM
Unknown Object (File)
Mon, Aug 10, 1:35 AM
Unknown Object (File)
Sat, Aug 8, 9:54 AM
Unknown Object (File)
Fri, Aug 7, 4:42 PM
Unknown Object (File)
Thu, Aug 6, 10:34 PM
Unknown Object (File)
Tue, Aug 4, 5:41 AM
Unknown Object (File)
Mon, Aug 3, 2:54 AM
Unknown Object (File)
Sun, Jul 26, 5:07 PM
Subscribers

Details

Reviewers
None
Group Reviewers
linuxkpi
Summary

We could allocate a bit flag for it if we implement it one day. For now, make it a no-op flag.

This is part of the update of DRM drivers to Linux 6.12.81.

Sponsored by: The FreeBSD Foundation

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Fixes: rG8f95998393f42f368fe22abd9a25c7fa4304e02a (use real hash from src.git)

We do have more *node* alloc functions in slab.h; are we really sure we do not need it there anywhere?

In D56586#1295470, @bz wrote:

Fixes: rG8f95998393f42f368fe22abd9a25c7fa4304e02a (use real hash from src.git)

We do have more *node* alloc functions in slab.h; are we really sure we do not need it there anywhere?

You are right, I didn’t look at how to implement that before.

I prepared D56590 to replace this patch.

You probably want to abandon this review then?