[PATCH 02/11] ACPI / APEI: Generalise the estatus queue's add/remove and notify code
From: bp@alien8.de (Borislav Petkov)
Date: 2018-03-01 15:02:00
Also in:
kvmarm, linux-acpi, linux-mm
From: bp@alien8.de (Borislav Petkov)
Date: 2018-03-01 15:02:00
Also in:
kvmarm, linux-acpi, linux-mm
On Thu, Feb 15, 2018 at 06:55:57PM +0000, James Morse wrote:
Keep the oops_begin() call for x86,
That oops_begin() in generic code is such a layering violation, grrr.
arm64 doesn't have one of these, and APEI is the only thing outside arch code calling this..
So looking at:
arch/arm/kernel/traps.c:die()
it does call oops_begin() ... oops_end() just like the x86 version of
die().
I'm wondering if we could move the code to do die() in a prepatch? My
assumption is that all the arches should have die()... A quick grep does
show a bunch of other arches having die()...
--
Regards/Gruss,
Boris.
Good mailing practices for 400: avoid top-posting and trim the reply.