Page MenuHomeFreeBSD

kinst: exclude cpu_switch
ClosedPublic

Authored by christos on Jul 12 2023, 1:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 14, 9:10 PM
Unknown Object (File)
Tue, Apr 14, 1:06 AM
Unknown Object (File)
Sun, Apr 12, 12:44 AM
Unknown Object (File)
Wed, Apr 8, 8:14 PM
Unknown Object (File)
Mar 19 2026, 5:30 PM
Unknown Object (File)
Mar 18 2026, 3:37 AM
Unknown Object (File)
Mar 17 2026, 5:11 PM
Unknown Object (File)
Mar 16 2026, 9:59 PM
Subscribers

Diff Detail

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

Event Timeline

cpu_switch() was able to be traced in arm64 and riscv, and as is expected, resulted in crashes.

sys/cddl/dev/kinst/kinst.c
99

Please add a comment explaining why: cpu_switch() modifies the value of curthread, but kinst_invop() assumes that this won't happen.

christos marked an inline comment as done.

Explain why

This revision is now accepted and ready to land.Jul 13 2023, 6:34 PM
This revision was automatically updated to reflect the committed changes.