kernel-janitors.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] Add some checks to be used with Coccinelle
@ 2010-06-06 15:15 Nicolas Palix
  2010-06-06 15:15 ` [PATCH 1/7] Add a target to use the Coccinelle checker Nicolas Palix
                   ` (8 more replies)
  0 siblings, 9 replies; 17+ messages in thread
From: Nicolas Palix @ 2010-06-06 15:15 UTC (permalink / raw)
  To: Randy Dunlap, Roland Dreier, Joe Perches, Andrew Morton,
	David S. Miller, Michal Marek, Sam Ravnborg, Julia Lawall,
	Gilles Muller, linux-kernel, linux-kbuild, cocci, Wolfram Sang,
	Kernel Janitors, Américo Wang, Andy Isaacson, Linus Torvalds,
	Pekka Enberg, walter harms, Joerg Roedel, Jan Engelhardt
  Cc: Nicolas Palix

This patch series adds a front-end to use Coccinelle.  It also
includes a documentation file describing how to use the new
'coccicheck' target. Finally, some SmPL examples are provided.

Signed-off-by: Nicolas Palix <npalix@diku.dk>
Signed-off-by: Julia Lawall <julia@diku.dk>

Nicolas Palix (7):
  Add a target to use the Coccinelle checker
  Add Documentation/coccinelle.txt
  Add scripts/coccinelle/alloc/drop_kmalloc_cast.cocci
  Add scripts/coccinelle/alloc/kzalloc-simple.cocci
  Add scripts/coccinelle/resource_size.cocci
  Add scripts/coccinelle/err_cast.cocci
  Add scripts/coccinelle/deref_null.cocci

 Documentation/coccinelle.txt                     |  258 +++++++++++++++++++
 MAINTAINERS                                      |   10 +
 Makefile                                         |   10 +-
 scripts/Makefile.help                            |    3 +
 scripts/coccicheck                               |   54 ++++
 scripts/coccinelle/alloc/drop_kmalloc_cast.cocci |   67 +++++
 scripts/coccinelle/alloc/kzalloc-simple.cocci    |   82 ++++++
 scripts/coccinelle/deref_null.cocci              |  293 ++++++++++++++++++++++
 scripts/coccinelle/err_cast.cocci                |   56 ++++
 scripts/coccinelle/resource_size.cocci           |   93 +++++++
 10 files changed, 923 insertions(+), 3 deletions(-)
 create mode 100644 Documentation/coccinelle.txt
 create mode 100644 scripts/Makefile.help
 create mode 100755 scripts/coccicheck
 create mode 100644 scripts/coccinelle/alloc/drop_kmalloc_cast.cocci
 create mode 100644 scripts/coccinelle/alloc/kzalloc-simple.cocci
 create mode 100644 scripts/coccinelle/deref_null.cocci
 create mode 100644 scripts/coccinelle/err_cast.cocci
 create mode 100644 scripts/coccinelle/resource_size.cocci


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2010-07-02 20:11 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-06 15:15 [PATCH 0/7] Add some checks to be used with Coccinelle Nicolas Palix
2010-06-06 15:15 ` [PATCH 1/7] Add a target to use the Coccinelle checker Nicolas Palix
2010-06-06 18:16   ` Sam Ravnborg
2010-06-07 12:35     ` Nicolas Palix
2010-06-30 18:58   ` Kulikov Vasiliy
2010-06-30 21:52     ` Nicolas Palix
2010-07-02 13:52       ` Kulikov Vasiliy
2010-07-02 14:30         ` Nicolas Palix
2010-07-02 20:11     ` Michal Marek
2010-06-06 15:15 ` [PATCH 2/7] Add Documentation/coccinelle.txt Nicolas Palix
2010-06-06 15:15 ` [PATCH 3/7] Add scripts/coccinelle/alloc/drop_kmalloc_cast.cocci Nicolas Palix
2010-06-06 15:15 ` [PATCH 4/7] Add scripts/coccinelle/alloc/kzalloc-simple.cocci Nicolas Palix
2010-06-06 15:15 ` [PATCH 5/7] Add scripts/coccinelle/resource_size.cocci Nicolas Palix
2010-06-06 15:15 ` [PATCH 6/7] Add scripts/coccinelle/err_cast.cocci Nicolas Palix
2010-06-06 15:15 ` [PATCH 7/7] Add scripts/coccinelle/deref_null.cocci Nicolas Palix
2010-06-10 11:52 ` [PATCH 0/7] Add some checks to be used with Coccinelle Joerg Roedel
2010-06-11 22:02 ` Michal Marek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).