Hi Linus, The main part of kbuild for v3.7 contains: * Fix for scripts/Makefile.modpost to not choke on a '.ko' substring in the build directory path * Two warning fixes (modpost and main Makefile) * __compiletime_error works also with gcc 4.3 * make tar{gz,bz2,xz}-pkg uses default compression settings instead of saving as many bytes as possible (this should actually be in the misc branch, I don't know why I applied it here). Michal The following changes since commit 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee: Linux 3.6-rc1 (2012-08-02 16:38:10 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git kbuild for you to fetch changes up to 415c2c525fab214ab75413aadbc67b4ee9cf212e: compiler-gcc4.h: correct verion check for __compiletime_error (2012-10-11 22:51:41 +0200) ---------------------------------------------------------------- Andi Kleen (1): Kbuild: use normal compression settings for tar*-pkg Daniel Santos (1): compiler-gcc4.h: correct verion check for __compiletime_error Jonathan Kliegman (1): modpost: Permit .GCC.command.line sections Ozan Çağlayan (1): kbuild: Remove useless warning while appending KCFLAGS 이건호 (1): scripts/Makefile.modpost: error in finding modules from .mod files. Makefile | 19 +++---------------- include/linux/compiler-gcc4.h | 2 +- scripts/Makefile.modinst | 2 +- scripts/Makefile.modpost | 2 +- scripts/mod/modpost.c | 1 + scripts/package/buildtar | 6 +++--- 6 files changed, 10 insertions(+), 22 deletions(-) -- 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