Page MenuHomeFreeBSD

kinst: exclude cpu_switch
ClosedPublic

Authored by christos on Jul 12 2023, 1:25 PM.
Tags
None
Referenced Files
F101732215: D40985.diff
Sat, Nov 2, 11:44 PM
Unknown Object (File)
Mon, Oct 21, 3:43 PM
Unknown Object (File)
Mon, Oct 21, 3:42 PM
Unknown Object (File)
Mon, Oct 21, 3:42 PM
Unknown Object (File)
Mon, Oct 21, 3:42 PM
Unknown Object (File)
Mon, Oct 21, 3:21 PM
Unknown Object (File)
Oct 2 2024, 8:12 PM
Unknown Object (File)
Oct 2 2024, 12:00 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 52619
Build 49510: arc lint + arc unit

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.