[PATCH v2 08/11] firmware: arm_sdei: Add ACPI GHES registration helper
From: james.morse@arm.com (James Morse)
Date: 2018-03-28 16:36:20
Also in:
kvmarm, linux-acpi, linux-mm
From: james.morse@arm.com (James Morse)
Date: 2018-03-28 16:36:20
Also in:
kvmarm, linux-acpi, linux-mm
Hi kbuild test robot, On 25/03/18 02:41, kbuild test robot wrote:
I love your patch! Yet something to improve: [auto build test ERROR on pm/linux-next] [also build test ERROR on v4.16-rc6] [cannot apply to arm64/for-next/core next-20180323]
This is the potential conflict I referred to in v1's cover letter...
All errors (new ones prefixed by >>): drivers//firmware/arm_sdei.c: In function 'sdei_register_ghes':quoted
quoted
drivers//firmware/arm_sdei.c:921:26: error: 'FIX_APEI_GHES_SDEI_CRITICAL' undeclared (first use in this function)ghes->nmi_fixmap_idx = FIX_APEI_GHES_SDEI_CRITICAL;
Looks like I forgot to include asm/fixmap.h! I hate header-soup. Thanks, James