On Sat, May 26, 2012 at 05:11:24PM +0200, Harald Dunkel wrote: > Building the linux-headers*.deb file on amd64 it seems that scripts/\ > package/builddeb forgets to include some generated header files from > the build directory. It uses other header files generated in the > source directory instead. > > arch/x86/include/generated/asm/unistd_32_ia32.h > arch/x86/include/generated/asm/unistd_64_x32.h > > are lost. AFAICS this problem was introduced by > 9b4ce7bce5f30712fd926ab4599a803314a07719 . > > Below is a patch. Thanks. There was already a patch fixing this by someone else: http://www.spinics.net/lists/linux-kbuild/msg06313.html, so I applied that one. > This is the very first patch I am trying to get into the kernel source > tree. Please excuse and correct me if I don't follow the blessed > procedure. You make easier for the receiving party if you send patches using git send-email. And lkml should be always CCed in addition to the maintainer and/or subsystem mailing list. Otherwise, the patch itself was OK. Michal -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html