public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT] kbuild misc changes for v3.15-rc1
@ 2014-04-09 15:59 Michal Marek
  2014-04-13  1:33 ` Linus Torvalds
  0 siblings, 1 reply; 3+ messages in thread
From: Michal Marek @ 2014-04-09 15:59 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: fabf, jason, peter.senna, prarit, sachin.kamat, linux-kbuild,
	linux-kernel

Hi Linus,

here is the non-critical part of kbuild:
- One bogus coccinelle check removed, one check fixed not to suggest
  the obsolete PTR_RET macro
- scripts/tags.sh does not index the generated *.mod.c files
- new objdiff tool to list differences between two versions of an object
  file
- A fix for scripts/bootgraph.pl

Thanks,
Michal

The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72:

  Linus 3.14-rc1 (2014-02-02 16:42:13 -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 f23a9fa7e81f7df65e0bcf586e028a2db736b9e6:

  scripts/coccinelle: Use PTR_ERR_OR_ZERO (2014-04-08 17:27:01 +0200)

----------------------------------------------------------------
Fabian Frederick (1):
      scripts/bootgraph.pl: Add graphic header

Jason Cooper (1):
      scripts: objdiff: detect object code changes between two commits

Peter Senna Tschudin (1):
      Coccicheck: Remove memcpy to struct assignment test

Prarit Bhargava (1):
      scripts/tags.sh: Ignore *.mod.c

Sachin Kamat (1):
      scripts/coccinelle: Use PTR_ERR_OR_ZERO

 Makefile                                    |   7 +-
 scripts/bootgraph.pl                        |  42 ++++++++-
 scripts/coccinelle/api/ptr_ret.cocci        |  14 +--
 scripts/coccinelle/misc/memcpy-assign.cocci | 103 --------------------
 scripts/objdiff                             | 141 ++++++++++++++++++++++++++++
 scripts/tags.sh                             |   9 +-
 6 files changed, 196 insertions(+), 120 deletions(-)
 delete mode 100644 scripts/coccinelle/misc/memcpy-assign.cocci
 create mode 100755 scripts/objdiff

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-04-13  6:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-09 15:59 [GIT] kbuild misc changes for v3.15-rc1 Michal Marek
2014-04-13  1:33 ` Linus Torvalds
2014-04-13  6:19   ` Michal Marek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox