Received: by 10.213.65.68 with SMTP id h4csp1096563imn; Wed, 21 Mar 2018 02:30:11 -0700 (PDT) X-Google-Smtp-Source: AG47ELuuRQQN635PoJJymYT2LHTGhEg35lhYNC6+U2jJjVzz2HqdEtm2WqNeoWo7wVw4UizB3TaQ X-Received: by 2002:a17:902:4d45:: with SMTP id o5-v6mr11681590plh.84.1521624611867; Wed, 21 Mar 2018 02:30:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521624611; cv=none; d=google.com; s=arc-20160816; b=kD381Rt17034FvF59rdAmFkpSg6NvwV5dOM5b7cvQGjp8gqP1/jt7tWWGfX6u2TZNP xxBK394I4V0XCL5K8zU5b+WM7xhkYyQkuwbW9qhrLqs/ZS0cKkNaUOqZuIsOTgS6zbMb Na/ypY4fzbuTHQiA/6kJ3u0xrHJEFT0/p7GdeIHKevLc9HIOutMq8Jg3GeLL8OaqX3bm gXKI9VMVh7RxTn+gkcFSQpZpFAdG+f+XgFcd+yxw1M8cSf8igP+rNs+HsRG54CotgMqI denV1CTa9cIPItBCXA8GgG0/nOHI6761MjqKibgcWUpXPJ+8tJ/ao4qUKQdyamahlAPT IkKw== 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:arc-authentication-results; bh=yhVxFenIgPub/w/35qpJsH+EleYVEBaF1uzR5/OHDEM=; b=RHhbb3hghJH3+KU1RaNKnDZzC+T1nhvMMmQ5vANY7jpK3DnSIj8yyi4wOGOWNsJ4qp iZzo+id4fEinkLr6DbEfW83+xUS9JXwNA7IZ1DMiGS4olgeJucSW/Z4bbncNmYj19Y3i qg79oHg1qZABj5YRa8fBCcAMSR/EvFfdd1pqlYb6i/VVtSWFkirNdDhKWeB/lWbKzf4S uZMrsDfmqsd9KQNfO9HG1dUxbprwLIu9cuhxtVHkVnzxoUF78cN/GFgEWEUi8x4u1uZT +lxs6sr615NsUw+lNtqP5zcMI3ghlr35Y0fAI51EPgxVpyZuW/XcdsOPz4wFontKpK27 ilUg== 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 k8si2761452pfi.3.2018.03.21.02.29.57; Wed, 21 Mar 2018 02:30:11 -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 S1752009AbeCUJ1k (ORCPT + 99 others); Wed, 21 Mar 2018 05:27:40 -0400 Received: from verein.lst.de ([213.95.11.211]:41274 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751551AbeCUJ1h (ORCPT ); Wed, 21 Mar 2018 05:27:37 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id 202D1DE403; Wed, 21 Mar 2018 10:27:36 +0100 (CET) Date: Wed, 21 Mar 2018 10:27:36 +0100 From: Christoph Hellwig To: Logan Gunthorpe Cc: linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, linux-nvme@lists.infradead.org, linux-rdma@vger.kernel.org, linux-nvdimm@lists.01.org, linux-block@vger.kernel.org, Stephen Bates , Christoph Hellwig , Jens Axboe , Keith Busch , Sagi Grimberg , Bjorn Helgaas , Jason Gunthorpe , Max Gurtovoy , Dan Williams , =?iso-8859-1?B?Suly9G1l?= Glisse , Benjamin Herrenschmidt , Alex Williamson Subject: Re: [PATCH v3 07/11] IB/core: Ensure we map P2P memory correctly in rdma_rw_ctx_[init|destroy]() Message-ID: <20180321092736.GE7098@lst.de> References: <20180312193525.2855-1-logang@deltatee.com> <20180312193525.2855-8-logang@deltatee.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180312193525.2855-8-logang@deltatee.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 Looks fine, Reviewed-by: Christoph Hellwig