Merge branch 'work.elf-compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull ELF compat updates from Al Viro: "Sanitizing ELF compat support, especially for triarch architectures: - X32 handling cleaned up - MIPS64 uses compat_binfmt_elf.c both for O32 and N32 now - Kconfig side of things regularized Eventually I hope to have compat_binfmt_elf.c killed, with both native and compat built from fs/binfmt_elf.c, with -DELF_BITS={64,32} passed by kbuild, but that's a separate story - not included here" * 'work.elf-compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: get rid of COMPAT_ELF_EXEC_PAGESIZE compat_binfmt_elf: don't bother with undef of ELF_ARCH Kconfig: regularize selection of CONFIG_BINFMT_ELF mips compat: switch to compat_binfmt_elf.c mips: don't bother with ELF_CORE_EFLAGS mips compat: don't bother with ELF_ET_DYN_BASE mips: KVM_GUEST makes no sense for 64bit builds... mips: kill unused definitions in binfmt_elf[on]32.c mips binfmt_elf*32.c: use elfcore-compat.h x32: make X32, !IA32_EMULATION setups able to execute x32 binaries [amd64] clean PRSTATUS_SIZE/SET_PR_FPVALID up properly elf_prstatus: collect the common part (everything before pr_reg) into a struct binfmt_elf: partially sanitize PRSTATUS_SIZE and SET_PR_FPVALID
Showing
- arch/Kconfig 3 additions, 0 deletionsarch/Kconfig
- arch/arm64/Kconfig 0 additions, 1 deletionarch/arm64/Kconfig
- arch/ia64/kernel/crash.c 1 addition, 1 deletionarch/ia64/kernel/crash.c
- arch/mips/Kconfig 2 additions, 6 deletionsarch/mips/Kconfig
- arch/mips/include/asm/elf.h 19 additions, 37 deletionsarch/mips/include/asm/elf.h
- arch/mips/include/asm/elfcore-compat.h 29 additions, 0 deletionsarch/mips/include/asm/elfcore-compat.h
- arch/mips/kernel/Makefile 2 additions, 2 deletionsarch/mips/kernel/Makefile
- arch/mips/kernel/binfmt_elfn32.c 0 additions, 113 deletionsarch/mips/kernel/binfmt_elfn32.c
- arch/mips/kernel/binfmt_elfo32.c 0 additions, 116 deletionsarch/mips/kernel/binfmt_elfo32.c
- arch/mips/kernel/scall64-n64.S 1 addition, 1 deletionarch/mips/kernel/scall64-n64.S
- arch/parisc/Kconfig 0 additions, 1 deletionarch/parisc/Kconfig
- arch/powerpc/Kconfig 0 additions, 1 deletionarch/powerpc/Kconfig
- arch/powerpc/platforms/powernv/opal-core.c 3 additions, 3 deletionsarch/powerpc/platforms/powernv/opal-core.c
- arch/s390/Kconfig 0 additions, 1 deletionarch/s390/Kconfig
- arch/s390/kernel/crash_dump.c 1 addition, 1 deletionarch/s390/kernel/crash_dump.c
- arch/sparc/Kconfig 0 additions, 1 deletionarch/sparc/Kconfig
- arch/x86/Kconfig 1 addition, 1 deletionarch/x86/Kconfig
- arch/x86/include/asm/compat.h 0 additions, 11 deletionsarch/x86/include/asm/compat.h
- arch/x86/include/asm/elf.h 1 addition, 1 deletionarch/x86/include/asm/elf.h
- arch/x86/include/asm/elfcore-compat.h 31 additions, 0 deletionsarch/x86/include/asm/elfcore-compat.h
Loading
Please register or sign in to comment