Page MenuHomeFreeBSD

Handle the vm* instructions from a guest
ClosedPublic

Authored by andrew on Sep 17 2018, 1:04 PM.
Tags
None
Referenced Files
F137752096: D17192.id48102.diff
Tue, Nov 25, 12:13 PM
F137640398: D17192.diff
Mon, Nov 24, 6:01 PM
Unknown Object (File)
Fri, Nov 21, 11:11 PM
Unknown Object (File)
Tue, Nov 18, 11:48 PM
Unknown Object (File)
Tue, Nov 18, 2:28 AM
Unknown Object (File)
Wed, Nov 12, 4:28 PM
Unknown Object (File)
Tue, Nov 4, 9:05 PM
Unknown Object (File)
Oct 25 2025, 1:07 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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.