Re: [PATCH v3 02/12] ACPI / APEI: Generalise the estatus queue's add/remove and notify code

2018-05-05 Thread Borislav Petkov
On Fri, Apr 27, 2018 at 04:35:00PM +0100, James Morse wrote: > To support asynchronous NMI-like notifications on arm64 we need to use > the estatus-queue. These patches refactor it to allow multiple APEI > notification types to use it. > > Refactor the estatus queue's pool grow/shrink code and

[PATCH v3 02/12] ACPI / APEI: Generalise the estatus queue's add/remove and notify code

2018-04-27 Thread James Morse
To support asynchronous NMI-like notifications on arm64 we need to use the estatus-queue. These patches refactor it to allow multiple APEI notification types to use it. Refactor the estatus queue's pool grow/shrink code and notification routine from NOTIFY_NMI's handlers. This will allow another