linux-kernel-test/scripts/coccinelle
Nicolas Palix e105007c12 Coccinelle: Add locks/call_kern.cocci
Find functions that refer to GFP_KERNEL but are called with locks held.
The proposed change of converting the GFP_KERNEL is not necessarily the
correct one.  It may be desired to unlock the lock, or to not call the
function under the lock in the first place.

Signed-off-by: Nicolas Palix <npalix@diku.dk>
Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Michal Marek <mmarek@suse.cz>
2010-08-31 11:37:53 +02:00
..
alloc
locks Coccinelle: Add locks/call_kern.cocci 2010-08-31 11:37:53 +02:00
null Coccinelle: Move deref_null.cocci to a more appropriate directory 2010-08-31 11:37:53 +02:00
err_cast.cocci Add scripts/coccinelle/err_cast.cocci 2010-06-12 00:00:29 +02:00
resource_size.cocci Add scripts/coccinelle/resource_size.cocci 2010-06-12 00:00:29 +02:00