Stable request (was Re: [PATCH net-next] net: ipv6: fix listify ip6_rcv_finish in case of forwarding)

2019-10-16 Thread Edward Cree
On 04/10/2019 16:17, Edward Cree wrote: > On 23/08/2019 22:42, David Miller wrote: >> From: Xin Long >> 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

Re: [PATCH net-next] net: ipv6: fix listify ip6_rcv_finish in case of forwarding

2019-10-04 Thread Edward Cree
On 23/08/2019 22:42, David Miller wrote: > From: Xin Long > 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 32

Re: [PATCH net-next] net: ipv6: fix listify ip6_rcv_finish in case of forwarding

2019-08-23 Thread David Miller
From: Xin Long 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

Re: [PATCH net-next] net: ipv6: fix listify ip6_rcv_finish in case of forwarding

2019-08-23 Thread Edward Cree
On 23/08/2019 12:33, Xin Long wrote: > 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")

[PATCH net-next] net: ipv6: fix listify ip6_rcv_finish in case of forwarding

2019-08-23 Thread Xin Long
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: kernel BUG