Page MenuHomeFreeBSD

kinst: exclude cpu_switch
ClosedPublic

Authored by christos on Jul 12 2023, 1:25 PM.
Tags
None
Referenced Files
F94091357: D40985.diff
Sun, Sep 15, 12:47 PM
Unknown Object (File)
Sun, Sep 15, 4:54 AM
Unknown Object (File)
Mon, Sep 9, 11:17 PM
Unknown Object (File)
Wed, Sep 4, 2:17 PM
Unknown Object (File)
Aug 10 2024, 12:01 AM
Unknown Object (File)
Aug 9 2024, 1:34 AM
Unknown Object (File)
Aug 9 2024, 1:32 AM
Unknown Object (File)
Aug 9 2024, 1:32 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.