Page MenuHomeFreeBSD

Add vm_map_valid_range_KBI().
ClosedPublic

Authored by markj on Jul 13 2020, 3:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 15, 1:11 PM
Unknown Object (File)
Tue, May 12, 3:44 PM
Unknown Object (File)
Thu, May 7, 12:25 AM
Unknown Object (File)
Fri, May 1, 12:33 PM
Unknown Object (File)
Sat, Apr 25, 8:01 AM
Unknown Object (File)
Mon, Apr 20, 11:12 PM
Unknown Object (File)
Apr 18 2026, 1:54 PM
Unknown Object (File)
Apr 17 2026, 1:43 AM
Subscribers

Details

Summary

This is required for standalone module builds.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

markj requested review of this revision.Jul 13 2020, 3:55 PM
markj created this revision.
hselasky added inline comments.
sys/vm/vm_map.h
233 ↗(On Diff #74403)

Technically you don't need the ()'s around the arguments, because they are already comma separated.

This revision is now accepted and ready to land.Jul 13 2020, 3:56 PM
sys/vm/vm_map.h
233 ↗(On Diff #74403)

Indeed, I just did it for consistency with the other macros.

This revision was automatically updated to reflect the committed changes.