Hi Linus, this is the non-critical part of kbuild for v3.6-rc1: * Two new coccinelle semantic patches * New scripts/tags.sh regexp * scripts/config improvements that I mistakenly applied here instead of in the kconfig branch (but there are no conflicts) * Debian packaging fixes Thanks, Michal The following changes since commit f8f5701bdaf9134b1f90e5044a82c66324d2073f: Linux 3.5-rc1 (2012-06-02 18:29:26 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc Julia Lawall (1): scripts/coccinelle: list iterator variable semantic patch Lars-Peter Clausen (1): scripts/coccinelle: Find threaded IRQs requests which are missing IRQF_ONESHOT Namhyung Kim (1): scripts/tags.sh: Teach [ce]tags about libtraceeevent error codes Yann E. MORIN (3): scripts/config: add option to not upper-case symbols scripts/config: allow alternate prefix to config option symbol scripts/config: add option to undef a symbol maximilian attems (2): deb-pkg: Install linux-firmware-image in versioned dir deb-pkg: Add all Makefiles to header package scripts/coccinelle/iterators/use_after_iter.cocci | 147 +++++++++++++++++++++ scripts/coccinelle/misc/irqf_oneshot.cocci | 65 +++++++++ scripts/config | 60 ++++++--- scripts/package/builddeb | 7 +- scripts/tags.sh | 6 +- 5 files changed, 264 insertions(+), 21 deletions(-) create mode 100644 scripts/coccinelle/iterators/use_after_iter.cocci create mode 100644 scripts/coccinelle/misc/irqf_oneshot.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