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
F163315410: D56586.diff
Wed, Jul 22, 12:50 AM
Unknown Object (File)
Sat, Jul 11, 7:42 PM
Unknown Object (File)
Sat, Jul 11, 10:09 AM
Unknown Object (File)
Sun, Jul 5, 7:26 AM
Unknown Object (File)
Sun, Jul 5, 7:25 AM
Unknown Object (File)
Fri, Jul 3, 7:37 AM
Unknown Object (File)
Jun 21 2026, 8:28 PM
Unknown Object (File)
Jun 4 2026, 6:41 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?