From: David Ahern <dsah...@kernel.org> Date: Mon, 25 Feb 2019 13:55:48 -0800
> From: David Ahern <dsah...@gmail.com> > > ip_route_input_rcu expects the original ingress device (e.g., for > proper multicast handling). The skb->dev can be changed by l3mdev_ip_rcv, > so dev needs to be saved prior to calling it. This was the behavior prior > to the listify changes. > > Fixes: 5fa12739a53d0 ("net: ipv4: listify ip_rcv_finish") > Cc: Edward Cree <ec...@solarflare.com> > Signed-off-by: David Ahern <dsah...@gmail.com> Applied and queued up for -stable, thanks Dave.