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)
Mar 11 2024, 12:10 AM
Unknown Object (File)
Mar 11 2024, 12:10 AM
Unknown Object (File)
Mar 11 2024, 12:10 AM
Unknown Object (File)
Mar 10 2024, 11:58 PM
Unknown Object (File)
Mar 7 2024, 8:16 PM
Unknown Object (File)
Feb 26 2024, 5:27 PM
Unknown Object (File)
Feb 24 2024, 1:06 AM
Unknown Object (File)
Feb 23 2024, 11:12 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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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