Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp558232ybl; Thu, 15 Aug 2019 23:54:06 -0700 (PDT) X-Google-Smtp-Source: APXvYqxT+MOsEwIoMWy6vzj8utiTU8URF6xk6AkfpXIngcOs3qN9uF1uTDxbtjWs4brqUnp7GDMw X-Received: by 2002:aa7:93aa:: with SMTP id x10mr9488209pff.83.1565938446367; Thu, 15 Aug 2019 23:54:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565938446; cv=none; d=google.com; s=arc-20160816; b=Tr14c1WMXyFh2GTbwd1oOyS6DafX2enHVn20O66RL1okMf56YCuiJGA+pC9A6ZUrDM VBZI5tFyQB64BBVnDjc8c+NnPHbW733RQmsRTxYHykhVFiFGOrCdF7ZcD+/39gdjhArg MekCEVv647dHdrkBIttvWA0aqai4FKvyxwYCoJUlsa/Yga/U5AX6gCA1M9NXj1URZPEU uYvpIyg7IN9SoB/PvLjbsj5s7f800glFoliq4Yq+mNOYjyCOM4iQMvK32SZ1eEsYzWHk KlzVKRRc131uZOqwJDki6PG266827uO4xzlprIgTgj0cdutIOkRtC47ZbmGLOPOVCKKU m8mw== 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=tXSYD6hiXT98xabn49ZN3i/P3y7Lto2d8np/6/uplDc=; b=r6tzCeLKkvdQwg7lhICTyDW6JELiEpXY+3TCVAgZUEweG6U4Qun9Ap35mI3riIsXhR UyxTecEI/otaF4zZtuurP2wKfLmRkC6wgj5E+CIuLs/J3BIuJfE17zxlXm4gdf3QoV6O 5Yu5WjcYBk444yYMX9QnKByztsn3fhSfRaRqBSwz+e8GOiycfgmBAOgNqDLBFuO7zzUx 5QSIWQpNqyTkF6Qii38rrurITUamEStqmYhT0ynTiQW8gPG9J6Mbk6FW6XjunVMO5WyY LckK2nGPRUMellAP77rCD5VTiYQIb0Le+CymC68zwmxMyifPSw7gzmXksm6yLdAB2OKn Q+uw== 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 u9si3338870pgf.198.2019.08.15.23.53.50; Thu, 15 Aug 2019 23:54:06 -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 S1726918AbfHPGvp (ORCPT + 99 others); Fri, 16 Aug 2019 02:51:45 -0400 Received: from verein.lst.de ([213.95.11.211]:52816 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725945AbfHPGvp (ORCPT ); Fri, 16 Aug 2019 02:51:45 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 4F8CD68AFE; Fri, 16 Aug 2019 08:51:41 +0200 (CEST) Date: Fri, 16 Aug 2019 08:51:41 +0200 From: Christoph Hellwig To: =?iso-8859-1?B?Suly9G1l?= Glisse , Jason Gunthorpe , Ben Skeggs Cc: Ralph Campbell , Bharata B Rao , Andrew Morton , linux-mm@kvack.org, nouveau@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: Re: turn hmm migrate_vma upside down v3 Message-ID: <20190816065141.GA6996@lst.de> References: <20190814075928.23766-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190814075928.23766-1-hch@lst.de> 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 Jason, are you going to look into picking this up? Unfortunately there is a hole pile in this area still pending, including the kvmppc secure memory driver from Bharata that depends on the work. mm folks: migrate.c is mostly a classic MM file except for the hmm additions. Do you want to also look over this or just let it pass?