From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 229E5C43467 for ; Tue, 13 Oct 2020 17:16:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BA7B42533F for ; Tue, 13 Oct 2020 17:16:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602609375; bh=P88v3uczwmNVagw81qRi3rAiSPy869r419KvBCA3QZk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=JhWdS+W7W3EYXlw54rrFVJK6n6kr2HFNqa9Ri21v0vcPzSYjLR5dB/6rNijsDKZWe xZNysXIOnYuIqTwKxLCdLHN7GWROpNestsNvdUXRmJKa4OB6plypbf8rQyMOFaeBOx YS8PmGwP4qHUkOZ9OG4w4AvRO+JksGGz82W7f3xs= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727859AbgJMRQO (ORCPT ); Tue, 13 Oct 2020 13:16:14 -0400 Received: from mail.kernel.org ([198.145.29.99]:40500 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726395AbgJMRQO (ORCPT ); Tue, 13 Oct 2020 13:16:14 -0400 Received: from dhcp-10-100-145-180.wdl.wdc.com (unknown [199.255.45.60]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 201E225334; Tue, 13 Oct 2020 17:16:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602609373; bh=P88v3uczwmNVagw81qRi3rAiSPy869r419KvBCA3QZk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Mrno2bTWkgwsgxWy4DV4bYCRvfmUzGQ8vi9D5OzvcHSUPHEsUOT+eMpvUtHS+xI/z mFJsI0v0Mj8o8XD2iMXMER7s1lZpiCITsCQPOrKep1kmZnA7OI3O6d3Cf8V71Ot/7l /rhyZdTpER689Zedi00931GZLDx+y+7/9xegNkjg= Date: Tue, 13 Oct 2020 10:16:10 -0700 From: Keith Busch To: axboe@kernel.dk Cc: linux-nvme@lists.infradead.org, linux-block@vger.kernel.org, linux-scsi@vger.kernel.org, hch@lst.de, linux-api@vger.kernel.org, Niklas Cassel , Damien Le Moal , Johannes Thumshirn , "Martin K . Petersen" Subject: Re: [PATCHv4 1/3] block: add zone specific block statuses Message-ID: <20201013171610.GB1033288@dhcp-10-100-145-180.wdl.wdc.com> References: <20200924205330.4043232-1-kbusch@kernel.org> <20200924205330.4043232-2-kbusch@kernel.org> <20201009152927.GA1023921@dhcp-10-100-145-180.wdl.wdc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201009152927.GA1023921@dhcp-10-100-145-180.wdl.wdc.com> Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org Hi Jens, I'm going to try one more time in the hope you've just been too busy to notice these patches. The series has been unchanged for a month now, and has reviews from all the right people. Can this be considered for inclusion?