Received: by 10.223.185.116 with SMTP id b49csp77171wrg; Fri, 2 Mar 2018 14:00:34 -0800 (PST) X-Google-Smtp-Source: AG47ELtnAl6JjaVyapkU38Kz6jinXaa1vot+29DA+fgmiFHqoyq96bUVCXE+PhoybcKdZTrds6ez X-Received: by 2002:a17:902:51e9:: with SMTP id y96-v6mr6544621plh.344.1520028034601; Fri, 02 Mar 2018 14:00:34 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1520028034; cv=none; d=google.com; s=arc-20160816; b=GlJRKvhYrD9HNRY7H5PpAHX7RFKByRbxiY7k9AGni6LV5Wovqnwt2tC7YkNvWCpZmX haXwbxgiNlW+2nYAGG1OtcaSAuqdlRblBo+vKsw2niEPuthrP1lawSDy8qmCq36x3FaR 3le0v+qYDsD/xSkeX69biaP7Ld6T2Z7rABusbL0/dRpIb3iR0gfXc3psNj0ds978KSFA AJGzNhF5Ks9hV97pLR5Ibg1YEgML8poFAmbdKmlcQoqW81INK5GAu/AlgCdDpu0UBt9x uM2lTvHgdsiuQdUqD/KtUj6eiID7m8s01KiZLvFV9FBvK50nE0BS88O0Ai585+yuM5Ue a7pA== 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=8zdCAbMnZWttSxpFhyx+DLfoVR8iP7gsUPgJ8+ufww4=; b=B0HmLsrUw+tQDMvltQxVdxx4sB/3m5io7wkgMCoXcCkITD7kZUxUSUQB0W1etnyD9g DjJWJ5iUhI5nKF/nU6KNedIzFJXJ82ztg1N3REr/ugLSt5uy5SsgLVVtL3lkjOYn8JSo nZpI58liFxor9wOdT1vMbetiD16cxZwoyuCzHP6a+haST2WSbw4rFBeaYvA85sI4I3lI Gkgatpc9TwW4ZJr4perxPSHKX283egddgr0kaptwxD2977tE+PtrlS385gfbmJNwv/ad Uygank2weAHTMebwZU1OyuBtnb6Xg/Jsw6MY3IaWoG0uMKpGAXTJ7tXmiTA64+B6rj0/ Ak1A== 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 n12si4567718pgf.289.2018.03.02.14.00.19; Fri, 02 Mar 2018 14:00:34 -0800 (PST) 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 S933590AbeCBVNF (ORCPT + 99 others); Fri, 2 Mar 2018 16:13:05 -0500 Received: from mga06.intel.com ([134.134.136.31]:9128 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933572AbeCBVNE (ORCPT ); Fri, 2 Mar 2018 16:13:04 -0500 X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Mar 2018 13:13:03 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,413,1515484800"; d="scan'208";a="208411526" Received: from unknown (HELO localhost.localdomain) ([10.232.112.44]) by fmsmga005.fm.intel.com with ESMTP; 02 Mar 2018 13:13:02 -0800 Date: Fri, 2 Mar 2018 14:12:59 -0700 From: Keith Busch To: Johannes Thumshirn Cc: Matias =?iso-8859-1?Q?Bj=F8rling?= , hch@lst.de, linux-kernel@vger.kernel.org, linux-nvme@lists.infradead.org, sage@grimberg.me Subject: Re: [PATCH v2 1/1] nvme: implement log page low/high offset and dwords Message-ID: <20180302211258.GB22933@localhost.localdomain> References: <20180226125540.9513-1-mb@lightnvm.io> <20180226125540.9513-2-mb@lightnvm.io> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Thanks, applied for 4.17. A side note for those interested, some bug fixing commits introduced in the nvme-4.17 branch were applied to 4.16-rc. I've rebased these on top of linux-block/for-next so we don't have the duplicate commits for the 4.17 merge window. The nvme branch currently may be viewed here: http://git.infradead.org/nvme.git/shortlog/refs/heads/for-next