mirror of https://lore.kernel.org/lkml/
 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,
	hamo.by@gmail.com, joerg.roedel@amd.com, kjbmail@gmail.com,
	mmarek@suse.cz, shawnlandden@gmail.com,
	linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT] kbuild misc changes for v3.4-rc1
Date: Sat, 31 Mar 2012 00:27:31 +0200	[thread overview]
Message-ID: <20120330222730.GA28545@sepie.suse.cz> (raw)

Hi Linus,

this is the non-critical part of kbuild for 3.4-rc1:

* New semantic patches, make coccicheck M= fix
* make gtags speedup
* make tags/TAGS always removes struct forward declarations
* make deb-pkg fixes (some patches are still pending, I know)
* scripts/patch-kernel fix from the last user of this script ;)

Note that the branch is based on 3.3-rc1, but I merged the rc-fixes
branch to avoid conflicts. Hence the diffstat and shortlog below is
against 3.3-rc5.

Thanks,
Michal


The following changes since commit 6b21d18ed50c7d145220b0724ea7f2613abf0f95:

  Linux 3.3-rc5 (2012-02-25 12:18:16 -0800)

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

Greg Dietsche (1):
      coccicheck: change handling of C={1,2} when M= is set

Jianbin Kang (1):
      kbuild: incremental tags update for GNU Global

Joerg Roedel (3):
      kbuild: Fix link to headers in 'make deb-pkg'
      kbuild: Only build linux-image package for UML
      kbuild: Fix out-of-tree build for 'make deb-pkg'

Julia Lawall (6):
      coccinelle: semantic patch for missing clk_put
      coccinelle: semantic patch for missing iounmap
      coccinelle: semantic patch converting 0 test to null test
      coccinelle: semantic patch to check for PTR_ERR after reassignment
      coccinelle: semantic patch for bool issues
      scripts/coccinelle/api/ptr_ret.cocci: semantic patch for ptr_err

Michal Marek (1):
      Merge branch 'kbuild/rc-fixes' into kbuild/misc

Shawn Landden (1):
      scripts/patch-kernel: digest kernel.org hosted .xz patches

Yang Bai (1):
      scripts: refactor remove structure forward declarations

 scripts/coccinelle/api/ptr_ret.cocci   |   70 ++++++++++
 scripts/coccinelle/free/clk_put.cocci  |   67 +++++++++
 scripts/coccinelle/free/iounmap.cocci  |   67 +++++++++
 scripts/coccinelle/misc/boolinit.cocci |  178 ++++++++++++++++++++++++
 scripts/coccinelle/misc/cstptr.cocci   |   41 ++++++
 scripts/coccinelle/null/badzero.cocci  |  237 ++++++++++++++++++++++++++++++++
 scripts/package/builddeb               |   20 ++-
 scripts/patch-kernel                   |    4 +
 scripts/tags.sh                        |   13 ++-
 9 files changed, 687 insertions(+), 10 deletions(-)
 create mode 100644 scripts/coccinelle/api/ptr_ret.cocci
 create mode 100644 scripts/coccinelle/free/clk_put.cocci
 create mode 100644 scripts/coccinelle/free/iounmap.cocci
 create mode 100644 scripts/coccinelle/misc/boolinit.cocci
 create mode 100644 scripts/coccinelle/misc/cstptr.cocci
 create mode 100644 scripts/coccinelle/null/badzero.cocci

                 reply	other threads:[~2012-03-30 22: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=20120330222730.GA28545@sepie.suse.cz \
    --to=mmarek@suse.cz \
    --cc=Gregory.Dietsche@cuw.edu \
    --cc=Julia.Lawall@lip6.fr \
    --cc=hamo.by@gmail.com \
    --cc=joerg.roedel@amd.com \
    --cc=kjbmail@gmail.com \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=shawnlandden@gmail.com \
    --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

all inboxes | Powered by JetHome®