On Thu, Nov 13, 2025 at 2:34 PM Oliver Upton oupton@kernel.org wrote:
On Thu, Nov 13, 2025 at 02:14:08PM -0800, Jiaqi Yan wrote:
On Thu, Nov 13, 2025 at 1:06 PM Oliver Upton oupton@kernel.org wrote:
On Mon, 13 Oct 2025 18:59:00 +0000, Jiaqi Yan wrote:
Problem
When host APEI is unable to claim a synchronous external abort (SEA) during guest abort, today KVM directly injects an asynchronous SError into the VCPU then resumes it. The injected SError usually results in unpleasant guest kernel panic.
[...]
I've gone ahead and done some cleanups, especially around documentation.
Applied to next, thanks!
Many thanks, Oliver!
I assume I still need to send out v5 with typo fixed, comments addressed, and your cleanups applied? If so, what specific tag/release you want me to rebase v5 onto?
No need -- I took care of the issues I spotted when applying, LMK if anything looks amiss on kvmarm/next.
I took a look and everything looks fixed, and thanks for nearly rewriting the documentation!
Thanks, Oliver