Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp267865ybe; Mon, 2 Sep 2019 01:00:14 -0700 (PDT) X-Google-Smtp-Source: APXvYqzotCDfYwd6VDx/E5nMTDyv8ain64DXRuMbGSrIvHCTQjZs1FhTalSqBAQRFHmVQFV9mFV1 X-Received: by 2002:a63:194f:: with SMTP id 15mr24779891pgz.382.1567411214243; Mon, 02 Sep 2019 01:00:14 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567411214; cv=none; d=google.com; s=arc-20160816; b=vq62xLiiERVzKWjBT+OWK9c2ZU1EhOh+w9PEDikbMeaEtQAeaVyzfA3A4rxt07WEze GzkAg5Ul7t/qHpqODqTLnVX8bJrhnBelLkw/rLVs/Y/aUhG9IGySu1muBAbn/QsiAqsN PKXSZQ6eihOw4pPjUL77kJNsnPBTO2RjAzH9eByWVBOspFbL1SzQHBp+gZaIdYYu/8V5 jcb5m2575CUtugCjdnnMq47hySclh3TegbLcAP2fMzI3NBTFsZPUH9i91WjaB5W1zh5+ vz9NC5NuXe2dxTfgo5xKuVzCg/eup8q+T87wYu3KaouF1/vTblzlG7ga/1OM7MYauJaa 45ng== 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=aFayx1Jfjsf/OeavKe7VX9VbHnX8oL5h1EKLE9wcb9Q=; b=zqAToDsexMFeuvAulqkONGBvirKfDeTT+4pK67vwZZU7TZgmiHbdNF6DI+oehJp0XV ciLEevlbF1Gc1CN35oapIOPrOEK7Ul/q3csZlWVc7lvWhlDNiCwBNB6IvAOcIA++Ak8e gJbpvPB6q5yFYX6YRheHA9sesr2njlooH8qL92HZ9t684JfmTs7+lnQQRx+jB1nUpneB O9qgJKo+x0f+tvb2ygTnVzWchpCcaIEw4v8BmuvgBJLbo5dVa4Mn1kcRL5lza+e+fFsX Wy2bEJ14MrX7xOhUPGntpALOEHZ8L+MiKcfdmlnGAdLV2B7cv1lhyWxwentTmQXngoMd p8ew== 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 e79si1195656pfh.68.2019.09.02.00.59.57; Mon, 02 Sep 2019 01:00:14 -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 S1729770AbfIBH7E (ORCPT + 99 others); Mon, 2 Sep 2019 03:59:04 -0400 Received: from verein.lst.de ([213.95.11.211]:47904 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729382AbfIBH7E (ORCPT ); Mon, 2 Sep 2019 03:59:04 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 48EE8227A8A; Mon, 2 Sep 2019 09:59:00 +0200 (CEST) Date: Mon, 2 Sep 2019 09:58:59 +0200 From: Christoph Hellwig To: Jason Gunthorpe Cc: Guenter Roeck , Christoph Hellwig , Linus Torvalds , Andrew Morton , Thomas =?iso-8859-1?Q?Hellstr=F6m?= , Jerome Glisse , Steven Price , "linux-mm@kvack.org" , "linux-kernel@vger.kernel.org" , Thomas Hellstrom Subject: Re: [PATCH 2/3] pagewalk: separate function pointers from iterator data Message-ID: <20190902075859.GA29137@lst.de> References: <20190828141955.22210-1-hch@lst.de> <20190828141955.22210-3-hch@lst.de> <20190901184530.GA18656@roeck-us.net> <20190901193601.GB5208@mellanox.com> <20190902055156.GA24116@mellanox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190902055156.GA24116@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 Mon, Sep 02, 2019 at 05:51:58AM +0000, Jason Gunthorpe wrote: > On Sun, Sep 01, 2019 at 01:35:16PM -0700, Guenter Roeck wrote: > > > I belive the macros above are missing brackets.. Can you confirm the > > > below takes care of things? I'll add a patch if so > > > > > > > Good catch. Yes, that fixes the build problem. > > I added this to the hmm tree to fix it: This looks good. Although I still haven't figure out how this is related to the pagewalk changes to start with..