mirror of
https://github.com/torvalds/linux.git
synced 2026-09-19 17:18:02 +02:00
Add a missing hypervisor event call for hyp_enter on sysreg trapping,
causing an unbalanced hyp_enter/hyp_exit.
The enum hyp_enter_exit_reason is not ABI, so we can keep the ERET
reasons at the end for clarity.
Fixes:
|
||
|---|---|---|
| .. | ||
| include | ||
| nvhe | ||
| vhe | ||
| aarch32.c | ||
| entry.S | ||
| exception.c | ||
| hyp-constants.c | ||
| hyp-entry.S | ||
| Makefile | ||
| pgtable.c | ||
| vgic-v2-cpuif-proxy.c | ||
| vgic-v3-sr.c | ||
| vgic-v5-sr.c | ||