From: Xin Long <lucien.xin@xxxxxxxxx> Date: Fri, 23 Aug 2019 19:33:03 +0800 > We need a similar fix for ipv6 as Commit 0761680d5215 ("net: ipv4: fix > listify ip_rcv_finish in case of forwarding") does for ipv4. > > This issue can be reprocuded by syzbot since Commit 323ebb61e32b ("net: > use listified RX for handling GRO_NORMAL skbs") on net-next. The call > trace was: ... > Fixes: d8269e2cbf90 ("net: ipv6: listify ipv6_rcv() and ip6_rcv_finish()") > Fixes: 323ebb61e32b ("net: use listified RX for handling GRO_NORMAL skbs") > Reported-by: syzbot+eb349eeee854e389c36d@xxxxxxxxxxxxxxxxxxxxxxxxx > Reported-by: syzbot+4a0643a653ac375612d1@xxxxxxxxxxxxxxxxxxxxxxxxx > Signed-off-by: Xin Long <lucien.xin@xxxxxxxxx> Applied, thanks.