Re: [PATCH] bpa10x: free sk_buff with kfree_skb
From: Marcel Holtmann <marcel@holtmann.org>
Date: 2008-10-30 04:09:39
From: Marcel Holtmann <marcel@holtmann.org>
Date: 2008-10-30 04:09:39
Hi Ilpo,
quoted
2) Couple places trying to pass sk_buff to kfree() instead of kfree_skb(). Fixed by Sergio LuisI tried with coccinelle and found one more of these, though my other attempts with it haven't been all that successful... -- [PATCH] bpa10x: free sk_buff with kfree_skb Inspired by Sergio Luis' similar patches, I finally found a case which is trivial enough that spatch won't choke on it. Signed-off-by: Ilpo Järvinen <redacted>
good catch. Acked-by: Marcel Holtmann <marcel@holtmann.org> Dave, feel free to take this directly and apply it to your trees. Regards Marcel