From: Michal Marek <mmarek@suse.cz>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Julia.Lawall@lip6.fr, bernd.schubert@itwm.fraunhofer.de,
drbild@umich.edu, peter.senna@gmail.com, schwab@linux-m68k.org,
linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT] kbuild misc changes for v3.9-rc1
Date: Wed, 27 Feb 2013 14:28:09 +0100 [thread overview]
Message-ID: <20130227132809.GA32484@sepie.suse.cz> (raw)
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
reply other threads:[~2013-02-27 13:28 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130227132809.GA32484@sepie.suse.cz \
--to=mmarek@suse.cz \
--cc=Julia.Lawall@lip6.fr \
--cc=bernd.schubert@itwm.fraunhofer.de \
--cc=drbild@umich.edu \
--cc=linux-kbuild@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=peter.senna@gmail.com \
--cc=schwab@linux-m68k.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox