Received: by 2002:ac0:aed5:0:0:0:0:0 with SMTP id t21csp4469966imb; Wed, 6 Mar 2019 14:19:09 -0800 (PST) X-Google-Smtp-Source: APXvYqw0ipbrx5qKiFSKv6XDlC22IlRilCWZTZXU3rq/nA3xcpLm5M6m1YN4/awVRvSmENQF0879 X-Received: by 2002:a63:6b03:: with SMTP id g3mr8359442pgc.239.1551910749643; Wed, 06 Mar 2019 14:19:09 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1551910749; cv=none; d=google.com; s=arc-20160816; b=Ayi1/5vBouSRsOj+/TN2ivpg5x6NEfgRxBVlKylHp2YXowNfEtas6SoC7F+9TF+uKM yzeqH5DvWLuaiWYkAEiTNMGn6OIBGMCH4tqmFVigXsWQlMXmYoyIKPk+cc6PAyLr9M4k 5t1bwGdJArjYGTjcbyDF13BEujnz0+MCRJS7NIcAtY/Vf0f6je2iIBJcuPlK3v/7f4cx lC2SsfytrWlqusyMti0yEoKsz83mdUL7TYOU0nXeghhuxyNi8LZfcy/euieZ6H6Jerjl INhUvSwAfKdVcdHOk3R6rmJVZnr0jgKIOZUBw9IzqREl3jo1esBSCdtm3xecnecGVeNA 5jLw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=ViR43OCDei/FCEapfg1mwqWT4tE0ChRVkiXPmWsMAJU=; b=RHtYxT7hgujLG0mklnzhXtakp0z4pjJiKQ4UdVF1YXaW2tVxHMOALV5EjmAO32zkys rC60cPk14wokDptesxjIwUhfzWek+i8ijYREvsqSIDSVdUefKNlRWVjZwKL9gRnA9jFX FpXb7FfnRVDxZo141APTTPO8h2aAX9R7haC2h27a8IaLKUcy4nUXlxbT+i8gxjf05tMQ Fyerpw93K8llzmNcWbbcsgpL67/E5C8ZoH0xfhBRMsuQalHcoX2KaOx+SGQTDhgmRE76 bZLHmwOZ7S1/gTVYxL4t9m1hTHRrMpHK8gTEBdjiMXaTXX88IVo8U00ST913itfG8Fma oERw== 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 b1si2547488plc.15.2019.03.06.14.18.54; Wed, 06 Mar 2019 14:19:09 -0800 (PST) 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 S1726445AbfCFWSX (ORCPT + 99 others); Wed, 6 Mar 2019 17:18:23 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:56420 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726196AbfCFWSX (ORCPT ); Wed, 6 Mar 2019 17:18:23 -0500 Received: from akpm3.svl.corp.google.com (unknown [104.133.8.65]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 502CB5B86; Wed, 6 Mar 2019 22:18:21 +0000 (UTC) Date: Wed, 6 Mar 2019 14:18:20 -0800 From: Andrew Morton To: Jerome Glisse Cc: Dan Williams , Linux MM , Linux Kernel Mailing List , Ralph Campbell , John Hubbard , linux-fsdevel Subject: Re: [PATCH 09/10] mm/hmm: allow to mirror vma of a file on a DAX backed filesystem Message-Id: <20190306141820.d60e47d6e173d6ec171f52cf@linux-foundation.org> In-Reply-To: <20190306154903.GA3230@redhat.com> References: <20190129212150.GP3176@redhat.com> <20190130030317.GC10462@redhat.com> <20190130183616.GB5061@redhat.com> <20190131041641.GK5061@redhat.com> <20190305141635.8134e310ba7187bc39532cd3@linux-foundation.org> <20190306154903.GA3230@redhat.com> X-Mailer: Sylpheed 3.6.0 (GTK+ 2.24.31; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 6 Mar 2019 10:49:04 -0500 Jerome Glisse wrote: > On Tue, Mar 05, 2019 at 02:16:35PM -0800, Andrew Morton wrote: > > On Wed, 30 Jan 2019 21:44:46 -0800 Dan Williams wrote: > > > > > > > > > > > Another way to help allay these worries is commit to no new exports > > > > > without in-tree users. In general, that should go without saying for > > > > > any core changes for new or future hardware. > > > > > > > > I always intend to have an upstream user the issue is that the device > > > > driver tree and the mm tree move a different pace and there is always > > > > a chicken and egg problem. I do not think Andrew wants to have to > > > > merge driver patches through its tree, nor Linus want to have to merge > > > > drivers and mm trees in specific order. So it is easier to introduce > > > > mm change in one release and driver change in the next. This is what > > > > i am doing with ODP. Adding things necessary in 5.1 and working with > > > > Mellanox to have the ODP HMM patch fully tested and ready to go in > > > > 5.2 (the patch is available today and Mellanox have begin testing it > > > > AFAIK). So this is the guideline i will be following. Post mm bits > > > > with driver patches, push to merge mm bits one release and have the > > > > driver bits in the next. I do hope this sound fine to everyone. > > > > > > The track record to date has not been "merge HMM patch in one release > > > and merge the driver updates the next". If that is the plan going > > > forward that's great, and I do appreciate that this set came with > > > driver changes, and maintain hope the existing exports don't go > > > user-less for too much longer. > > > > Decision time. Jerome, how are things looking for getting these driver > > changes merged in the next cycle? > > nouveau is merge already. Confused. Nouveau in mainline is dependent upon "mm/hmm: allow to mirror vma of a file on a DAX backed filesystem"? That can't be the case? > > > > Dan, what's your overall take on this series for a 5.1-rc1 merge? > > > > Jerome, what would be the risks in skipping just this [09/10] patch? > > As nouveau is a new user it does not regress anything but for RDMA > mlx5 (which i expect to merge new window) it would regress that > driver. Also confused. How can omitting "mm/hmm: allow to mirror vma of a file on a DAX backed filesystem" from 5.1-rc1 cause an mlx5 regression?