Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753196AbdDYEEL (ORCPT ); Tue, 25 Apr 2017 00:04:11 -0400 Received: from mail-io0-f178.google.com ([209.85.223.178]:33756 "EHLO mail-io0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750853AbdDYEEE (ORCPT ); Tue, 25 Apr 2017 00:04:04 -0400 Date: Mon, 24 Apr 2017 22:04:02 -0600 From: Jens Axboe To: Andy Lutomirski Cc: Christoph Hellwig , Sagi Grimberg , Keith Busch , "linux-kernel@vger.kernel.org" , Kai-Heng Feng , linux-nvme Subject: Re: [PATCH 0/3] nvme: APST improvements (for 4.12, perhaps) Message-ID: <20170425040400.GB23572@kernel.dk> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 604 Lines: 19 On Fri, Apr 21 2017, Andy Lutomirski wrote: > Hi all- > > These are APST improvements for 4.12 or so. The first one fixes a > buggy comment. The second makes debugging easier. The third makes > it possible to force APST on despite quirks. > > Andy Lutomirski (3): > nvme: Fix APST comment > nvme: Display raw APST configuration via DYNAMIC_DEBUG > nvme: Add nvme_core.force_apst to ignore the NO_APST quirk > > drivers/nvme/host/core.c | 38 ++++++++++++++++++++++++++++++++++++-- > 1 file changed, 36 insertions(+), 2 deletions(-) I have added these for 4.12, thanks Andy. -- Jens Axboe