public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
From: Michal Marek <mmarek@suse.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: deepa.kernel@gmail.com, henning.schild@siemens.com,
	linux-kernel@lebenslange-mailadresse.de, marmistrz.dev@gmail.com,
	mcgrof@kernel.org, vaishali.thakkar@oracle.com,
	ydroneaud@opteya.com, linux-kbuild@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] kbuild misc changes for v4.8-rc1
Date: Tue, 2 Aug 2016 21:04:52 +0200	[thread overview]
Message-ID: <20160802190452.GA10885@sepie.suse.cz> (raw)

Hi Linus,

these is the non-critical part of kbuild for v4.8-rc1:
- coccicheck script improvements by Luis R. Rodriguez and Deepa Dinamani
- new coccinelle patches by Yann Droneaud and Vaishali Thakkar
- debian packaging fixes by Wilfried Klaebe, Henning Schild and Marcin
  Mielniczuk.

Thanks,
Michal


The following changes since commit 1a695a905c18548062509178b98bc91e67510864:

  Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)

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 4c586062b275dcddc18f521ac092cf0f600a36de:

  Fix the Debian packaging script on systems with no codename (2016-07-26 23:12:08 +0200)

----------------------------------------------------------------
Deepa Dinamani (1):
      coccicheck: Allow for overriding spatch flags

Henning Schild (1):
      builddeb: fix file permissions before packaging

Luis R. Rodriguez (9):
      coccicheck: move spatch binary check up
      coccicheck: make SPFLAGS more useful
      coccicheck: enable parmap support
      coccicheck: add support for DEBUG_FILE
      coccicheck: replace --very-quiet with --quiet when debugging
      scripts: add Linux .cocciconfig for coccinelle
      coccicheck: add support for requring a coccinelle version
      coccicheck: refer to Documentation/coccinelle.txt and wiki
      scripts/coccinelle: require coccinelle >= 1.0.4 on device_node_continue.cocci

Marcin Mielniczuk (1):
      Fix the Debian packaging script on systems with no codename

Vaishali Thakkar (1):
      Coccinelle: noderef: Add new rules and correct the old rule

Wilfried Klaebe (1):
      builddeb: really include objtool binary in headers package

Yann Droneaud (3):
      coccinelle: also catch kzfree() issues
      coccinelle: recognize more devm_* memory allocation functions
      coccinelle: catch krealloc() on devm_*() allocated memory

 .cocciconfig                                       |   3 +
 .gitignore                                         |   1 +
 Documentation/coccinelle.txt                       | 148 ++++++++++++++++++++-
 scripts/coccicheck                                 |  96 +++++++++++--
 scripts/coccinelle/free/devm_free.cocci            |  26 ++++
 scripts/coccinelle/free/ifnullfree.cocci           |   4 +-
 scripts/coccinelle/free/kfree.cocci                |  18 ++-
 scripts/coccinelle/free/kfreeaddr.cocci            |   6 +-
 .../iterators/device_node_continue.cocci           |   3 +
 scripts/coccinelle/misc/noderef.cocci              |  18 ++-
 scripts/package/builddeb                           |  11 +-
 11 files changed, 313 insertions(+), 21 deletions(-)
 create mode 100644 .cocciconfig

                 reply	other threads:[~2016-08-02 19:23 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=20160802190452.GA10885@sepie.suse.cz \
    --to=mmarek@suse.com \
    --cc=deepa.kernel@gmail.com \
    --cc=henning.schild@siemens.com \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@lebenslange-mailadresse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marmistrz.dev@gmail.com \
    --cc=mcgrof@kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=vaishali.thakkar@oracle.com \
    --cc=ydroneaud@opteya.com \
    /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