]> www.infradead.org Git - users/mchehab/rasdaemon.git/commit
ras-page-isolation: fix location_fields size
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 19 Nov 2024 06:51:58 +0000 (07:51 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 19 Nov 2024 06:53:31 +0000 (07:53 +0100)
commitbcaa65d5aaf8defeaa36ca9191f54322582d9a95
tree609d48123f01befea19cfe6d4fdcd6670ab36bc3
parent9993308391e5cbe6c98f6bd7f7fbcdd1c0664280
ras-page-isolation: fix location_fields size

The location_fields is used for both APEI and DSM data.
The logic there defines 7 values for APEI and 9 for DSM,
but, with the current logic, it allocates only 7 elements.

This is likely due to a typo. Fix it.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
ras-page-isolation.h