The patch titled FDPIC: Fix FDPIC compile errors has been removed from the -mm tree. Its filename is fdpic-fix-fdpic-compile-errors-2.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: FDPIC: Fix FDPIC compile errors From: David Howells <dhowells@xxxxxxxxxx> Fix FDPIC compile errors. (akpm: we suspect it fixes a warning) Signed-off-by: David Howells <dhowells@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/binfmt_elf_fdpic.c | 1 + 1 file changed, 1 insertion(+) diff -puN fs/binfmt_elf_fdpic.c~fdpic-fix-fdpic-compile-errors-2 fs/binfmt_elf_fdpic.c --- a/fs/binfmt_elf_fdpic.c~fdpic-fix-fdpic-compile-errors-2 +++ 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 binfmt_elf-consistently-use-loff_t.patch nommu-export-two-symbols-for-drivers-to-use.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