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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8A0BBC43334 for ; Wed, 15 Jun 2022 11:31:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348027AbiFOLbQ (ORCPT ); Wed, 15 Jun 2022 07:31:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59792 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1347949AbiFOLbL (ORCPT ); Wed, 15 Jun 2022 07:31:11 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 58FEF53A52 for ; Wed, 15 Jun 2022 04:31:10 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id 43DD768AA6; Wed, 15 Jun 2022 13:31:06 +0200 (CEST) Date: Wed, 15 Jun 2022 13:31:06 +0200 From: Christoph Hellwig To: Pankaj Raghav Cc: Christoph Hellwig , "Jason A. Donenfeld" , "R, Monish Kumar" , "open list:NVM EXPRESS DRIVER" , Sagi Grimberg , "alan.adamson@oracle.com" , LKML , Yi Zhang , Keith Busch , "axboe@fb.com" , "Rao, Abhijeet" Subject: Re: 2 second nvme initialization delay regression in 5.18 [Was: Re: [bug report]nvme0: Admin Cmd(0x6), I/O Error (sct 0x0 / sc 0x2) MORE DNR observed during blktests] Message-ID: <20220615113106.GA10697@lst.de> References: <20220610061449.GD24331@lst.de> <20220613135549.GA1714@lst.de> <20220615102757.ugvs6vdxf66nrmyn@quentin> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220615102757.ugvs6vdxf66nrmyn@quentin> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 15, 2022 at 12:27:57PM +0200, Pankaj Raghav wrote: > Hi Christoph, > On Mon, Jun 13, 2022 at 03:55:49PM +0200, Christoph Hellwig wrote: > > It all appears as PCIe, but the pci_dev has an is_thunderbolt flag. > > > > Thanks to both of you for the information. I'd like to wait until the > > end of the week or so if we can hear something from Samsung, and if we > > don't we'll have to quirk based on the model number. > Our FW team has started looking into the issue. They said they will try > to come up with a solution before 5.20. If not, we can add this quirk > based on the FW ver. and a proper solution can be added by 5.21. I don't think we can wait for 5.20 - the "offending" commit is in 5.19-rc and -stable. So I'll plan to prepare a patch based on the model number for now, still hoping we can come up with something better eventually.