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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 272ADECAAD8 for ; Fri, 23 Sep 2022 06:11:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=PcHAOcGbf9VKfVXRTz9wkCIzkSyN7kAczLhQPtNeUOk=; b=i9tjBrqpnaGRa7FpFIKymA47Vu l3tNa6Ms8ct94+Kfar1f83nrT/ROukZSUXC5dJn7zYaouns831aiSbCTuHlpMb9moWNamrFR53OTT NDhhr19n8sg5VqFod3OkjlXihzkaYqXuZw5jLrTq9/yzJgQ7Sfg9R3S4sLPF9SWsPZ9+q2p0sKI1+ r0LjizWwPgE8HPj6LpDU+RCi9sGZY7Ofk9+mrEhQOPEcKR1licwjbpKZSv1pZd2B8RrrolqDjjuFk SauwPmu+XyA7qtMfiBGVXasQfUauUowyb4f4L/X9kpSlrPcXB4KF/fMGY5hga9cVDtk96iF2X9Kux p1bESIRA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1obbuT-002PNM-NZ; Fri, 23 Sep 2022 06:11:37 +0000 Received: from verein.lst.de ([213.95.11.211]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1obbuR-002PMe-2R for linux-nvme@lists.infradead.org; Fri, 23 Sep 2022 06:11:36 +0000 Received: by verein.lst.de (Postfix, from userid 2407) id 44B6368AFE; Fri, 23 Sep 2022 08:11:31 +0200 (CEST) Date: Fri, 23 Sep 2022 08:11:30 +0200 From: Christoph Hellwig To: Rita Lin Cc: Christoph Hellwig , Keith Busch , Jens Axboe , Sagi Grimberg , "linux-nvme@lists.infradead.org" , "linux-kernel@vger.kernel.org" , =?utf-8?B?77+9U+aZn++/vXw=?= , Tina Hsu , Vita Hsueh =?utf-8?B?KOiWm+S8iuWAqSk=?= , "Wang, Audrey" Subject: Re: nvme-pci: disable write zeros support on SSDs Message-ID: <20220923061130.GA15835@lst.de> References: <36fd82e8780742c2881f078f98110e5e@ExMBX2.phison.com> <20220922053137.GA27191@lst.de> <53e4a6192bf746af839d8da90917a248@ExMBX2.phison.com> <20220922055231.GA27560@lst.de> <1c9807fea3424be486190a99c923a228@ExMBX2.phison.com> <20220922142626.GB28397@lst.de> <97217d166814421d9de587e84c328580@ExMBX2.phison.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <97217d166814421d9de587e84c328580@ExMBX2.phison.com> User-Agent: Mutt/1.5.17 (2007-11-01) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220922_231135_270641_E8298A64 X-CRM114-Status: GOOD ( 10.76 ) X-BeenThere: linux-nvme@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-nvme" Errors-To: linux-nvme-bounces+linux-nvme=archiver.kernel.org@lists.infradead.org On Fri, Sep 23, 2022 at 03:18:52AM +0000, Rita Lin wrote: > Dear Christoph, > > We had included signed off by information in the patch. I've not actually found a signoff in either version of the patch.