Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

whack-a-mole: USE_ELF_CORE_DUMP

It's been killed off back in 2009. Not a damn thing checks it.
Just die, already...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

Al Viro 7848d2e2 77f9c902

-4
-1
arch/c6x/include/asm/elf.h
··· 56 56 /* Nothing for now. Need to setup DP... */ 57 57 #define ELF_PLAT_INIT(_r) 58 58 59 - #define USE_ELF_CORE_DUMP 60 59 #define ELF_EXEC_PAGESIZE 4096 61 60 62 61 #define ELF_CORE_COPY_REGS(_dest, _regs) \
-1
arch/csky/include/asm/elf.h
··· 50 50 /* 51 51 * These are used to set parameters in the core dumps. 52 52 */ 53 - #define USE_ELF_CORE_DUMP 54 53 #define ELF_EXEC_PAGESIZE 4096 55 54 #define ELF_CLASS ELFCLASS32 56 55 #define ELF_PLAT_INIT(_r, load_addr) { _r->a0 = 0; }
-1
arch/hexagon/include/asm/elf.h
··· 181 181 */ 182 182 #define ELF_PLAT_INIT(regs, load_addr) do { } while (0) 183 183 184 - #define USE_ELF_CORE_DUMP 185 184 #define CORE_DUMP_USE_REGSET 186 185 187 186 /* Hrm is this going to cause problems for changing PAGE_SIZE? */
-1
arch/nds32/include/asm/elf.h
··· 126 126 #define ELF_DATA ELFDATA2LSB 127 127 #endif 128 128 #define ELF_ARCH EM_NDS32 129 - #define USE_ELF_CORE_DUMP 130 129 #define ELF_EXEC_PAGESIZE PAGE_SIZE 131 130 132 131 /* This is the location that an ET_DYN program is loaded if exec'ed. Typical