The patch titled FDPIC: Fix FDPIC compile errors has been removed from the -mm tree. Its filename is fdpic-fix-fdpic-compile-errors.patch This patch was dropped because an updated version was merged ------------------------------------------------------ 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 lockdep-add-more-rwsemh-documentation.patch vfs-documentation-tweak.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 frv-introduce-asm-offsets-for-frv-arch.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