Page MenuHomeFreeBSD

linuxkpi: Define `GFP_KERNEL_ACCOUNT` flag
ClosedPublic

Authored by dumbbell on Apr 22 2026, 7:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 19, 9:34 PM
Unknown Object (File)
Mon, May 18, 12:19 PM
Unknown Object (File)
Mon, May 18, 12:13 PM
Unknown Object (File)
Sun, May 17, 5:18 PM
Unknown Object (File)
Sun, May 17, 5:09 PM
Unknown Object (File)
Thu, May 14, 10:02 PM
Unknown Object (File)
Thu, May 14, 4:57 PM
Unknown Object (File)
Thu, May 14, 11:23 AM
Subscribers

Details

Summary

This flag combines GFP_KERNEL and __GFP_ACCOUNT. The latter is also defined in this commit. It is defined as a no-op flag as it is not implemented.

The DRM generic code started to use it in Linux 6.12.x.

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 Not Applicable
Unit
Tests Not Applicable