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.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 BD8C5C3A59D for ; Fri, 16 Aug 2019 12:33:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9E7A520644 for ; Fri, 16 Aug 2019 12:33:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727304AbfHPMdD (ORCPT ); Fri, 16 Aug 2019 08:33:03 -0400 Received: from verein.lst.de ([213.95.11.211]:55163 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727215AbfHPMdD (ORCPT ); Fri, 16 Aug 2019 08:33:03 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 87FE068B05; Fri, 16 Aug 2019 14:32:58 +0200 (CEST) Date: Fri, 16 Aug 2019 14:32:58 +0200 From: Christoph Hellwig To: Jason Gunthorpe Cc: Christoph Hellwig , Linus Torvalds , Christoph Hellwig , Andrew Morton , Thomas =?iso-8859-1?Q?Hellstr=F6m?= , Jerome Glisse , Steven Price , Linux-MM , Linux List Kernel Mailing , Minchan Kim Subject: Re: cleanup the walk_page_range interface Message-ID: <20190816123258.GA22140@lst.de> References: <20190808154240.9384-1-hch@lst.de> <20190816062751.GA16169@infradead.org> <20190816115735.GB5412@mellanox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190816115735.GB5412@mellanox.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 Fri, Aug 16, 2019 at 11:57:40AM +0000, Jason Gunthorpe wrote: > Are there conflicts with trees other than hmm? > > We can put it on a topic branch and merge to hmm to resolve. If hmm > has problems then send the topic on its own? I see two new walk_page_range user in linux-next related to MADV_COLD support (which probably really should use walk_range_vma), and then there is the series from Steven, which hasn't been merged yet.