From: Stephen Suryaputra <[email protected]>
Date: Mon, 24 Jun 2019 20:14:06 -0400
> In commit 19e4e768064a8 ("ipv4: Fix raw socket lookup for local
> traffic"), the dif argument to __raw_v4_lookup() is coming from the
> returned value of inet_iif() but the change was done only for the first
> lookup. Subsequent lookups in the while loop still use skb->dev->ifIndex.
>
> Signed-off-by: Stephen Suryaputra <[email protected]>
Applied and queued up for -stable.
I added the appropriate Fixes: tag, please do so next time.