Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp466667yba; Fri, 3 May 2019 05:22:19 -0700 (PDT) X-Google-Smtp-Source: APXvYqy56b+aMZ8mwlj6z9oruyA/hLNbAgoqalMcW22JIefnuZLerEBKjuG5AZq6CABq8Glp/Mhv X-Received: by 2002:a17:902:b948:: with SMTP id h8mr9857499pls.39.1556886139424; Fri, 03 May 2019 05:22:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1556886139; cv=none; d=google.com; s=arc-20160816; b=sYMmX0QlDxk6wo/JI6LNVsj7rzroFK6hWi8LKZJV8thi6kvL9/N4SvzDAovpstGQBf WuvdrehfFki7YgzyMjCx7LzXNOyD21PDj9bAeUYt+eOxufMCNxh4qjneHdh6pdIq9T7K SqrhNg5vSyVtrFhDIzfey/QXQ7rHVIumUI0EFnvjIInRMZewyoTOuygikvI+0IVE1f9E RmvMjXc/Lbu8IV/HzBiDGRsykgX1xFGnlUBCrmNtkuJLBP5bLe2O4Onhk9uoqvhCEHUm F5vZuEjUMogh2KCjlrphpiuTfOTc6ExjPFPwOXOMMJVnhPWC2hNG3kSw30ycoMkcTjBH k6+Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=0083P4WAkGQWiL1wsilmZyHRDUbAhSkzy/76jht9xAs=; b=xYM/b44OOqG61vjIUSAHTvJ2hfJCfdlQAe2sVlakmcy3SifSYEPHKQjnq0M5sCzvlk UZ0F6286rbdAPcoMVDWidkwzfAxwD7JRz/AtGoj+aB/k9yoRrkXfZCIqi1AChRHFhIRJ bzkThJAjQLuxXjXzvO9HTwXcnCu4S5k4pvG48POnaKH1EPtSNm8u37AmtDH8WB7JtIzU FDp8OWAFpHVS28EYCFHFS8hp69m5K46t1q9swmLqc0CBMvK6DJA7X2QLySg053PptX3d F311C/9nKvpQF7jZqT0Uhn8bBY6GE3iLa365BN+AwZ5iHb08IrO6YaK8PKuasd2bECfv dlig== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y10si1948086pga.96.2019.05.03.05.22.02; Fri, 03 May 2019 05:22:19 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727795AbfECMUz (ORCPT + 99 others); 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.