You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The kprobe enablement work has uncovered that changes made by
a guest to MDSCR_EL1 were propagated to the host when VHE was
enabled, leading to unexpected exception being delivered.
Moving this register to the list of registers that are always
context-switched fixes the issue.
Fixes: 9c6c356 ("arm64: KVM: VHE: Split save/restore of registers shared between guest and host")
Cc: [email protected]#4.6
Reported-by: Tirumalesh Chalamarla <[email protected]>
Tested-by: Tirumalesh Chalamarla <[email protected]>
Signed-off-by: Marc Zyngier <[email protected]>
Signed-off-by: Radim Krčmář <[email protected]>
0 commit comments