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)
Sat, Jul 11, 6:04 PM
Unknown Object (File)
Thu, Jul 9, 3:45 AM
Unknown Object (File)
Fri, Jun 26, 4:30 PM
Unknown Object (File)
Jun 19 2026, 11:12 PM
Unknown Object (File)
Jun 12 2026, 2:18 AM
Unknown Object (File)
Jun 9 2026, 7:28 AM
Unknown Object (File)
Jun 6 2026, 4:53 AM
Unknown Object (File)
May 17 2026, 4: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.