Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu
Pull m68nommu updates from Greg Ungerer: "A series of cleanups for the FLAT format binary loader, binfmt_flat, from Christoph. The end goal is to support no-MMU on RISC-V, and the last patch enables that" * 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu: riscv: add binfmt_flat support binfmt_flat: don't offset the data start binfmt_flat: move the MAX_SHARED_LIBS definition to binfmt_flat.c binfmt_flat: remove the persistent argument from flat_get_addr_from_rp binfmt_flat: provide an asm-generic/flat.h binfmt_flat: make support for old format binaries optional binfmt_flat: add a ARCH_HAS_BINFMT_FLAT option binfmt_flat: add endianess annotations binfmt_flat: use fixed size type for the on-disk format binfmt_flat: consolidate two version of flat_v2_reloc_t binfmt_flat: remove the unused OLD_FLAT_FLAG_RAM definition binfmt_flat: remove the uapi <linux/flat.h> header binfmt_flat: replace flat_argvp_envp_on_stack with a Kconfig variable binfmt_flat: remove flat_old_ram_flag binfmt_flat: provide a default version of flat_get_relocate_addr binfmt_flat: remove flat_set_persistent binfmt_flat: remove flat_reloc_valid
Showing
- arch/arm/Kconfig 2 additions, 0 deletionsarch/arm/Kconfig
- arch/arm/include/asm/Kbuild 1 addition, 0 deletionsarch/arm/include/asm/Kbuild
- arch/c6x/Kconfig 1 addition, 0 deletionsarch/c6x/Kconfig
- arch/c6x/include/asm/flat.h 1 addition, 6 deletionsarch/c6x/include/asm/flat.h
- arch/h8300/Kconfig 3 additions, 0 deletionsarch/h8300/Kconfig
- arch/h8300/include/asm/flat.h 1 addition, 6 deletionsarch/h8300/include/asm/flat.h
- arch/m68k/Kconfig 2 additions, 0 deletionsarch/m68k/Kconfig
- arch/m68k/include/asm/flat.h 1 addition, 29 deletionsarch/m68k/include/asm/flat.h
- arch/microblaze/Kconfig 1 addition, 0 deletionsarch/microblaze/Kconfig
- arch/microblaze/include/asm/flat.h 1 addition, 6 deletionsarch/microblaze/include/asm/flat.h
- arch/riscv/Kconfig 1 addition, 0 deletionsarch/riscv/Kconfig
- arch/riscv/include/asm/Kbuild 1 addition, 0 deletionsarch/riscv/include/asm/Kbuild
- arch/sh/Kconfig 1 addition, 0 deletionsarch/sh/Kconfig
- arch/sh/include/asm/flat.h 1 addition, 6 deletionsarch/sh/include/asm/flat.h
- arch/xtensa/Kconfig 1 addition, 0 deletionsarch/xtensa/Kconfig
- arch/xtensa/include/asm/flat.h 1 addition, 6 deletionsarch/xtensa/include/asm/flat.h
- fs/Kconfig.binfmt 17 additions, 1 deletionfs/Kconfig.binfmt
- fs/binfmt_flat.c 62 additions, 37 deletionsfs/binfmt_flat.c
- include/asm-generic/flat.h 4 additions, 15 deletionsinclude/asm-generic/flat.h
- include/linux/flat.h 42 additions, 16 deletionsinclude/linux/flat.h
Loading
Please register or sign in to comment