Page MenuHomeFreeBSD

Handle the vm* instructions from a guest
ClosedPublic

Authored by andrew on Sep 17 2018, 1:04 PM.
Tags
None
Referenced Files
F162393454: D17192.diff
Sun, Jul 12, 8:07 PM
Unknown Object (File)
Sat, Jul 4, 1:54 PM
Unknown Object (File)
May 27 2026, 5:05 AM
Unknown Object (File)
May 25 2026, 9:17 PM
Unknown Object (File)
May 1 2026, 5:29 PM
Unknown Object (File)
Apr 29 2026, 4:18 AM
Unknown Object (File)
Apr 29 2026, 4:11 AM
Unknown Object (File)
Apr 28 2026, 11:57 PM
Subscribers

Details

Summary

Handle a guest executing a vm instruction by trapping and raising an
undefined instruction exception. Previously we would exit the guest,
however an unprivileged user could execute these.

Found with: syzkaller

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 19776
Build 19329: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Sep 17 2018, 1:35 PM

Add the missing SDT_PROBE_DEFINE3

This revision now requires review to proceed.Sep 24 2018, 1:38 PM
This revision is now accepted and ready to land.Sep 26 2018, 12:03 AM
This revision was automatically updated to reflect the committed changes.