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)
Mon, Nov 3, 6:57 PM
Unknown Object (File)
Sun, Nov 2, 2:55 PM
Unknown Object (File)
Wed, Oct 29, 2:19 PM
Unknown Object (File)
Wed, Oct 29, 12:05 PM
Unknown Object (File)
Wed, Oct 29, 12:05 PM
Unknown Object (File)
Tue, Oct 28, 11:44 PM
Unknown Object (File)
Tue, Oct 28, 9:57 AM
Unknown Object (File)
Thu, Oct 16, 2:59 AM
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.