Page MenuHomeFreeBSD

kdump: Decode cpuset_t.
ClosedPublic

Authored by dchagin on Apr 20 2022, 4:00 PM.
Tags
None
Referenced Files
F166367818: D34982.id105676.diff
Thu, Aug 13, 4:46 AM
F166324214: D34982.id105436.diff
Wed, Aug 12, 10:13 PM
Unknown Object (File)
Tue, Aug 11, 10:03 PM
Unknown Object (File)
Tue, Aug 11, 9:18 PM
Unknown Object (File)
Mon, Aug 10, 7:10 AM
Unknown Object (File)
Mon, Aug 10, 3:10 AM
Unknown Object (File)
Sun, Aug 9, 4:20 PM
Unknown Object (File)
Sat, Aug 8, 7:03 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

print only significant bits

Generally looks good to me.

sys/sys/ktrace.h
310

I would probably just call this ktrcpuset without the trailing _t.

sys/sys/ktrace.h
310

no problem, I gave this naming based on the fact that struct cpuset and cpuset_t - are different entities. will fix, thanks

jhb added inline comments.
sys/kern/kern_cpuset.c
2001
This revision is now accepted and ready to land.May 4 2022, 6:37 PM
This revision was automatically updated to reflect the committed changes.