Page MenuHomeFreeBSD

kerneldump: remove physical argument from d_dumper
ClosedPublic

Authored by mhorne on May 11 2022, 5:29 PM.
Tags
None
Referenced Files
F108987375: D35173.id105942.diff
Thu, Jan 30, 8:07 AM
F108985291: D35173.id105861.diff
Thu, Jan 30, 7:34 AM
Unknown Object (File)
Wed, Jan 29, 4:29 AM
Unknown Object (File)
Wed, Jan 22, 11:17 AM
Unknown Object (File)
Sun, Jan 12, 8:27 AM
Unknown Object (File)
Dec 30 2024, 4:23 AM
Unknown Object (File)
Dec 12 2024, 7:31 PM
Unknown Object (File)
Dec 8 2024, 6:49 AM

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