All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT] kbuild misc changes for v3.4-rc1
@ 2012-03-30 22:27 Michal Marek
  0 siblings, 0 replies; only message in thread
From: Michal Marek @ 2012-03-30 22:27 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Gregory.Dietsche, Julia.Lawall, hamo.by, joerg.roedel, kjbmail,
	mmarek, shawnlandden, linux-kbuild, linux-kernel

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-03-30 22:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-30 22:27 [GIT] kbuild misc changes for v3.4-rc1 Michal Marek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.