Hi Linus, in the kbuild misc branch, I have: - make rpm-pkg updates, most importantly the rpm package now calls /sbin/installkernel - make deb-pkg: debuginfo split, correct kernel image path for parisc, mips and powerpc and a couple more minor fixes - New coccinelle check Thanks, Michal The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092: Linux 3.11-rc1 (2013-07-14 15:18:27 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc Anisse Astier (4): deb-pkg: use KCONFIG_CONFIG instead of .config file directly deb-pkg: split debug symbols in their own package deb-pkg: fix installed image path on parisc, mips and powerpc deb-pkg: add a hook argument to match debian hooks parameters Heinrich Schuchardt (1): Provide version number for Debian firmware package Max Filippov (1): scripts/checkkconfigsymbols.sh: replace echo -e with printf Mike Marciniszyn (3): rpm-pkg: add %post section to create initramfs and grub hooks rpm-pkg: install firmware files in kernel relative directory rpm-pkg: add generation of kernel-devel Rasmus Villemoes (1): coccinelle: replace 0/1 with false/true in functions returning bool scripts/checkkconfigsymbols.sh | 4 +- scripts/coccinelle/misc/boolreturn.cocci | 58 ++++++++++++++++++ scripts/package/builddeb | 94 +++++++++++++++++++++++++----- scripts/package/mkspec | 46 +++++++++++++-- 4 files changed, 178 insertions(+), 24 deletions(-) create mode 100644 scripts/coccinelle/misc/boolreturn.cocci -- 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