Page MenuHomeFreeBSD

kerneldump: remove physical argument from d_dumper
ClosedPublic

Authored by mhorne on May 11 2022, 5:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 22, 10:12 AM
Unknown Object (File)
Fri, Nov 21, 8:50 AM
Unknown Object (File)
Sat, Nov 15, 2:02 AM
Unknown Object (File)
Wed, Nov 12, 6:20 PM
Unknown Object (File)
Tue, Nov 11, 5:59 AM
Unknown Object (File)
Thu, Oct 30, 2:17 PM
Unknown Object (File)
Oct 22 2025, 4:31 PM
Unknown Object (File)
Oct 22 2025, 4:31 PM

Details

Summary

The physical address argument is essentially ignored by every dumper
method. In addition, the dump routines don't actually pass a real
address; every call to dump_append() passes a value of zero for
physical.

Diff Detail

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

Event Timeline

Thanks! Yeah this parameter was never used as far as I could tell, and stopped making sense when support for compression was added.

This revision is now accepted and ready to land.May 12 2022, 1:03 PM