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, Sep 10, 9:12 PM
Unknown Object (File)
Sun, Sep 6, 7:01 PM
Unknown Object (File)
Sun, Sep 6, 6:06 AM
Unknown Object (File)
Sat, Sep 5, 9:17 AM
Unknown Object (File)
Thu, Sep 3, 5:40 PM
Unknown Object (File)
Thu, Sep 3, 3:27 PM
Unknown Object (File)
Thu, Sep 3, 9:23 AM
Unknown Object (File)
Wed, Sep 2, 4:14 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?