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

From: Michal Marek
Date: Mon Jun 20 2016 - 09:26:14 EST


On 2016-05-23 17:18, Julia Lawall wrote:
>
>
> On Mon, 23 May 2016, Yann Droneaud wrote:
>
>> 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@xxxxxxxxxxx>
>> Signed-off-by: Yann Droneaud <ydroneaud@xxxxxxxxxx>
>
> Acked-by: Julia Lawall <julia.lawall@xxxxxxx>

Hi Julia,

does your ACK apply to the other two patches as well?

Thanks,
Michal