From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Tobin C. Harding" Subject: Re: [PATCH RFC net-next 0/7] net/ipv6: Fix route append and replace use cases Date: Tue, 15 May 2018 16:12:31 +1000 Message-ID: <20180515061231.GC10152@eros> References: <20180515025112.16647-1-dsahern@gmail.com> <20180515052104.GA10152@eros> <458fe36b-355a-f11e-32b4-8a139c26a298@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org, Thomas.Winter@alliedtelesis.co.nz, idosch@mellanox.com, sharpd@cumulusnetworks.com, roopa@cumulusnetworks.com To: David Ahern Return-path: Received: from out2-smtp.messagingengine.com ([66.111.4.26]:45653 "EHLO out2-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752200AbeEOGMg (ORCPT ); Tue, 15 May 2018 02:12:36 -0400 Content-Disposition: inline In-Reply-To: <458fe36b-355a-f11e-32b4-8a139c26a298@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: On Mon, May 14, 2018 at 11:54:08PM -0600, David Ahern wrote: > On 5/14/18 11:21 PM, Tobin C. Harding wrote: > > Hi David, > > > > On Mon, May 14, 2018 at 07:51:05PM -0700, David Ahern wrote: > >> This patch set fixes a few append and replace uses cases for IPv6 and > >> adds test cases that codifies the expectations of how append and replace > >> are expected to work. > > > > Nood question: what commit does this apply on top of please. I > > attempted to apply the set on top of net-next > > > > commit (961423f9fcbc Merge branch 'sctp-Introduce-sctp_flush_ctx') > > > > patch 4 and 5 have merge conflicts (I stopped at 5). > > Base commit is: > > commit 289e1f4e9e4a09c73a1c0152bb93855ea351ccda > Author: Anders Roxell > Date: Sun May 13 21:48:30 2018 +0200 > > net: ipv4: ipconfig: fix unused variable > > > > I don't see 961423f9fcbc in any tree. Got it, thanks. FTR $ date Tuesday 15 May 16:05:51 AEST 2018 $ git status On branch net-next Your branch is up-to-date with 'net-next/master'. nothing to commit, working directory clean $ git log -49 --pretty=oneline --abbrev-commit --reverse | grep 'ipv4: ipconfig: fix unused variable' 289e1f4e9e4a net: ipv4: ipconfig: fix unused variable $ git log -48 --pretty=oneline --abbrev-commit --reverse | grep 'ipv4: ipconfig: fix unused variable' Queue questions on how to run your selftests ;) thanks, Tobin.