public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
From: Michal Marek <mmarek@suse.cz>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: fabf@skynet.be, jason@lakedaemon.net, peter.senna@gmail.com,
	prarit@redhat.com, sachin.kamat@linaro.org,
	linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT] kbuild misc changes for v3.15-rc1
Date: Wed, 9 Apr 2014 17:59:34 +0200	[thread overview]
Message-ID: <20140409155934.GA27116@sepie.suse.cz> (raw)

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

             reply	other threads:[~2014-04-09 15:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-09 15:59 Michal Marek [this message]
2014-04-13  1:33 ` [GIT] kbuild misc changes for v3.15-rc1 Linus Torvalds
2014-04-13  6:19   ` Michal Marek

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=20140409155934.GA27116@sepie.suse.cz \
    --to=mmarek@suse.cz \
    --cc=fabf@skynet.be \
    --cc=jason@lakedaemon.net \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=peter.senna@gmail.com \
    --cc=prarit@redhat.com \
    --cc=sachin.kamat@linaro.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