Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp680814ybl; Wed, 14 Aug 2019 04:27:08 -0700 (PDT) X-Google-Smtp-Source: APXvYqz7fXKmrimYifXkByEwSh95pxqMvw307/ChpCUYR/8fdtU8sbTHv7tn+SCILr6FoZnHms4u X-Received: by 2002:a17:902:4383:: with SMTP id j3mr35250218pld.69.1565782028689; Wed, 14 Aug 2019 04:27:08 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565782028; cv=none; d=google.com; s=arc-20160816; b=aIXSmVtrWhWfmHcMLxEWIPSVTF/jOKlp8mJZfjMMdSFJroSIfIQceM3w6VX6Y3KmZz BM+A8luqSZdBhG8/ef5vzHIOOtlgfbF/YwX+6fISJo4Q4ByokIO+oSINeUXFLmPi4rtp UWBPjRXkwahzdmue9Bs2/rc/BOOKKfo1w1bTnwauW6jMBLnr+pJpdUjambFRQjFqIwOa W804djf3ceujmp2VrEY7wWdy+qwq+UKDZIlU/HihJ+fXdWrfWsvIUv8bAouz3vFn1Ki5 rLHIQHAilYS5t8BXkMao8UB0z5Nd8TxywcD02sAsbkNgFulGS24O7RpI7M3iiXzHfGVq joXQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=bYTBOXq19QlFx5fToq2Qa10dq1YGCwfQKh9p6CTt+zQ=; b=UnXewGNCcV8JfWy+j3nROzzBW4HS48WguSpWMzyTe53/o5NB4VA97tSc6bR7Fj7SZr fnKvbMQ5bLSpxKXHSl92k/fw0Ol8CV4O3waTB4LcPlLutoK4NbiqHDQeDoS4wHzyXw8a R8rW+ag6dr7rqoyaSxmeNgh/7X5lUbXJ9dq1286dyw6QT0n6JFa/ua3o2hcGGJhzTKP2 9X76DKyRjY8wzeA6/LgBV/9evaYOAyYcsKjHWZ2mJDFsiGqeFWms/S1SAzwNOfMbBQ4/ +ry7gP9PN1HvKt+J1JsyR6aIzzFRUeTt8EXSz77qwTnl53KjR1jrodj3IdaCR74+d9Sq 8Yiw== 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 l24si70343256pff.66.2019.08.14.04.26.52; Wed, 14 Aug 2019 04:27: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 S1727558AbfHNLZj (ORCPT + 99 others); Wed, 14 Aug 2019 07:25:39 -0400 Received: from verein.lst.de ([213.95.11.211]:37291 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725996AbfHNLZj (ORCPT ); Wed, 14 Aug 2019 07:25:39 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 7757D68B02; Wed, 14 Aug 2019 13:25:35 +0200 (CEST) Date: Wed, 14 Aug 2019 13:25:35 +0200 From: Christoph Hellwig To: Bharata B Rao Cc: Christoph Hellwig , Dan Williams , Jason Gunthorpe , Andrew Morton , linux-mm@kvack.org, linux-kernel@vger.kernel.org, linux-nvdimm@lists.01.org Subject: Re: [PATCH 5/5] memremap: provide a not device managed memremap_pages Message-ID: <20190814112535.GA2339@lst.de> References: <20190811081247.22111-1-hch@lst.de> <20190811081247.22111-6-hch@lst.de> <20190812145058.GA16950@in.ibm.com> <20190812150012.GA12700@lst.de> <20190813045611.GB16950@in.ibm.com> <20190814061150.GA24835@lst.de> <20190814085826.GB8784@in.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190814085826.GB8784@in.ibm.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 14, 2019 at 02:28:26PM +0530, Bharata B Rao wrote: > > http://git.infradead.org/users/hch/misc.git/shortlog/refs/heads/pgmap-remove-dev > > > > works for you fully before I resend? > > Yes, this works for us. This and migrate-vma-cleanup series helps to > really simplify the kvmppc secure pages management code. Thanks. Thanks. I'm going to resend it once we've made a bit of progress on the migrate_vma series that I resent this morning. There are a few more lose ends in this area with implications for the driver API, so I might have a few more patches for you to test in a bit.