[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20160802190452.GA10885@sepie.suse.cz>
Date: Tue, 2 Aug 2016 21:04:52 +0200
From: Michal Marek <mmarek@...e.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: deepa.kernel@...il.com, henning.schild@...mens.com,
linux-kernel@...enslange-mailadresse.de, marmistrz.dev@...il.com,
mcgrof@...nel.org, vaishali.thakkar@...cle.com,
ydroneaud@...eya.com, linux-kbuild@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [GIT PULL] kbuild misc changes for v4.8-rc1
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
Powered by blists - more mailing lists