The patch titled FDPIC: Fix FDPIC compile errors has been added to the -mm tree. Its filename is fdpic-fix-fdpic-compile-errors-2.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. (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 lockdep-add-more-rwsemh-documentation.patch vfs-documentation-tweak.patch git-gfs2.patch fdpic-fix-fdpic-compile-errors-2.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