mirror of
https://github.com/torvalds/linux.git
synced 2025-11-05 19:19:43 +02:00
The icp-opal call is missing the code from icp-native to recover
interrupts snatched by KVM. Without that, when running KVM, we can
get into a situation where an interrupt is lost and the CPU stuck
with an elevated CPPR.
Also harden replay by always checking the return from opal_int_eoi().
Fixes:
|
||
|---|---|---|
| .. | ||
| icp-hv.c | ||
| icp-native.c | ||
| icp-opal.c | ||
| ics-opal.c | ||
| ics-rtas.c | ||
| Kconfig | ||
| Makefile | ||
| xics-common.c | ||