Page MenuHomeFreeBSD

kdump: Decode cpuset_t.
ClosedPublic

Authored by dchagin on Apr 20 2022, 4:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 26, 2:25 AM
Unknown Object (File)
Fri, Mar 21, 4:11 AM
Unknown Object (File)
Thu, Mar 13, 12:21 AM
Unknown Object (File)
Mar 1 2025, 12:36 AM
Unknown Object (File)
Feb 4 2025, 5:28 AM
Unknown Object (File)
Feb 1 2025, 1:38 PM
Unknown Object (File)
Feb 1 2025, 1:26 PM
Unknown Object (File)
Jan 26 2025, 4:22 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.