Page MenuHomeFreeBSD

kdump: Add a facility to print numbers always in decimal format
ClosedPublic

Authored by dchagin on May 14 2023, 11:17 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 2 2024, 5:33 AM
Unknown Object (File)
Oct 2 2024, 2:47 AM
Unknown Object (File)
Oct 1 2024, 5:10 PM
Unknown Object (File)
Oct 1 2024, 2:41 PM
Unknown Object (File)
Oct 1 2024, 5:47 AM
Unknown Object (File)
Sep 25 2024, 1:51 PM
Unknown Object (File)
Sep 22 2024, 1:04 AM
Unknown Object (File)
Sep 20 2024, 8:01 AM
Subscribers

Details

Summary

To help grepping kdump output by pid or tid it makes sence to print
some numbers in decimal format always. Eg, process or thread identifier
atleast, as they already printed in decimal format.
Switch to print pid/tid/ arguments of some Linux signal related syscalls
in decimal format.

MFC after: 1 week

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 51495
Build 48386: arc lint + arc unit

Event Timeline

dchagin retitled this revision from linux(4): Add a facility to print numbers always in decimal format to kdump: Add a facility to print numbers always in decimal format.May 14 2023, 11:21 PM
dchagin added a reviewer: jhb.

I wouldn't mind spelling out "decimal". File descriptor arguments are also good candidates for always printing as decimal BTW.

This revision is now accepted and ready to land.May 20 2023, 5:37 PM
In D40099#914847, @jhb wrote:

I wouldn't mind spelling out "decimal".

ok, thanks. are you ok if I change native syscalls (signals related, for start) too?
by separate chang of course

File descriptor arguments are also good candidates for always printing as decimal BTW.

Yeah, next time )

In D40099#914847, @jhb wrote:

I wouldn't mind spelling out "decimal".

ok, thanks. are you ok if I change native syscalls (signals related, for start) too?
by separate chang of course

Yes, please.