From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:47972 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933440AbeBMPuL (ORCPT ); Tue, 13 Feb 2018 10:50:11 -0500 Date: Tue, 13 Feb 2018 16:50:13 +0100 From: Greg Kroah-Hartman To: Keith Busch Cc: Linux NVMe , stable@vger.kernel.org Subject: Re: [PATCH 4.4.y] nvme: Fix managing degraded controllers Message-ID: <20180213155013.GE14300@kroah.com> References: <20180209213922.12644-1-keith.busch@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180209213922.12644-1-keith.busch@intel.com> Sender: stable-owner@vger.kernel.org List-ID: On Fri, Feb 09, 2018 at 02:39:22PM -0700, Keith Busch wrote: > commit 3e1e21c7bfcf upstream That's not a commit, that is a merge point :( > Upstream is a near rewrite of the async nvme probe that ultimately didn't > even cleanly merge in 4.5. This patch is a much smaller change targeted > to the regression introduced in 4.4. > > If a controller is in a degraded mode that needs admin assistence to > recover, we need to leave the controller running. We just want to disable > namespace access without shuting the controller down. > > Fixes: 3cf519b5a8d4("nvme: merge nvme_dev_start, nvme_dev_resume and nvme_async_probe") > > Cc: # 4.4.x > Signed-off-by: Keith Busch Can I get a better commit id to match this up with? thanks, greg k-h