Re: [PATCH v3 2/3] crash_dump: Add vmcore_elf32_check_arch
From: Maciej W. Rozycki <hidden>
Date: 2016-02-08 17:05:49
Also in:
lkml
From: Maciej W. Rozycki <hidden>
Date: 2016-02-08 17:05:49
Also in:
lkml
On Mon, 8 Feb 2016, Daniel Wagner wrote:
parse_crash_elf{32|64}_headers will check the headers via the
elf_check_arch respectively vmcore_elf64_check_arch macro.
The MIPS architecture implements those two macros differently.
In order to make the differentiation more explicit, let's introduce
an vmcore_elf32_check_arch to allow the archs to overwrite it.
Signed-off-by: Daniel Wagner <redacted>
Suggested-by: Maciej W. Rozycki <redacted>
---Reviewed-by: Maciej W. Rozycki <redacted> Maciej