Page MenuHomeFreeBSD

LinuxKPI: prefer struct page [*] over struct vm_page[_t]
ClosedPublic

Authored by bz on Jul 17 2026, 1:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Aug 29, 1:45 PM
Unknown Object (File)
Sat, Aug 29, 5:05 AM
Unknown Object (File)
Sat, Aug 29, 1:04 AM
Unknown Object (File)
Wed, Aug 26, 9:02 PM
Unknown Object (File)
Thu, Aug 20, 12:53 AM
Unknown Object (File)
Wed, Aug 12, 7:54 AM
Unknown Object (File)
Tue, Aug 11, 1:34 PM
Unknown Object (File)
Sun, Aug 9, 12:26 PM
Subscribers

Details

Summary

LinuxKPI is based on Linux 'struct page' which is currently aliased
to struct vm_page. Upcoming changes may change that so start using
'struct page *' instead vm_page_t to make future changes transparent.

This is a continuation of 9e9c682ff3a1 and should be a NOP.

Sponsored by: The FreeBSD Foundation
MFC after: 3 days

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bz requested review of this revision.Jul 17 2026, 1:01 PM

This will go in by Friday.

This revision was not accepted when it landed; it landed in state Needs Review.Jul 24 2026, 7:35 PM
This revision was automatically updated to reflect the committed changes.