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)
Sun, Feb 23, 9:48 PM
Unknown Object (File)
Sat, Feb 22, 2:22 PM
Unknown Object (File)
Sat, Feb 22, 2:07 PM
Unknown Object (File)
Sat, Feb 22, 1:43 PM
Unknown Object (File)
Thu, Feb 20, 6:33 PM
Unknown Object (File)
Mon, Feb 10, 12:31 PM
Unknown Object (File)
Fri, Feb 7, 5:06 AM
Unknown Object (File)
Jan 30 2025, 11:49 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