Page MenuHomeFreeBSD

Handle the vm* instructions from a guest
ClosedPublic

Authored by andrew on Sep 17 2018, 1:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 8 2024, 12:04 AM
Unknown Object (File)
Feb 7 2024, 1:42 PM
Unknown Object (File)
Feb 3 2024, 4:12 AM
Unknown Object (File)
Jan 2 2024, 2:52 AM
Unknown Object (File)
Dec 22 2023, 10:27 PM
Unknown Object (File)
Nov 27 2023, 6:45 AM
Unknown Object (File)
Oct 15 2023, 1:43 AM
Unknown Object (File)
Sep 27 2023, 6:54 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.