[ovs-dev] [PATCH] compat: Fix ipv6_dst_lookup build error

William Tu u9012063 at gmail.com
Thu Apr 30 18:39:29 UTC 2020


On Thu, Apr 30, 2020 at 10:36:20AM -0700, Gregory Rose wrote:
> 
> 
> On 4/29/2020 5:53 PM, William Tu wrote:
> >On Wed, Apr 29, 2020 at 2:41 PM Yi-Hung Wei <yihung.wei at gmail.com> wrote:
> >>
> >>The geneve/vxlan compat code base invokes ipv6_dst_lookup() which is
> >>recently replaced by ipv6_dst_lookup_flow() in the stable kernel tree.
> >>
> >>This causes travis build failure:
> >>     * https://travis-ci.org/github/openvswitch/ovs/builds/681084038
> >>
> >>This patch updates the backport logic to invoke the right function.
> >>
> >>Related patch in
> >>     git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
> >>
> >>b9f3e457098e ("net: ipv6_stub: use ip6_dst_lookup_flow instead of
> >>                ip6_dst_lookup")
> >>
> >>Signed-off-by: Yi-Hung Wei <yihung.wei at gmail.com>
> >>---
> >Looks good to me, thanks for fixing the issue.
> >CC Greg to see if he has more comments.
> 
> A backport all the way to 3.16.  That's not often.
> 
> LGTM.  Thanks Yi-Hung!

Applied to master, thanks.
William


More information about the dev mailing list