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
Unknown Object (File)
Tue, Jun 9, 7:28 AM
Unknown Object (File)
Sat, Jun 6, 4:53 AM
Unknown Object (File)
Sun, May 17, 4:43 PM
Unknown Object (File)
Fri, May 15, 3:51 AM
Unknown Object (File)
May 3 2026, 1:25 PM
Unknown Object (File)
May 3 2026, 11:01 AM
Unknown Object (File)
Apr 28 2026, 6:03 AM
Unknown Object (File)
Apr 26 2026, 12:32 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.