Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp43328ybl; Tue, 13 Aug 2019 15:32:08 -0700 (PDT) X-Google-Smtp-Source: APXvYqzC9TwDpOjNaIbXXIZtjXDbGY9j5LYM9yNNRO4fxgXO70ftcLeC5h/sIrTryNjWfZma5+kH X-Received: by 2002:a17:902:d70e:: with SMTP id w14mr10375544ply.339.1565735528773; Tue, 13 Aug 2019 15:32:08 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565735528; cv=none; d=google.com; s=arc-20160816; b=dU/PCONOM2nvo6d/Zm8fp4aBBOM8IlML+xu8NUA997bie6nS2a+ZIh90ShTkgV3NaI 5O7hXdO44+ubZrQkoLIx0ntP/LCAAx3dFOTwsX5ao1dKSon/XB2n8cXRceGg35c3/iQp Cas008dQtw0n+HXb4InHijykgUEgrJHXprG2Oc0AkEu3nuDUpF0JUmUGonjXgzZEwaBW +Th0pYCe9yiZRWNa6YonEYVzvIW8sAVParz8FFbes6xpPKvYdV3jKHAjLvDAvTaq5ioL 16wRR6Uowip15qmOIMj+QlsQntcBw/eGLbLuJ+YWJmdH9rOI3MbINiJOo3yy3lUaOg0S Luag== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=zAF7+KFsCPfh80IIQ9s3ASR1GirJiEVCOBp7wejCgEc=; b=d6UUDHlpt3Jq3NB3DmBQtSej8JwRksezuakUp9Z/HXijDZpShUa/hI8FnecCCRdyxs 4kmXwnDz80PxR/8SxQpSvy445dLBFJff91J8PW8bT2J8Y2O466zyB+v/0PoQtu8bOGd0 7skuO5XNGLw1Ai5TVuoQs5DrxuJBhcGC7nyX2VnpL+2k+x2IqDj/TncVLmGSOKkYfJBI UIIwnoMvuAU0zhYx9JZC67NjujC+at6EmubdFG/spTQnoa4Ht9kggysPLweqUOWiaDB9 GCU48KQi97IyhulekCaD8FIor02RVQF5qzCOMW2NrhZQgJiKRT7ADnjwEWFHkEIxSNYx RHGA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a33si67007152pgl.436.2019.08.13.15.31.51; Tue, 13 Aug 2019 15:32:08 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727193AbfHMWbN (ORCPT + 99 others); Tue, 13 Aug 2019 18:31:13 -0400 Received: from utopia.booyaka.com ([74.50.51.50]:36753 "EHLO utopia.booyaka.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726878AbfHMWbN (ORCPT ); Tue, 13 Aug 2019 18:31:13 -0400 X-Greylist: delayed 402 seconds by postgrey-1.27 at vger.kernel.org; Tue, 13 Aug 2019 18:31:13 EDT Received: (qmail 3952 invoked by uid 1019); 13 Aug 2019 22:24:30 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 13 Aug 2019 22:24:30 -0000 Date: Tue, 13 Aug 2019 22:24:30 +0000 (UTC) From: Paul Walmsley To: Will Deacon cc: Stephen Rothwell , Palmer Dabbelt , Catalin Marinas , Linux Next Mailing List , Linux Kernel Mailing List , Jeremy Linton , Atish Patra Subject: Re: linux-next: manual merge of the risc-v tree with the arm64 tree In-Reply-To: <20190813082422.lecgqtknnn5g4dyj@willie-the-truck> Message-ID: References: <20190813093447.747a5853@canb.auug.org.au> <20190813082422.lecgqtknnn5g4dyj@willie-the-truck> User-Agent: Alpine 2.21.999 (DEB 260 2018-02-26) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi folks, On Tue, 13 Aug 2019, Will Deacon wrote: > On Tue, Aug 13, 2019 at 09:34:47AM +1000, Stephen Rothwell wrote: > > Today's linux-next merge of the risc-v tree got a conflict in: > > > > arch/arm64/kernel/topology.c > > > > between commit: > > > > 98dc19902a0b ("arm64: topology: Use PPTT to determine if PE is a thread") > > > > from the arm64 tree and commit: > > > > 60c1b220d8bc ("cpu-topology: Move cpu topology code to common code.") > > > > from the risc-v tree. > > > > I fixed it up (see below) 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. > > Thanks, Stephen. > > Paul, Palmer -- If it's not too late, then it would probably be best to > stick this commit (60c1b220d8bc) and any dependencies on their own stable > branch so that we can both pull it into our respective trees and I can > resolve this conflict in the arm64 tree, which I'll send early during the > merge window. > > Looking at your tree, I guess I could just pull in > common/for-v5.4-rc1/cpu-topology if you promise never to rebase it. Failing > that, you could fork a new branch from 60c1b220d8bc and I could just pull > that part instead. How about if we treat common/for-v5.4-rc1/cpu-topology as a stable branch? I wasn't planning to rebase it. Then both of us can just merge it into our for-next branches for the merge window? (It looks like I will need to rebuild the riscv for-next branch on top of v5.3-rc5, for unrelated reasons.) Sound reasonable? - Paul