* [GIT] kbuild misc changes for v3.9-rc1
@ 2013-02-27 13:28 Michal Marek
0 siblings, 0 replies; only message in thread
From: Michal Marek @ 2013-02-27 13:28 UTC (permalink / raw)
To: Linus Torvalds
Cc: Julia.Lawall, bernd.schubert, drbild, peter.senna, schwab,
linux-kbuild, linux-kernel
Hi Linus,
these are the non-critical kbuild changes for v3.9-rc1:
* Fix for make TAGS
* Fix for make rpm
* Some new coccinelle semantic patches
Please pull, thanks.
Michal
The following changes since commit a49f0d1ea3ec94fc7cf33a7c36a16343b74bd565:
Linux 3.8-rc1 (2012-12-21 17:19:00 -0800)
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 24f0c2d6ff859fbca45fd765f0d241528bdb4365:
scripts/coccinelle: find constant additions that could be bit ors (2013-02-22 14:26:00 +0100)
----------------------------------------------------------------
Andreas Schwab (1):
scripts/tags.sh: Fix regex syntax for etags
Bernd Schubert (2):
coccicheck: Allow the user to give a V= (verbose) argument
coccicheck: Allow to show the executed command line
David R. Bild (1):
kbuild: clear KBUILD_SRC when calling 'make' in RPM spec
Julia Lawall (1):
scripts/coccinelle: find constant additions that could be bit ors
Peter Senna Tschudin (2):
scripts/coccinelle/misc/semicolon.cocci: Add unneeded semicolon test
scripts/coccinelle/misc/memcpy-assign.cocci: Replace memcpy with struct assignment
Documentation/coccinelle.txt | 4 ++
scripts/coccicheck | 39 +++++++---
scripts/coccinelle/misc/memcpy-assign.cocci | 103 +++++++++++++++++++++++++++
scripts/coccinelle/misc/orplus.cocci | 55 ++++++++++++++
scripts/coccinelle/misc/semicolon.cocci | 83 +++++++++++++++++++++
scripts/package/mkspec | 2 +-
scripts/tags.sh | 50 ++++++-------
7 files changed, 302 insertions(+), 34 deletions(-)
create mode 100644 scripts/coccinelle/misc/memcpy-assign.cocci
create mode 100644 scripts/coccinelle/misc/orplus.cocci
create mode 100644 scripts/coccinelle/misc/semicolon.cocci
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-02-27 13:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-27 13:28 [GIT] kbuild misc changes for v3.9-rc1 Michal Marek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox