commit | 6dd9379e8f327e70d182b15be3ba21aa2b5d2cba | [log] [tgz] |
---|---|---|
author | Yann Droneaud <ydroneaud@opteya.com> | Mon May 23 17:07:19 2016 +0200 |
committer | Michal Marek <mmarek@suse.com> | Tue Jun 21 11:43:32 2016 +0200 |
tree | 0e8d95f8e1748444490f8be79ba1b2dd7bde6553 | |
parent | 7a2358b3818691521c7df531415d1ea4d0398520 [diff] |
coccinelle: also catch kzfree() issues Since commit 3ef0e5ba4673 ('slab: introduce kzfree()'), kfree() is no more the only function to be considered: kzfree() should be recognized too. In particular, kzfree() must not be called on memory allocated through devm_*() functions. Cc: Johannes Weiner <hannes@cmpxchg.org> Acked-by: Julia Lawall <julia.lawall@lip6.fr> Signed-off-by: Yann Droneaud <ydroneaud@opteya.com> Signed-off-by: Michal Marek <mmarek@suse.com>