[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20130710140830.GA32360@emu.suse.cz>
Date: Wed, 10 Jul 2013 16:08:30 +0200
From: Michal Marek <mmarek@...e.cz>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Julia.Lawall@...6.fr, keescook@...omium.org, nicolas.palix@...g.fr,
strnape1@....cvut.cz, linux-kbuild@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [GIT] coccinelle updates for v3.11-rc1
Hi Linus,
the misc branch is reserved for Coccinelle this time:
- 'report' is the default mode
- MAINTAINERS update for Coccinelle
- documentation udate
- use new option format for spatch(1)
- J=<n> variable to mimic make -j for coccicheck
- check for missing pci_free_consistent() calls
There are some patches for rpm-pkg and deb-pkg waiting for the 3.12-rc1
merge window.
Michal
The following changes since commit f722406faae2d073cc1d01063d1123c35425939e:
Linux 3.10-rc1 (2013-05-11 17:14:08 -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 ec97946ed038f4b3faa587bc76152b198805b0c4:
Coccinelle: Update information about the minimal version required (2013-07-03 22:58:20 +0200)
----------------------------------------------------------------
Julia Lawall (1):
scripts/coccinelle: check for field address argument to kfree
Kees Cook (1):
coccicheck: span checks across CPUs
Nicolas Palix (6):
Coccinelle: Make 'report' the default mode
Coccinelle: Update the Coccinelle section of MAINTAINERS
Coccinelle: Update section of MAINTAINERS
Coccinelle: Update the documentation
Coccinelle: Update the options used to the new option scheme
Coccinelle: Update information about the minimal version required
strnape1@....cvut.cz (1):
scripts: Coccinelle script for pci_free_consistent()
Documentation/coccinelle.txt | 63 +++++++++++-------
MAINTAINERS | 3 +
scripts/coccicheck | 76 ++++++++++++++++------
.../coccinelle/api/alloc/drop_kmalloc_cast.cocci | 2 +-
scripts/coccinelle/api/alloc/kzalloc-simple.cocci | 2 +-
scripts/coccinelle/api/d_find_alias.cocci | 2 +-
.../coccinelle/api/devm_request_and_ioremap.cocci | 2 +-
scripts/coccinelle/api/kstrdup.cocci | 2 +-
scripts/coccinelle/api/memdup.cocci | 2 +-
scripts/coccinelle/api/memdup_user.cocci | 2 +-
scripts/coccinelle/api/ptr_ret.cocci | 2 +-
scripts/coccinelle/api/simple_open.cocci | 2 +-
scripts/coccinelle/free/devm_free.cocci | 2 +-
scripts/coccinelle/free/kfree.cocci | 2 +-
scripts/coccinelle/free/kfreeaddr.cocci | 32 +++++++++
scripts/coccinelle/free/pci_free_consistent.cocci | 52 +++++++++++++++
scripts/coccinelle/iterators/fen.cocci | 2 +-
scripts/coccinelle/iterators/itnull.cocci | 2 +-
.../coccinelle/iterators/list_entry_update.cocci | 2 +-
scripts/coccinelle/iterators/use_after_iter.cocci | 2 +-
scripts/coccinelle/locks/call_kern.cocci | 2 +-
scripts/coccinelle/locks/double_lock.cocci | 2 +-
scripts/coccinelle/locks/flags.cocci | 2 +-
scripts/coccinelle/locks/mini_lock.cocci | 2 +-
scripts/coccinelle/misc/boolinit.cocci | 2 +-
scripts/coccinelle/misc/cstptr.cocci | 2 +-
scripts/coccinelle/misc/doubleinit.cocci | 2 +-
scripts/coccinelle/misc/ifaddr.cocci | 2 +-
scripts/coccinelle/misc/ifcol.cocci | 2 +-
scripts/coccinelle/misc/noderef.cocci | 2 +-
scripts/coccinelle/misc/orplus.cocci | 2 +-
scripts/coccinelle/misc/warn.cocci | 2 +-
scripts/coccinelle/null/eno.cocci | 2 +-
scripts/coccinelle/null/kmerr.cocci | 2 +-
scripts/coccinelle/tests/doublebitand.cocci | 2 +-
scripts/coccinelle/tests/doubletest.cocci | 2 +-
scripts/coccinelle/tests/odd_ptr_err.cocci | 2 +-
37 files changed, 215 insertions(+), 75 deletions(-)
create mode 100644 scripts/coccinelle/free/kfreeaddr.cocci
create mode 100644 scripts/coccinelle/free/pci_free_consistent.cocci
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists