Received: by 2002:a05:6a11:4021:0:0:0:0 with SMTP id ky33csp4072457pxb; Mon, 27 Sep 2021 08:50:01 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwNrIJQUxqF1B3TBi50Nzr4vJhjp1t+WdcNVlIt+3yQyvSBJ0PtkQHxkxpR+kI3ttU2EbwU X-Received: by 2002:a17:902:d34b:b0:13e:417c:3f58 with SMTP id l11-20020a170902d34b00b0013e417c3f58mr252773plk.14.1632757801489; Mon, 27 Sep 2021 08:50:01 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1632757801; cv=none; d=google.com; s=arc-20160816; b=ZAbuNUXBriFSkSkNYZO/ZdBc9B4fTl55uCqBpxwH4GW05LY+Gv/zPiNiKRd2XvbdtO ARNgZiZLJlmGSf8gGrqfb0zE37GzfYomyfBb4Tqare+8hpKEYLcEeHOZ9r/JMi/sLMVE jMQirgJWiAA6Z+3Zw9L5LpHuog73PRwtid9Y+S5J7hVOP2MpMIdIdZV2PDnwglShTAYs FBjX7mNVEZOl2m1qlpoUEY+AuUtyUiwKqMFo3afpSDQJqAC4E379a+n+f+k6EHkTh4Gv P94tqTJ0svAJTR28yyTqTYWbOFmMps0CXSMFAom2hwcBbdXA6tEpZ7K36NrJSkTZSgaB pa1w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=DLScejPGQD5m6rBm9KARYYQTeaedylpLHjO1Q7q00Q4=; b=tCp2o6/I/oxN/xqeg1iLEULVnTTNfboCJTbLlUY1zLidgJnDQovz1v9Zl6aig3yiHg x09w7KIUDhoxnBaj6NYls15VG8kb0bPzeCN9V9t8cogyKFmPYDQQEYDXXabdw3Ikk3rY m+qO3AcYT+ZuKWFBFKLWg7lfk8S7/3MncLuyyvOoygSk63OAwOgvmXUF/e9jWvOgnAE7 tRF2BKesW8NPevmrJKNK/kW1sIFZNYDNYcrhRsBYMZqAgqLJpNDhOnx7WK+xAWIHGvIn ka0yjRFPwFyg7Ysp73B3BbaoxlD8rBNsQ8EaZF35oImXa6QBYSqUrbfhFMAuLEHl54Xa IZyw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id h13si21835307pgp.534.2021.09.27.08.49.48; Mon, 27 Sep 2021 08:50:01 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235307AbhI0Pty (ORCPT + 99 others); Mon, 27 Sep 2021 11:49:54 -0400 Received: from verein.lst.de ([213.95.11.211]:47368 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235301AbhI0Ptx (ORCPT ); Mon, 27 Sep 2021 11:49:53 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 2DE0267373; Mon, 27 Sep 2021 17:48:12 +0200 (CEST) Date: Mon, 27 Sep 2021 17:48:12 +0200 From: Christoph Hellwig To: Keith Busch Cc: linux-nvme@lists.infradead.org, sagi@grimberg.me, hch@lst.de, linux-kernel@vger.kernel.org, axboe@kernel.dk, Sven Peter , Orlando Chamberlain , Aditya Garg Subject: Re: [PATCHv2] nvme: add command id quirk for apple controllers Message-ID: <20210927154812.GA9730@lst.de> References: <20210927154306.387437-1-kbusch@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210927154306.387437-1-kbusch@kernel.org> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Looks good: Reviewed-by: Christoph Hellwig Jens, given that you're on the thread, do you want to pick this up directly to reduce the patch queue latency?