-
Notifications
You must be signed in to change notification settings - Fork 413
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
- #52
Comments
Does this reproduce where ever the code snippet is added to VM-exit handling code? |
|
1 similar comment
|
I quickly looked into why it bug checked. I believe the code is hitting the rule Try temporarily enable the PCID bit while changing CR3. |
|
1 similar comment
|
The issue was that For example, if a process whose kernel address space is shadowed due to the Meltdown patch, its CR3 value does not map full kernel address space when it is running in the user-mode. When such a process triggers VM-exit from the user-mode (eg, via To address this issue, you have to get the kernel CR3 in VM-exit handling code. I added |
|
You are welcome 👍 |
The text was updated successfully, but these errors were encountered: