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)
Thu, Jun 4, 6:41 AM
Unknown Object (File)
Thu, May 14, 3:53 AM
Unknown Object (File)
Thu, May 14, 3:52 AM
Unknown Object (File)
Thu, May 14, 1:35 AM
Unknown Object (File)
Wed, May 13, 5:23 PM
Unknown Object (File)
Tue, May 12, 3:00 PM
Unknown Object (File)
Mon, May 11, 1:11 PM
Unknown Object (File)
May 7 2026, 12:25 AM
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?