From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751136AbcJFCv4 (ORCPT ); Wed, 5 Oct 2016 22:51:56 -0400 Received: from ozlabs.org ([103.22.144.67]:45879 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750848AbcJFCvy (ORCPT ); Wed, 5 Oct 2016 22:51:54 -0400 Date: Thu, 6 Oct 2016 13:51:52 +1100 From: Stephen Rothwell To: Linus Torvalds Cc: David Miller , NetFilter , Network Development , Linux Kernel Mailing List , Pablo Neira Ayuso , Liping Zhang Subject: Re: [GIT] Networking Message-ID: <20161006135152.3fd229cb@canb.auug.org.au> In-Reply-To: References: <20161005.014437.1946431553783736769.davem@davemloft.net> <20161006092947.25ae781c@canb.auug.org.au> <20161006115235.1a89c0da@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, On Wed, 5 Oct 2016 19:14:21 -0700 Linus Torvalds wrote: > > On Wed, Oct 5, 2016 at 5:52 PM, Stephen Rothwell wrote: > > > > Except that commit effectively moved that function from > > net/netfilter/nf_tables_netdev.c to > > include/net/netfilter/nf_tables_ipv4.h while commit c73c24849011 > > ("netfilter: nf_tables_netdev: remove redundant ip_hdr assignment") > > removed the assignment in the original file (and has been in your tree > > since v4.8-rc7) and that is where I originally actually got a conflict. > > Oh, interesting. Why didn't I get the conflict there then? > > I'm guessing (but too lazy to actually look up the history), that > David ended up doing that merge and that ends up being why I never saw > a conflict. Yeah, commit b50afd203a5e ("Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net") actually merges v4.8 into the net-next tree. -- Cheers, Stephen Rothwell