Page MenuHomeFreeBSD

kdump: Decode cpuset_t.
ClosedPublic

Authored by dchagin on Apr 20 2022, 4:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 24, 9:32 PM
Unknown Object (File)
Mon, May 19, 11:51 AM
Unknown Object (File)
Apr 23 2025, 3:02 AM
Unknown Object (File)
Apr 17 2025, 7:55 AM
Unknown Object (File)
Mar 26 2025, 2:25 AM
Unknown Object (File)
Mar 21 2025, 4:11 AM
Unknown Object (File)
Mar 13 2025, 12:21 AM
Unknown Object (File)
Mar 1 2025, 12:36 AM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 45420
Build 42308: arc lint + arc unit

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.