Re: [PATCH v2] x86/xen: Return from panic notifier

2019-10-03 Thread Jürgen Groß
On 03.10.19 20:12, Boris Ostrovsky wrote: Currently execution of panic() continues until Xen's panic notifier (xen_panic_event()) is called at which point we make a hypercall that never returns. This means that any notifier that is supposed to be called later as well as significant part of panic

[PATCH v2] x86/xen: Return from panic notifier

2019-10-03 Thread Boris Ostrovsky
Currently execution of panic() continues until Xen's panic notifier (xen_panic_event()) is called at which point we make a hypercall that never returns. This means that any notifier that is supposed to be called later as well as significant part of panic() code (such as pstore writes from kmsg_dum