On Fri, Oct 20, 2023 at 10:05:55AM +0200, Steffen Klassert wrote: > A recent patch changed xfrm6_udp_encap_rcv to not > free the skb itself anymore but fogot the case > where xfrm4_udp_encap_rcv is called subsequently. > > Fix this by moving the call to xfrm4_udp_encap_rcv > from __xfrm6_udp_encap_rcv to xfrm6_udp_encap_rcv. > > Fixes: 221ddb723d90 ("xfrm: Support GRO for IPv6 ESP in UDP encapsulation") > Signed-off-by: Steffen Klassert <steffen.klassert@xxxxxxxxxxx> Now applied to ipsec-next.