From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935357AbdJQLad (ORCPT ); Tue, 17 Oct 2017 07:30:33 -0400 Received: from mail-lf0-f46.google.com ([209.85.215.46]:46015 "EHLO mail-lf0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932880AbdJQLab (ORCPT ); Tue, 17 Oct 2017 07:30:31 -0400 X-Google-Smtp-Source: ABhQp+TfjbSUfD5S1Pj8d0am7Soj5FurGhDlcuAxckG8PzmpZK3NuXRAnjKiEXGFNom/g8YqZ7V78g== Subject: Re: linux-next: manual merge of the net-next tree with the net tree To: Mark Brown , David Miller , Networking , Vivien Didelot Cc: Linux-Next Mailing List , Linux Kernel Mailing List References: <20171016093635.zxyyq2px4hdewse3@sirena.co.uk> From: Sergei Shtylyov Message-ID: Date: Tue, 17 Oct 2017 14:30:29 +0300 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171016093635.zxyyq2px4hdewse3@sirena.co.uk> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello! On 10/16/2017 12:36 PM, Mark Brown wrote: > Today's linux-next merge of the net-next tree got a conflict in: > > drivers/net/dsa/mv88e6060.c > > between commit: > > 3efc93c2bc243 ("net: dsa: mv88e6060: fix switch MAC address") > > from the net tree and commit: > > 56c3ff9bf23e1 ("net: dsa: mv88e6060: setup random mac address") > > from the net-next tree. > > I fixed it up (see below, the relevant code was deleted in net-next) and > can carry the fix as necessary. This is now fixed as far as linux-next > is concerned, but any non trivial conflicts should be mentioned to your > upstream maintainer when your tree is submitted for merging. You may > also want to consider cooperating with the maintainer of the conflicting > tree to minimise any particularly complex conflicts. > > diff --cc drivers/net/dsa/mv88e6060.c > index f123ed57630d,6173be889d95..000000000000 > --- a/drivers/net/dsa/mv88e6060.c > +++ b/drivers/net/dsa/mv88e6060.c Your mail ends here. MBR, Sergei