Received: by 2002:a25:824b:0:0:0:0:0 with SMTP id d11csp1824781ybn; Thu, 26 Sep 2019 02:48:09 -0700 (PDT) X-Google-Smtp-Source: APXvYqyytgJmDf19roupFJB2YoOhh3lS8MTYVu3hO3MFiDV+BjdPpOWrwCvwjt1Abm2lp3ZksAsD X-Received: by 2002:a50:979b:: with SMTP id e27mr2431867edb.173.1569491289558; Thu, 26 Sep 2019 02:48:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1569491289; cv=none; d=google.com; s=arc-20160816; b=JyrA9VIUhSBjnhvgboGCQTf8BqaIfo21j08xc4OsHAUiEQQK35VVo9mnxREYzQsyna u7kkEJWYU3xFLGzM59QCyXfAD364YgZBmRtjX8U5AUJNcuXBeUc5RjSPcV0FMOarrwIk +toseHcnUKEw1X4XvNIYXKeNqMOlzv41k4Lw/IyjMiepW+cxQmfUGB8RQZMTNbD8JLDk dqeZpznE8V20CRau1LzAFGTKL3fSH5aIrGBc72r20nEX40wjRdGAeiX2WpchFFmgeWOn 8CcZGn9USQTdDbM5NYgN7M1Vwpa7RoU1UGCECslewZCHb6OeulD1XH5IaI/ECace/oiy x2kQ== 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=J8ZpJ7IEUIssWYiGn4JUZV8YSFiAwMHHgkpgEGYWdV8=; b=06RBGjOArDtSRCvU/TV/3tZ7cRuHUThUZJwpuHlWSxR8g03iJx4d+co3ryBXLtqoDb u/Z/SayqvcDry88w5dvpG3Cr0yx6P9FOeP2gSVHA3O71d7NIzp8Bo6XuL3o2TQ+yp+Bh EUf/qxQmDba2ctoH3FicFxIcDJY9s67V0G9Q1FzXjMtmudxnxf4iebjYMOkXrjPMqBzx NDo8cRXamp4xScRGFg87LfX7s113y4n9RckP1KqoiVTKwbAC2pn71gKoENcaTcsCME6B eQVNbQel4F2FBMKBCkJVos5Tn6/m/y/mQkWaOpph6HKh8R7s8dI60uq0q6pTm+BpZgIg Tgzw== 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 o32si937215edb.63.2019.09.26.02.47.46; Thu, 26 Sep 2019 02:48:09 -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 S2440408AbfIYROg (ORCPT + 99 others); Wed, 25 Sep 2019 13:14:36 -0400 Received: from verein.lst.de ([213.95.11.211]:59442 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2438404AbfIYROf (ORCPT ); Wed, 25 Sep 2019 13:14:35 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 40F2468B02; Wed, 25 Sep 2019 19:14:33 +0200 (CEST) Date: Wed, 25 Sep 2019 19:14:33 +0200 From: Christoph Hellwig To: Marta Rybczynska Cc: kbusch@kernel.org, axboe@fb.com, hch@lst.de, sagi@grimberg.me, linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3] nvme: allow 64-bit results in passthru commands Message-ID: <20190925171433.GA16895@lst.de> References: <786558932.78398145.1569330892814.JavaMail.zimbra@kalray.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <786558932.78398145.1569330892814.JavaMail.zimbra@kalray.eu> 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