Details
Details
- Reviewers
markj - Commits
- rGeb1413c9a6c7: kinst: exclude cpu_switch
Diff Detail
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
Comment Actions
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. |