From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AA9A6C4332D for ; Tue, 26 Jan 2021 19:12:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8F63222A85 for ; Tue, 26 Jan 2021 19:12:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728165AbhAZF6A (ORCPT ); Tue, 26 Jan 2021 00:58:00 -0500 Received: from mail.kernel.org ([198.145.29.99]:41906 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727021AbhAYJq0 (ORCPT ); Mon, 25 Jan 2021 04:46:26 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id DE6D922D57; Mon, 25 Jan 2021 09:44:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1611567880; bh=u6boge7fxbWaIkvX2C8PHSGb3b9pegYZfrTBtvLYU1s=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=K0nfHg8qMuF2HQM7LNCOmVD0+W2bhl+oEPxwXcvm6WPe1/sqgwCPfl7qbGi44q++W CKRkYPTHQP5vaYBx3pXehhmYv7hNXwF/wbKDn0Vr12J3ZMoMrWYKMPmLFTa2jbUFbV wEG/sQ9YOa0Uu2Z2MEx1Rxxb41YrlM1OwBwmf2V4wSpHSA395SDOTV948bn6crOC1P woOqPaiRhB6Oz70DZ2BIfAuuRLC2WHAN2inq/gFKuWbyfOEDDZaeQxucB5UUbfzwU2 8bP+RqdyPs0PA3YXZmz8/18qP8/0T0rsOU0Yy2QTMFYOqLgDfPEwQci4wKXCXkdiXA jj5XhWvD2WMNg== Received: by mail-ot1-f42.google.com with SMTP id h14so12164756otr.4; Mon, 25 Jan 2021 01:44:39 -0800 (PST) X-Gm-Message-State: AOAM531MfIoGrxqg6gheix6Gp9h4kyi5Kiw68sPjb8zFhp8yfwpfAb7l rtZNVJZwWVkzb9Ua9cIsQZWQTPzfzhVkn8dYnkg= X-Google-Smtp-Source: ABdhPJx5bK63LxQdSz83vvgGvjc6te6I6zTut9vNIMSPOcLt0olx7YgMNrNj2+6Kv3w4X2taztS/GS3pOQU3GhUs5II= X-Received: by 2002:a9d:3bb7:: with SMTP id k52mr124882otc.251.1611567878981; Mon, 25 Jan 2021 01:44:38 -0800 (PST) MIME-Version: 1.0 References: <20210125091256.302fd411@canb.auug.org.au> In-Reply-To: <20210125091256.302fd411@canb.auug.org.au> From: Arnd Bergmann Date: Mon, 25 Jan 2021 10:44:23 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: linux-next: manual merge of the risc-v tree with the arm-soc tree To: Stephen Rothwell Cc: Palmer Dabbelt , Paul Walmsley , Olof Johansson , Arnd Bergmann , ARM , Damien Le Moal , Linux Kernel Mailing List , Linux Next Mailing List , Palmer Dabbelt Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Sun, Jan 24, 2021 at 11:14 PM Stephen Rothwell wrote: > > 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. Looks good, thanks! Arnd