Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp3638228pxf; Mon, 22 Mar 2021 11:06:57 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz32jARKxPiqzqaXkiW6jo0NTheQNpIKGpLrEkexIk2VrCr9l+TBewofVO0JXqfy9ZoF3FY X-Received: by 2002:a17:907:9862:: with SMTP id ko2mr1061746ejc.222.1616436417694; Mon, 22 Mar 2021 11:06:57 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1616436417; cv=none; d=google.com; s=arc-20160816; b=TEcB1HJCB76EZp+enj2/kdeOafUg7X9VlZVIEm9wsKR1Q+ILyUNUwNEdmPAV4+Q57w n8G8o91MK0k3IOghbUFT7rdnGhWDTRF4wzHBDBGqqQ/ISoaP1gTthjNFwo38wglkMXzZ n7j+SdfX0J/w0SGuxDrK2CnM3WgqO1QDns2uF5hGmRw80lrOph6Oi3D1luex6/bAKlmO 60lH6WzWvp/9T/ref3DO+cpMutLS5XBkaGGqz38B8y45fvC5nlFere36wwXcUnGfeObv 7XKOIQOteZzG6P4vtVK4HOrfzATGFZqco9djOyLsmnAt0RhJlyFTAGTB6wcqoAzVpZAS QnBg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=V8+Bc5VVG/ZG/49TOYFEcQo5ap8QgUaeTAACCLA42/c=; b=Um82Kd3YWa1VYJEspNiV/tM1rACHvBsn7SvUtUz85AgUX8PDNGWHClRBVGWa5lJL1G uSdE3GvMLifFEEes+zWf3mFH3Ohv7lBbV01GEAPIXPjzBNBf9YblZnbQvnr1tC87lzsF d9htAX6N40RP1z/jmxQChVWndnd5TkX35qXFTN+qaRoU7q2a3Dy89yBXekOhxzPaTpC1 PKbzQ1OdbhTWoJoscDKYgFDAv2HLxr71Ats6atQqwSPyN5+WPaEYL8vtCRaLXDMjzuKe ThruexlSUKMmNaYbmOqQrZxj97psUd4AmCz5bD4nc27lJJZ9Y43V3JwHm7KfsO998EFu hnBA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id c8si11645951edq.326.2021.03.22.11.06.33; Mon, 22 Mar 2021 11:06:57 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231961AbhCVSDv (ORCPT + 99 others); Mon, 22 Mar 2021 14:03:51 -0400 Received: from mail.kernel.org ([198.145.29.99]:52680 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229951AbhCVSDd (ORCPT ); Mon, 22 Mar 2021 14:03:33 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 14F9061874; Mon, 22 Mar 2021 18:03:31 +0000 (UTC) Date: Mon, 22 Mar 2021 18:03:29 +0000 From: Catalin Marinas To: Stephen Rothwell Cc: Andrew Morton , Will Deacon , Ard Biesheuvel , Linux Kernel Mailing List , Linux Next Mailing List , Mike Rapoport , Mike Rapoport Subject: Re: linux-next: manual merge of the akpm tree with the arm64 tree Message-ID: <20210322180329.GA12107@arm.com> References: <20210322174023.602a110b@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210322174023.602a110b@canb.auug.org.au> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 22, 2021 at 05:40:23PM +1100, Stephen Rothwell wrote: > Hi all, > > Today's linux-next merge of the akpm tree got a conflict in: > > arch/arm64/mm/mmu.c > > between commit: > > 87143f404f33 ("arm64: mm: use XN table mapping attributes for the linear region") > > from the arm64 tree and commit: > > 0a2634348ef8 ("set_memory: allow querying whether set_direct_map_*() is actually enabled") > > from the akpm 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. The resolution looks fine. Thanks Stephen. -- Catalin