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 C1BCDC43334 for ; Wed, 15 Jun 2022 10:53:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347333AbiFOKxi (ORCPT ); Wed, 15 Jun 2022 06:53:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46860 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243714AbiFOKx0 (ORCPT ); Wed, 15 Jun 2022 06:53:26 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 13EDD50B25 for ; Wed, 15 Jun 2022 03:53:22 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id 2919A68AA6; Wed, 15 Jun 2022 12:53:17 +0200 (CEST) Date: Wed, 15 Jun 2022 12:53:16 +0200 From: Christoph Hellwig To: Erwan Velu Cc: Christoph Hellwig , Keith Busch , Erwan Velu , Jens Axboe , Sagi Grimberg , "open list:NVM EXPRESS DRIVER" , open list Subject: Re: [PATCH 2/2] nvme: Report model,sn,fw,pci device information during init Message-ID: <20220615105316.GA7911@lst.de> References: <20220614210902.744318-1-e.velu@criteo.com> <20220614210902.744318-2-e.velu@criteo.com> <20220615053729.GA21858@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 09:57:05AM +0200, Erwan Velu wrote: > > I would much prefer to not print it all. The Linux boot is way to spammy > > to start with and this doesn't add any real value. > > > > I know the boot is a bit spammy but when systems crash because of nvme > drives, that's very handy to get a trace showing who was the culprit and > what drive is installed (including the fw version which is usually a major > source of troubles). Well, usually they are all the same or a very small set of different SKUs compared to the total number of drives.