Re: [PATCH 5/6] FDPIC: Add coredump capability for the ELF-FDPIC binfmt [try #3]

From: David Howells
Date: Fri Jul 07 2006 - 06:58:36 EST


David Howells <dhowells@xxxxxxxxxx> wrote:

> That doesn't compile... you're lacking file arguments.

Even more fun:

warthog>grep -r DUMP_WRITE include/
include/asm/elf.h: DUMP_WRITE(&phdr, sizeof(phdr)); \
include/asm/elf.h: DUMP_WRITE((void *) vsyscall_phdrs[i].p_vaddr, \
include/asm-um/elf-i386.h: DUMP_WRITE(&phdr, sizeof(phdr)); \
include/asm-um/elf-i386.h: DUMP_WRITE((void *) phdrp[i].p_vaddr, \
include/asm-ia64/elf.h: DUMP_WRITE(&phdr, sizeof(phdr)); \
include/asm-ia64/elf.h: DUMP_WRITE((void *) gate_phdrs[i].p_vaddr, \
include/asm-i386/elf.h: DUMP_WRITE(&phdr, sizeof(phdr)); \
include/asm-i386/elf.h: DUMP_WRITE((void *) vsyscall_phdrs[i].p_vaddr, \


For another day, I think...

David
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/