[PATCH 1/3] coccinelle: also catch kzfree() issues

2016-02-16 Thread Yann Droneaud
Since commit 3ef0e5ba4673 ('slab: introduce kzfree()'), kfree() is no more the only function to be considered. Cc: Johannes Weiner Signed-off-by: Yann Droneaud --- scripts/coccinelle/free/devm_free.cocci | 2 ++ scripts/coccinelle/free/kfree.cocci | 3 +++ scripts/coccinelle/free/kfreeaddr.

Re: [PATCH 1/3] coccinelle: also catch kzfree() issues

2016-02-16 Thread Julia Lawall
On Tue, 16 Feb 2016, Yann Droneaud wrote: > Since commit 3ef0e5ba4673 ('slab: introduce kzfree()'), > kfree() is no more the only function to be considered. > > Cc: Johannes Weiner > Signed-off-by: Yann Droneaud > --- > scripts/coccinelle/free/devm_free.cocci | 2 ++ > scripts/coccinelle/free