Hi Linus, in the non-critical part of kbuild, I have * Some make coccicheck improvements and two new tests * Support for a cleaner html output in scripts/kernel-doc, named html5 (no, it does not play videos, yet) BTW, Randy wants to route further kernel-doc patches through the kbuild tree. Thanks, 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 misc for you to fetch changes up to 26de9c26bf8557584c1977da92f3ed1b752291cf: Update SmPL/Coccinelle section of MAINTAINERS (2012-10-11 15:20:03 +0200) ---------------------------------------------------------------- Dan Luedtke (1): scripts/kernel-doc: added support for html5 Julia Lawall (1): scripts/coccinelle/tests/odd_ptr_err.cocci: semantic patch for IS_ERR/PTR_ERR inconsistency Kirill Tkhai (1): scripts/tags.sh: Add magic for pci access functions Lars-Peter Clausen (1): scripts/coccinelle: ptr_ret: Add ternary operator version Nicolas Palix (2): coccicheck: Add the rep+ctxt mode Update SmPL/Coccinelle section of MAINTAINERS Randy Dunlap (1): scripts/kernel-doc: drop maintainer MAINTAINERS | 11 +- scripts/coccicheck | 3 + scripts/coccinelle/api/ptr_ret.cocci | 26 +++ scripts/coccinelle/tests/odd_ptr_err.cocci | 65 +++++++ scripts/kernel-doc | 273 +++++++++++++++++++++++++++- scripts/tags.sh | 8 +- 6 files changed, 369 insertions(+), 17 deletions(-) create mode 100644 scripts/coccinelle/tests/odd_ptr_err.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