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=-2.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham 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 7D666C43219 for ; Fri, 3 May 2019 12:20:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 509042075E for ; Fri, 3 May 2019 12:20:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727804AbfECMUz (ORCPT ); Fri, 3 May 2019 08:20:55 -0400 Received: from verein.lst.de ([213.95.11.211]:37354 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727089AbfECMUy (ORCPT ); Fri, 3 May 2019 08:20:54 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id 0A1DA68B05; Fri, 3 May 2019 14:20:36 +0200 (CEST) Date: Fri, 3 May 2019 14:20:35 +0200 From: Christoph Hellwig To: Keith Busch Cc: Akinobu Mita , Keith Busch , linux-nvme@lists.infradead.org, LKML , Johannes Berg , Jens Axboe , Christoph Hellwig , Sagi Grimberg Subject: Re: [PATCH 0/4] nvme-pci: support device coredump Message-ID: <20190503122035.GA21501@lst.de> References: <1556787561-5113-1-git-send-email-akinobu.mita@gmail.com> <20190502125722.GA28470@localhost.localdomain> <20190503121232.GB30013@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190503121232.GB30013@localhost.localdomain> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 03, 2019 at 06:12:32AM -0600, Keith Busch wrote: > Could you actually explain how the rest is useful? I personally have > never encountered an issue where knowing these values would have helped: > every device timeout always needed device specific internal firmware > logs in my experience. Yes. Also not that NVMe now has the 'device initiated telemetry' feauture, which is just a wired name for device coredump. Wiring that up so that we can easily provide that data to the device vendor would actually be pretty useful.