Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1501178 > unrolled thread

[GIT PULL] kbuild misc changes for 4.9-rc1

Started byMichal Marek <mmarek@suse.com>
First post2016-10-14 22:20 +0200
Last post2016-10-14 22:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] kbuild misc changes for 4.9-rc1 Michal Marek <mmarek@suse.com> - 2016-10-14 22:20 +0200

#1501178 — [GIT PULL] kbuild misc changes for 4.9-rc1

FromMichal Marek <mmarek@suse.com>
Date2016-10-14 22:20 +0200
Subject[GIT PULL] kbuild misc changes for 4.9-rc1
Message-ID<ssh7r-68U-5@gated-at.bofh.it>
Hi Linus,

just a few patches on the kbuild.git#misc branch this time:

- New Coccinelle patch by Nicholas Mc Guire
- Existing patch fixes by Julia Lawall
- Minor comment fix by Markus Elfring


The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:

  Linux 4.8-rc1 (2016-08-07 18:18:00 -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 c8990359d4b12f14656386526ddf904635076902:

  Coccinelle: flag conditions with no effect (2016-10-11 09:57:17 +0200)

----------------------------------------------------------------
Julia Lawall (2):
      Coccinelle: limit memdup_user transformation to GFP_KERNEL case
      Coccinelle: pm_runtime: ensure relevance of pm_runtime reports

Markus Elfring (1):
      scripts/coccicheck: Update reference for the corresponding documentation

Nicholas Mc Guire (1):
      Coccinelle: flag conditions with no effect

 scripts/coccicheck                           |  2 +-
 scripts/coccinelle/api/memdup_user.cocci     |  8 ++--
 scripts/coccinelle/api/pm_runtime.cocci      | 18 +++++---
 scripts/coccinelle/misc/cond_no_effect.cocci | 64 ++++++++++++++++++++++++++++
 4 files changed, 80 insertions(+), 12 deletions(-)
 create mode 100644 scripts/coccinelle/misc/cond_no_effect.cocci

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web