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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0F969C433FE for ; Fri, 22 Oct 2021 05:55:22 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 766E8610C8 for ; Fri, 22 Oct 2021 05:55:21 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 766E8610C8 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=kvack.org Received: by kanga.kvack.org (Postfix) id DC246900003; Fri, 22 Oct 2021 01:55:20 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id D71B2900002; Fri, 22 Oct 2021 01:55:20 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id C8810900003; Fri, 22 Oct 2021 01:55:20 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0039.hostedemail.com [216.40.44.39]) by kanga.kvack.org (Postfix) with ESMTP id BB1D8900002 for ; Fri, 22 Oct 2021 01:55:20 -0400 (EDT) Received: from smtpin38.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay05.hostedemail.com (Postfix) with ESMTP id 47CBD1823367E for ; Fri, 22 Oct 2021 05:55:20 +0000 (UTC) X-FDA: 78723010800.38.104ED80 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by imf13.hostedemail.com (Postfix) with ESMTP id 884191046B4F for ; Fri, 22 Oct 2021 05:55:15 +0000 (UTC) Received: by verein.lst.de (Postfix, from userid 2407) id 53E8368BEB; Fri, 22 Oct 2021 07:55:16 +0200 (CEST) Date: Fri, 22 Oct 2021 07:55:15 +0200 From: Christoph Hellwig To: Adam Borowski Cc: Christoph Hellwig , Dan Williams , Vishal Verma , Dave Jiang , Ira Weiny , Jens Axboe , Yi Zhang , linux-block@vger.kernel.org, nvdimm@lists.linux.dev, linux-mm@kvack.org Subject: Re: [PATCH 2/2] memremap: remove support for external pgmap refcounts Message-ID: <20211022055515.GA21767@lst.de> References: <20211019073641.2323410-1-hch@lst.de> <20211019073641.2323410-3-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) X-Rspamd-Queue-Id: 884191046B4F Authentication-Results: imf13.hostedemail.com; dkim=none; spf=none (imf13.hostedemail.com: domain of hch@lst.de has no SPF policy when checking 213.95.11.211) smtp.mailfrom=hch@lst.de; dmarc=none X-Stat-Signature: nhfzdncao1ic8rhgy5ncudgaxywby9td X-Rspamd-Server: rspam06 X-HE-Tag: 1634882115-620788 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: On Thu, Oct 21, 2021 at 03:40:17PM +0200, Adam Borowski wrote: > This breaks at least drivers/pci/p2pdma.c:222 Indeed. I've updated this patch, but the fix we need to urgently get into 5.15-rc is the first one only anyway. nvdimm maintainers, can you please act on it ASAP?