Page MenuHomeFreeBSD

kdump: Decode cpuset_t.
ClosedPublic

Authored by dchagin on Apr 20 2022, 4:00 PM.
Tags
None
Referenced Files
F163048968: D34982.diff
Sun, Jul 19, 2:55 PM
Unknown Object (File)
Tue, Jul 7, 4:22 PM
Unknown Object (File)
Sat, Jul 4, 5:17 PM
Unknown Object (File)
May 24 2026, 12:43 PM
Unknown Object (File)
May 23 2026, 3:01 PM
Unknown Object (File)
May 23 2026, 7:06 AM
Unknown Object (File)
May 21 2026, 9:58 PM
Unknown Object (File)
May 20 2026, 9:27 AM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 45253
Build 42141: 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
1980
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.