The patch titled update dontdiff file has been added to the -mm tree. Its filename is update-dontdiff-file.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: update dontdiff file From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Updates based on recent .gitignore updates: *.o.*: Says Alexey Dobriyan: These are presumably temporary gcc files, which aren't interesting. setup.bin, setup.elf: new x86 boot code files (from Matthew Wilcox) Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Documentation/dontdiff | 3 +++ 1 file changed, 3 insertions(+) diff -puN Documentation/dontdiff~update-dontdiff-file Documentation/dontdiff --- a/Documentation/dontdiff~update-dontdiff-file +++ a/Documentation/dontdiff @@ -18,6 +18,7 @@ *.moc *.mod.c *.o +*.o.* *.orig *.out *.pdf @@ -163,6 +164,8 @@ raid6tables.c relocs series setup +setup.bin +setup.elf sim710_d.h* sImage sm_tbl* _ Patches currently in -mm which might be from randy.dunlap@xxxxxxxxxx are kernel-doc-fix-for-kmodc.patch update-dontdiff-file.patch git-acpi.patch git-mtd.patch aha152x-in-debug-mode.patch git-unionfs.patch git-ipwireless_cs.patch doc-kernel-parameters-use-x86-32-tag-instead-of-ia-32.patch i2ch-kernel-doc-additions.patch irqh-fix-kernel-doc.patch docbook-bad-file-references.patch kthread-silence-bogus-section-mismatch-warning.patch profile-likely-unlikely-macros.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