From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757247AbcIHGi1 (ORCPT ); Thu, 8 Sep 2016 02:38:27 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:50149 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757110AbcIHGiZ (ORCPT ); Thu, 8 Sep 2016 02:38:25 -0400 Date: Thu, 8 Sep 2016 08:38:28 +0200 From: Greg KH To: Lu Baolu Cc: Mathias Nyman , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH v2 1/1] usb: xhci: fix return value of xhci_setup_device() Message-ID: <20160908063828.GA5485@kroah.com> References: <1473295302-3956-1-git-send-email-baolu.lu@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1473295302-3956-1-git-send-email-baolu.lu@linux.intel.com> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 08, 2016 at 08:41:02AM +0800, Lu Baolu wrote: > xhci_setup_device() should return failure with correct error number > when xhci host has died, removed or halted. > > Cc: stable@vger.kernel.org # 4.3+ Why is this a stable kernel issue? What bug does it fix that affects users? thanks, greg k-h