Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp100536ybl; Tue, 27 Aug 2019 16:35:43 -0700 (PDT) X-Google-Smtp-Source: APXvYqzgvM2gmK5RfLF57VZJD5beJAJWjekQZkQwb3EDdpb6J1vjdolz65+u3cJReBkulLA8WXWK X-Received: by 2002:aa7:8746:: with SMTP id g6mr1158699pfo.191.1566948943114; Tue, 27 Aug 2019 16:35:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566948943; cv=none; d=google.com; s=arc-20160816; b=JswwITdb4VIKpprYaPxcYbj6CAFZ7gGodF6u2kyBjsB1XcWOwYfj6ZRpTwO8hUOanX mdMlMSc1fnwZsEB5v2meE9lo4EXxqNLIgJacQoHV/7XsoCkAlk1m7dzKs5nVBoAviANX 41dPrgN0Sx1MvwOcon3stSbf1RQ5gdU8UzRdkXfoW6QVchqFExmyJCQK66Wln5EoS2L3 Sga5BanYgYwXon3kCtZojH6NyPkgwYIMlqH3aUSrQZTom1sfqm6OOWm8B6i9V2PmJ1P7 Wf78mXczUB4hCmd8EaX9POnL1ImviqtQxiT8IPpR3IrmNS9YgNIgcHaDu7n4fF1lS/Fx W71A== 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 :dkim-signature; bh=CRLTqkqwa8WknyNiwVq2zcEH8w4e8TeGq0+rUyeMIkM=; b=MlkuWGYRvJ8mhSbHebYEqmGbYo+f1RtftPSXUmsRfbRsKE8VJQNWTpvooeaps7Nxyf Eg7h5Haij5HEFCtEI/Thtm4QS6Lov+Mk44pwIN7z7DaTaG4XZLfhJKNHsmXcZ77e0mYB 5NkGSvykxYiTk5q4kyCuODiCWYJ0ystsK+Ly4rolHXPmbZZCgs19OBFTUNmUEFljFKHv NJi2G7gB6/EwyoZbUA9Put4AcrwfU52Ov3SzS9DYXnieO6aPHdT4Hu8K5BArcCcD75Ua Z4iYvKEInCCp8OGv0UTSyqDBKsciLnBMa4EH7mAWe9tozIzOW/ovTPK9U7mV+jIonnc8 fiBg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=LXm9jCHm; 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 e17si663493pgt.192.2019.08.27.16.35.23; Tue, 27 Aug 2019 16:35:43 -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; dkim=pass header.i=@kernel.org header.s=default header.b=LXm9jCHm; 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 S1726178AbfH0Xed (ORCPT + 99 others); Tue, 27 Aug 2019 19:34:33 -0400 Received: from mail.kernel.org ([198.145.29.99]:46654 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726044AbfH0Xed (ORCPT ); Tue, 27 Aug 2019 19:34:33 -0400 Received: from localhost.localdomain (c-73-231-172-41.hsd1.ca.comcast.net [73.231.172.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 351362186A; Tue, 27 Aug 2019 23:34:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1566948872; bh=u9kCNCuUavGaLUJ2do7q30aA0z/LKW25VjraHn2v2vc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=LXm9jCHmK23s8tYo+VE6Lab+PTzMgUi6sRDCTL0vitposmHdXmBpAC+mgt6kTUbFt nIfo1O1h4No9kJag7WO7GxlixmY9oakcfe2fa9j1m3Pxb6/QZaYTir6B6q51dwbT9X mykbsb5rT60Zb9k45E0ee8wQp//7FsxTnbPABkao= Date: Tue, 27 Aug 2019 16:34:31 -0700 From: Andrew Morton To: Jason Gunthorpe Cc: Christoph Hellwig , Linus Torvalds , Christoph Hellwig , Thomas =?ISO-8859-1?Q?Hellstr=F6m?= , Jerome Glisse , Steven Price , Linux-MM , Linux List Kernel Mailing Subject: Re: cleanup the walk_page_range interface Message-Id: <20190827163431.65a284b295004d1ed258fbd5@linux-foundation.org> In-Reply-To: <20190827013408.GC31766@mellanox.com> References: <20190808154240.9384-1-hch@lst.de> <20190816062751.GA16169@infradead.org> <20190823134308.GH12847@mellanox.com> <20190824222654.GA28766@infradead.org> <20190827013408.GC31766@mellanox.com> X-Mailer: Sylpheed 3.5.1 (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 Tue, 27 Aug 2019 01:34:13 +0000 Jason Gunthorpe wrote: > On Sat, Aug 24, 2019 at 03:26:55PM -0700, Christoph Hellwig wrote: > > On Fri, Aug 23, 2019 at 01:43:12PM +0000, Jason Gunthorpe wrote: > > > > So what is the plan forward? Probably a little late for 5.3, > > > > so queue it up in -mm for 5.4 and deal with the conflicts in at least > > > > hmm? Queue it up in the hmm tree even if it doesn't 100% fit? > > > > > > Did we make a decision on this? Due to travel & LPC I'd like to > > > finalize the hmm tree next week. > > > > I don't think we've made any decision. I'd still love to see this > > in hmm.git. It has a minor conflict, but I can resend a rebased > > version. > > I'm looking at this.. The hmm conflict is easy enough to fix. > > But the compile conflict with these two patches in -mm requires some > action from Andrew: > > commit 027b9b8fd9ee3be6b7440462102ec03a2d593213 > Author: Minchan Kim > Date: Sun Aug 25 11:49:27 2019 +1000 > > mm: introduce MADV_PAGEOUT > > commit f227453a14cadd4727dd159782531d617f257001 > Author: Minchan Kim > Date: Sun Aug 25 11:49:27 2019 +1000 > > mm: introduce MADV_COLD > > Patch series "Introduce MADV_COLD and MADV_PAGEOUT", v7. > > I'm inclined to suggest you send this series in the 2nd half of the > merge window after this MADV stuff lands for least disruption? Just merge it, I'll figure it out. Probably by staging Minchan's patches after linux-next.