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 X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 47E07C64EB1 for ; Sat, 8 Dec 2018 16:48:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0C91D2082D for ; Sat, 8 Dec 2018 16:48:38 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="U3UoMcP/" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0C91D2082D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726233AbeLHQsg (ORCPT ); Sat, 8 Dec 2018 11:48:36 -0500 Received: from bombadil.infradead.org ([198.137.202.133]:55272 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726148AbeLHQsg (ORCPT ); Sat, 8 Dec 2018 11:48:36 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=u/FgVdlWsULMzhgDxbpyXa5q7RtiebWnxItgAKWNbcY=; b=U3UoMcP/IUpU+B66Vxz5oksAH QjG8tgvWCnFCIM6c/t4kgTnfnCd32GYvYnTLfxKOtK5Uy1k/1e7R1HKU9u3CF2gJJWj9CwfJRbzV0 ZVq4w+hoG+LWcLX4d7j/TtDAlqfo9V+x13m3mS8J8If36pCLufo2B/5MLcA/uc2a65qB22aySEp1X qolajAZL44Ki8J0xLo6DWswVbGglc+Ian9EbiCGkP5CI31N9zJ3HDsUGg28QuucIV9T6DtZ8FUKVs 2I+F1KgCopoJ+TNlbmq1TFuH91a0uRtAZN96im1FFiRJTKQGTQ7UP3JIzBWkZtSAFaMRM11uHcmZK 3RKXwasaA==; Received: from hch by bombadil.infradead.org with local (Exim 4.90_1 #2 (Red Hat Linux)) id 1gVfmD-0008ET-OI; Sat, 08 Dec 2018 16:48:25 +0000 Date: Sat, 8 Dec 2018 08:48:25 -0800 From: Christoph Hellwig To: Jerome Glisse Cc: Dan Williams , John Hubbard , Matthew Wilcox , John Hubbard , Andrew Morton , Linux MM , Jan Kara , tom@talpey.com, Al Viro , benve@cisco.com, Christoph Hellwig , Christopher Lameter , "Dalessandro, Dennis" , Doug Ledford , Jason Gunthorpe , Michal Hocko , Mike Marciniszyn , rcampbell@nvidia.com, Linux Kernel Mailing List , linux-fsdevel Subject: Re: [PATCH 1/2] mm: introduce put_user_page*(), placeholder versions Message-ID: <20181208164825.GA26154@infradead.org> References: <3c91d335-921c-4704-d159-2975ff3a5f20@nvidia.com> <20181205011519.GV10377@bombadil.infradead.org> <20181205014441.GA3045@redhat.com> <59ca5c4b-fd5b-1fc6-f891-c7986d91908e@nvidia.com> <7b4733be-13d3-c790-ff1b-ac51b505e9a6@nvidia.com> <20181207191620.GD3293@redhat.com> <3c4d46c0-aced-f96f-1bf3-725d02f11b60@nvidia.com> <20181208163353.GA2952@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181208163353.GA2952@redhat.com> User-Agent: Mutt/1.9.2 (2017-12-15) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Dec 08, 2018 at 11:33:53AM -0500, Jerome Glisse wrote: > Patchset to use HMM inside nouveau have already been posted, some > of the bits have already made upstream and more are line up for > next merge window. Even with that it is a relative fringe feature compared to making something like get_user_pages() that is literally used every to actually work properly. So I think we need to kick out HMM here and just find another place for it to store data. And just to make clear that I'm not picking just on this - the same is true to a just a little smaller extent for the pgmap..