Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2858008imu; Wed, 7 Nov 2018 00:19:54 -0800 (PST) X-Google-Smtp-Source: AJdET5fo7FA/S4UHAul5c2NyO9J/jigC5P5N/JGC3EmJjtEPdNHG0uwn1nJjNMFHfD9awFPae5nt X-Received: by 2002:a17:902:bc8c:: with SMTP id bb12-v6mr894490plb.275.1541578794552; Wed, 07 Nov 2018 00:19:54 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1541578794; cv=none; d=google.com; s=arc-20160816; b=lGdTtap2diaMJOTrcl3QK3+bc9H92Uith1C4LZoJnLBZzmWjx1gJwZ+pItGv0M+Sdn CNITsEBFtM9yrnOpQWNL2mcwSyaV/BZ8HUNs9pDf5aDdOwWpDUaN9Ls895JYCm9PBuVG n9AIrmErUngrc3xu/kEzGGogeSjCARZilPYFNGdVHSY5ZACEhXmJVvk1XuEsNO7T1YWD VlEL4OXMIDhdC4nj1A1q3uTU8b2/4W1Q5VqioJshMa9V3gviJzOxG1tnzd/Ec7mw0z0W c0Q272xmrcmZdJIK1sd6na7ZbSpLDSYxuOeTt0oe9zZR5kTMYg1bUcMiqZN32DtNKvC/ VrVg== 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=SxT99DYGxNwPodaUc4Xs5g3qormrbmS7NINxb9OMRok=; b=gXzMSJFIr3RbtkEm0gwUXVDu2xlTzu8HYw0bEOTkJeMX2lMOb5qZ4vAVlfrn7zTSQf 3vtynmzi1KCv7qhDhwFNThMPjqX+Lxlf/5JUz/Ct1ZVXQd3n5eYbEtNFsKWgig9sQoSZ qmA1XCd+1TrIaGOkg4+LComjGtUdQhXTG86XdL9z40szLQ+jNbE//ICBZACS05YItj0G mZOCrTk6mD563ityNmDaNAKY37q5sRK/lPP9znjAl/+dNK5NACaPGwH2r8YzgX2sZGt0 HtqmiL9/2+x7gL/RALnl0lSh6fwCs/1AxLnj5ygM2jiDoL1Y7xB3K5VIr3xEmnhyX2g+ zjew== 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 l11-v6si10653567plt.5.2018.11.07.00.19.38; Wed, 07 Nov 2018 00:19:54 -0800 (PST) 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 S1728310AbeKGRse (ORCPT + 99 others); Wed, 7 Nov 2018 12:48:34 -0500 Received: from verein.lst.de ([213.95.11.211]:47580 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727212AbeKGRsd (ORCPT ); Wed, 7 Nov 2018 12:48:33 -0500 Received: by newverein.lst.de (Postfix, from userid 2407) id 977A067358; Wed, 7 Nov 2018 09:19:15 +0100 (CET) Date: Wed, 7 Nov 2018 09:19:15 +0100 From: Christoph Hellwig To: AceLan Kao Cc: keith.busch@intel.com, axboe@fb.com, hch@lst.de, sagi@grimberg.me, Bjorn Helgaas , linux-nvme@lists.infradead.org, "Linux-Kernel@Vger. Kernel. Org" , linux-pci@vger.kernel.org, victor.chang@sk.com, james.chen@sk.com, Chih-Hsyuan Ho Subject: Re: [PATCH 1/2] pci: prevent sk hynix nvme from entering D3 Message-ID: <20181107081915.GA24841@lst.de> References: <20181106020402.21120-1-acelan.kao@canonical.com> <20181106071011.GA23935@infradead.org> 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) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 06, 2018 at 06:11:31PM +0800, AceLan Kao wrote: > Agree, this is not a good fix for Sk hynix nvme, so Dell is still pushing > Sk hynix to fix it from firmware. > But before the firmware is ready, this is still a issue that need to be fixed in > kernel side, and the new firmware may not be applied on the old nvme > modules. > This list won't keep growing, and we'll keep an eye on the new firmware and > co-work with engineers from Sky hynix to make sure this issue won't happen > again. We generally quirk for grave issues that make devices unusable. To me working around a D3 mode that consumers more power than D0 does not quite fit that bill.