The patch titled FDPIC: Fix FDPIC compile errors has been added to the -mm tree. Its filename is fdpic-fix-fdpic-compile-errors.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: FDPIC: Fix FDPIC compile errors From: David Howells <dhowells@xxxxxxxxxx> Fix FDPIC compile errors Signed-off-by: David Howells <dhowells@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/binfmt_elf_fdpic.c | 1 + 1 files changed, 1 insertion(+) diff -puN fs/binfmt_elf_fdpic.c~fdpic-fix-fdpic-compile-errors fs/binfmt_elf_fdpic.c --- a/fs/binfmt_elf_fdpic.c~fdpic-fix-fdpic-compile-errors +++ a/fs/binfmt_elf_fdpic.c @@ -459,6 +459,7 @@ static int create_elf_fdpic_tables(struc */ hwcap = ELF_HWCAP; k_platform = ELF_PLATFORM; + u_platform = NULL; if (k_platform) { platform_len = strlen(k_platform) + 1; _ Patches currently in -mm which might be from dhowells@xxxxxxxxxx are origin.patch git-gfs2.patch fdpic-fix-fdpic-compile-errors.patch frv-fix-frv-arch-compile-errors.patch nommu-fix-execution-off-of-ramfs-with-mmap.patch fdpic-add-coredump-capability-for-the-elf-fdpic-binfmt.patch fdpic-add-coredump-capability-for-the-elf-fdpic-binfmt-cleanup.patch frv-introduce-asm-offsets-for-frv-arch.patch lockdep-add-more-rwsemh-documentation.patch vfs-documentation-tweak.patch ecryptfs-get_sb_dev-fix.patch reiser4-get_sb_dev-fix.patch mutex-subsystem-synchro-test-module.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