[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20121220222941.GA25393@pobox.suse.cz>
Date: Thu, 20 Dec 2012 23:29:41 +0100
From: Michal Marek <mmarek@...e.cz>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Julia.Lawall@...6.fr, hdoyu@...dia.com, js1304@...il.com,
yacine.belkadi.1@...il.com, linux-kbuild@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [GIT] kbuild misc changes for v3.8-rc1
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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists