Re: [PATCH] MIPS: Differentiate between 32 and 64 bit ELF header

2016-02-06 Thread Maciej W. Rozycki
On Mon, 1 Feb 2016, Daniel Wagner wrote: > >> Depending on the configuration either the 32 or 64 bit version of > >> elf_check_arch() is defined. parse_crash_elf32_headers() does > >> some basic verification of the ELF header via elf_check_arch(). > >> parse_crash_elf64_headers() does it via vmcor

Re: [PATCH] MIPS: Differentiate between 32 and 64 bit ELF header

2016-02-01 Thread Daniel Wagner
On 02/01/2016 01:52 AM, Maciej W. Rozycki wrote: > On Fri, 29 Jan 2016, Daniel Wagner wrote: > >> Depending on the configuration either the 32 or 64 bit version of >> elf_check_arch() is defined. parse_crash_elf32_headers() does >> some basic verification of the ELF header via elf_check_arch(). >>

Re: [PATCH] MIPS: Differentiate between 32 and 64 bit ELF header

2016-01-31 Thread Maciej W. Rozycki
On Fri, 29 Jan 2016, Daniel Wagner wrote: > Depending on the configuration either the 32 or 64 bit version of > elf_check_arch() is defined. parse_crash_elf32_headers() does > some basic verification of the ELF header via elf_check_arch(). > parse_crash_elf64_headers() does it via vmcore_elf64_che

[PATCH] MIPS: Differentiate between 32 and 64 bit ELF header

2016-01-29 Thread Daniel Wagner
Depending on the configuration either the 32 or 64 bit version of elf_check_arch() is defined. parse_crash_elf32_headers() does some basic verification of the ELF header via elf_check_arch(). parse_crash_elf64_headers() does it via vmcore_elf64_check_arch() which expands to the same elf_check_check