The patch titled elf: Add ELFOSABI_STANDALONE to elf.h has been removed from the -mm tree. Its filename is elf-add-elfosabi_standalone-to-elfh.patch This patch was dropped because it had testing failures ------------------------------------------------------ Subject: elf: Add ELFOSABI_STANDALONE to elf.h From: Vivek Goyal <vgoyal@xxxxxxxxxx> o Add ELFOSABI_STANDALONE definition to elf.h Signed-off-by: Eric W. Biederman <ebiederm@xxxxxxxxxxxx> Signed-off-by: Vivek Goyal <vgoyal@xxxxxxxxxx> Cc: Andi Kleen <ak@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/linux/elf.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff -puN include/linux/elf.h~elf-add-elfosabi_standalone-to-elfh include/linux/elf.h --- a/include/linux/elf.h~elf-add-elfosabi_standalone-to-elfh +++ a/include/linux/elf.h @@ -338,8 +338,9 @@ typedef struct elf64_shdr { #define EV_CURRENT 1 #define EV_NUM 2 -#define ELFOSABI_NONE 0 -#define ELFOSABI_LINUX 3 +#define ELFOSABI_NONE 0 +#define ELFOSABI_LINUX 3 +#define ELFOSABI_STANDALONE 255 #ifndef ELF_OSABI #define ELF_OSABI ELFOSABI_NONE _ Patches currently in -mm which might be from vgoyal@xxxxxxxxxx are x86_64-overlapping-program-headers-in-physical-addr-space-fix.patch elf-add-elfosabi_standalone-to-elfh.patch kallsyms-generate-relocatable-symbols.patch i386-relocatable-kernel-support.patch i386-implement-config_physical_align.patch i386-boot-add-an-elf-header-to-bzimage.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html