Re: [RFC][PATCH 2/2] binfmt_elf: FatELF support for kernelmodules.

From: Ryan C. Gordon
Date: Wed Oct 21 2009 - 04:07:02 EST



> As for 'Elf_Ehdr', isn't 'Fatelf_hdr' better? :)

Yeah, I struggled with that for awhile...the structs around it in elf.h
were all lowercase (elf32_hdr), but I moved it somewhere more appropriate
and fixed the case.

These were all good suggestions, so here's an updated version of the patch
with the changes you noted. Thank you for taking the time to review my
work!

--ryan.