linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Michal Marek <mmarek@suse.cz>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Gregory.Dietsche@cuw.edu, Julia.Lawall@lip6.fr,
	adobriyan@gmail.com, sboyd@codeaurora.org,
	linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT] kbuild misc updates for v3.3-rc1
Date: Mon, 16 Jan 2012 21:54:46 +0100	[thread overview]
Message-ID: <20120116205446.GA4794@sepie.suse.cz> (raw)

Hi Linus,

this is the non-critical part of kbuild:
* make coccicheck enhancements and new checks
* make tags improvements

Michal

The following changes since commit 1ea6b8f48918282bdca0b32a34095504ee65bab5:

  Linux 3.2-rc1 (2011-11-07 16:16:02 -0800)

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

Alexey Dobriyan (1):
      ctags: remove struct forward declarations

Greg Dietsche (2):
      coccicheck: add M= option to control which dir is processed
      coccinelle.txt: update documentation to include M= option

Julia Lawall (3):
      coccinelle: semantic patches related to devm_ functions (part 1)
      coccinelle: semantic patches related to devm_ functions (part 2)
      scripts/coccinelle: improve the coverage of some semantic patches

Stephen Boyd (1):
      scripts/tags.sh: Add Page flag function magic

 Documentation/coccinelle.txt                       |   10 ++-
 scripts/coccicheck                                 |   19 +++-
 .../coccinelle/api/devm_request_and_ioremap.cocci  |  105 ++++++++++++++++++++
 scripts/coccinelle/api/kstrdup.cocci               |   75 +++++++++++++-
 scripts/coccinelle/api/memdup.cocci                |   34 ++++++-
 scripts/coccinelle/api/memdup_user.cocci           |   39 ++++++--
 scripts/coccinelle/free/devm_free.cocci            |   71 +++++++++++++
 scripts/coccinelle/free/kfree.cocci                |   14 ++-
 scripts/coccinelle/iterators/fen.cocci             |   73 ++++++++++++--
 scripts/coccinelle/iterators/itnull.cocci          |   54 +++++++++--
 scripts/coccinelle/locks/call_kern.cocci           |   67 +++++++++----
 scripts/coccinelle/locks/flags.cocci               |   12 +-
 scripts/coccinelle/locks/mini_lock.cocci           |   15 ++--
 scripts/coccinelle/misc/doubleinit.cocci           |    8 +-
 scripts/coccinelle/null/eno.cocci                  |   36 ++++++-
 scripts/tags.sh                                    |   48 +++++++++-
 16 files changed, 595 insertions(+), 85 deletions(-)
 create mode 100644 scripts/coccinelle/api/devm_request_and_ioremap.cocci
 create mode 100644 scripts/coccinelle/free/devm_free.cocci

                 reply	other threads:[~2012-01-16 20:54 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=20120116205446.GA4794@sepie.suse.cz \
    --to=mmarek@suse.cz \
    --cc=Gregory.Dietsche@cuw.edu \
    --cc=Julia.Lawall@lip6.fr \
    --cc=adobriyan@gmail.com \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sboyd@codeaurora.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;
as well as URLs for NNTP newsgroup(s).