On 2017/12/15 23:50, James Morse wrote: > +asmlinkage void do_serror(struct pt_regs *regs, unsigned int esr) > +{ > + nmi_enter(); How about firstly let APEI kernel driver to handle it by adding patch[1]? if the handling is successful, do_serror() direct return; Otherwise continue check the ESR value, for example: if (!ghes_notify_sei()) return; [1] https://patchwork.kernel.org/patch/10053027/ > + > + /* non-RAS errors are not containable */ > + if (!arm64_is_ras_serror(esr) || arm64_is_fatal_ras_serror(regs, esr)) > + arm64_serror_panic(regs, esr); > > - panic("Asynchronous SError Interrupt"); > + nmi_exit(); > } > _______________________________________________ kvmarm mailing list kvmarm@xxxxxxxxxxxxxxxxxxxxx https://lists.cs.columbia.edu/mailman/listinfo/kvmarm