Re: [PATCH net-next] r8152: fix accessing skb after napi_gro_receive

From: Eric Dumazet
Date: Thu Aug 29 2019 - 12:31:47 EST




On 8/19/19 5:15 AM, Hayes Wang wrote:
> Fix accessing skb after napi_gro_receive which is caused by
> commit 47922fcde536 ("r8152: support skb_add_rx_frag").
>
> Fixes: 47922fcde536 ("r8152: support skb_add_rx_frag")
> Signed-off-by: Hayes Wang <hayeswang@xxxxxxxxxxx>
> ---

It is customary to add a tag to credit the reporter...

Something like :

Reported-by: ....

Thanks.