Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2E7D5C433F5 for ; Tue, 7 Dec 2021 06:56:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231465AbhLGG7d (ORCPT ); Tue, 7 Dec 2021 01:59:33 -0500 Received: from verein.lst.de ([213.95.11.211]:54739 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230386AbhLGG7a (ORCPT ); Tue, 7 Dec 2021 01:59:30 -0500 Received: by verein.lst.de (Postfix, from userid 2407) id D014368AFE; Tue, 7 Dec 2021 07:55:56 +0100 (CET) Date: Tue, 7 Dec 2021 07:55:56 +0100 From: Christoph Hellwig To: Stephen Rothwell Cc: Andrew Morton , Dan Williams , Christoph Hellwig , Joao Martins , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: manual merge of the akpm-current tree with the nvdimm tree Message-ID: <20211207065556.GA4786@lst.de> References: <20211207173938.6d619ba6@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211207173938.6d619ba6@canb.auug.org.au> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 07, 2021 at 05:39:38PM +1100, Stephen Rothwell wrote: > Hi all, > > Today's linux-next merge of the akpm-current tree got a conflict in: > > mm/memremap.c > > between commit: > > b80892ca022e ("memremap: remove support for external pgmap refcounts") > > from the nvdimm tree and commit: > > 30156644eb0d ("mm/memremap: add ZONE_DEVICE support for compound pages") > > from the akpm-current tree. The resolution looks good to me, thanks.