Page MenuHomeFreeBSD

Port subr_physmem to userspace and add tests
ClosedPublic

Authored by andrew on Mar 28 2022, 11:14 AM.
Tags
None
Referenced Files
F147737065: D34691.id.diff
Fri, Mar 13, 7:31 AM
F147728602: D34691.id.diff
Fri, Mar 13, 6:09 AM
Unknown Object (File)
Sun, Mar 8, 3:51 PM
Unknown Object (File)
Sat, Mar 7, 5:27 PM
Unknown Object (File)
Sat, Mar 7, 11:28 AM
Unknown Object (File)
Sat, Mar 7, 6:46 AM
Unknown Object (File)
Feb 7 2026, 11:45 PM
Unknown Object (File)
Jan 31 2026, 3:43 PM
Subscribers

Details

Summary

These give us some confidience we haven't broken anything in early
boot code that may be running before the console.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 44901
Build 41789: arc lint + arc unit

Event Timeline

emaste added a subscriber: emaste.

I think this is good, modulo discussion about more comprehensive/general kernel unit test support.

tests/sys/kern/subr_physmem_test.c
2

bump year?

This revision is now accepted and ready to land.Mar 28 2022, 3:04 PM
tests/sys/kern/subr_physmem_test.c
3

Do we need the 'All Rights Reserved' too?

tests/sys/kern/subr_physmem_test.c
3

No, "All Rights Reserved." is not required on new FreeBSD Foundation copyrights and can be removed from any existing ones.

This revision was automatically updated to reflect the committed changes.