Hi Linus,

this is the non-critical part of kbuild

* scripts/kernel-doc requires a "Return:" section for non-void functions
* ARCH=arm SUBARCH=... support for make tags
* COMPILED_SOURCE=1 support for make tags (only indexes .c files for
  which a .o exists)
* New coccinelle check
* Option parsing fix for scripts/config

Please pull for v3.8-rc1, thanks.

Michal


The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37:

  Linux 3.7-rc1 (2012-10-14 14:41:04 -0700)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc

Hiroshi Doyu (1):
      scripts/config: Fix wrong "shift" for --keep-case

Joonsoo Kim (2):
      scripts/tags.sh: Support subarch for ARM
      scripts/tags.sh: Support compiled source

Julia Lawall (1):
      scripts/coccinelle/misc/warn.cocci: use WARN

Yacine Belkadi (2):
      Kernel-doc: Convention: Use a "Return" section to describe return values
      scripts/kernel-doc: check that non-void fcts describe their return value

 Documentation/kernel-doc-nano-HOWTO.txt |   13 +++-
 scripts/coccinelle/misc/warn.cocci      |  109 +++++++++++++++++++++++++++++++
 scripts/config                          |    1 -
 scripts/kernel-doc                      |   34 ++++++++++
 scripts/tags.sh                         |   57 ++++++++++++++--
 5 files changed, 202 insertions(+), 12 deletions(-)
 create mode 100644 scripts/coccinelle/misc/warn.cocci
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to