Re: [PATCH v7 05/25] ACPI / APEI: Make estatus pool allocation a static size
From: Borislav Petkov <bp@alien8.de>
Date: 2018-12-11 16:54:19
Also in:
kvmarm, linux-acpi, linux-mm
From: Borislav Petkov <bp@alien8.de>
Date: 2018-12-11 16:54:19
Also in:
kvmarm, linux-acpi, linux-mm
On Mon, Dec 03, 2018 at 06:05:53PM +0000, James Morse wrote:
Adding new NMI-like notifications duplicates the calls that grow and shrink the estatus pool. This is all pretty pointless, as the size is capped to 64K. Allocate this for each ghes and drop the code that grows and shrinks the pool. Suggested-by: Borislav Petkov <redacted> Signed-off-by: James Morse <james.morse@arm.com> --- drivers/acpi/apei/ghes.c | 49 +++++----------------------------------- drivers/acpi/apei/hest.c | 2 +- include/acpi/ghes.h | 2 +- 3 files changed, 8 insertions(+), 45 deletions(-)
Nice and simple, cool. Thanks for doing that.
Reviewed-by: Borislav Petkov <redacted>
--
Regards/Gruss,
Boris.
Good mailing practices for 400: avoid top-posting and trim the reply.
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel