The patch titled Add .gitignore file for relocs in arch/i386 has been removed from the -mm tree. Its filename was add-gitignore-file-for-relocs-in-arch-i386.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: Add .gitignore file for relocs in arch/i386 From: Thomas Meyer <thomas@xxxxxxxx> Due to the changes to make the kernel relocateable a new file is created during the build process. [jirislaby@xxxxxxxxx: The .gitigonre was intended to be in arch/ subtree] Signed-off-by: Thomas Meyer <thomas@xxxxxxxx> Signed-off-by: Jiri Slaby <jirislaby@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/i386/boot/compressed/.gitignore | 1 + 1 file changed, 1 insertion(+) diff -puN /dev/null arch/i386/boot/compressed/.gitignore --- /dev/null +++ a/arch/i386/boot/compressed/.gitignore @@ -0,0 +1 @@ +relocs _ Patches currently in -mm which might be from thomas@xxxxxxxx are - 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