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

From: Hayes Wang
Date: Sun Sep 01 2019 - 23:11:10 EST


Eric Dumazet [mailto:eric.dumazet@xxxxxxxxx]
> Sent: Friday, August 30, 2019 12:32 AM
> To: Hayes Wang; netdev@xxxxxxxxxxxxxxx
> Cc: nic_swsd; linux-kernel@xxxxxxxxxxxxxxx
> Subject: Re: [PATCH net-next] r8152: fix accessing skb after napi_gro_receive
>
> 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.

Sorry. It's my mistake.
I would note that next time.

Best Regards,
Hayes