On Tue, Nov 03, 2020 at 05:18:25PM +0000, Claudiu Manoil wrote: > It's either the dev_kfree_skb_any from the dma mapping error path or the one > from skb_cow_head()'s error path. A confirmation would help indeed.
It says "consume", not "kfree", which in my mind would make it point towards the only caller of consume_skb from the gianfar driver, i.e. the dev_consume_skb_any that you just added.