From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7A5B8C43603 for ; Sun, 15 Dec 2019 17:39:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 524D12467A for ; Sun, 15 Dec 2019 17:39:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1576431542; bh=GZougF8gjV303Hiyw8RH1wi0AhcxvSfpPPkUQMPCdS0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=B6KQw6wp4EaDPfUZ3jjVI8CsTQVO97BMFp3CUPzkbUggNerE3h1tjUkZnj7mX+Zjt nvsBjo6pMiR011eSQi8HmSoazOH11ML8TjlO7SHKmfBXbfGQy1TtziVoXNbbr7B0ef We3MdIuKnCNzNZo4BrkzG5/2pP2KazQEXEgBjWw4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726136AbfLORjB (ORCPT ); Sun, 15 Dec 2019 12:39:01 -0500 Received: from mail.kernel.org ([198.145.29.99]:39182 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726130AbfLORjB (ORCPT ); Sun, 15 Dec 2019 12:39:01 -0500 Received: from localhost (unknown [73.61.17.254]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 13FA9206E0; Sun, 15 Dec 2019 17:39:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1576431541; bh=GZougF8gjV303Hiyw8RH1wi0AhcxvSfpPPkUQMPCdS0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=YiQGg1uhtuIll/ieMu5qREbQodtiV/Rg/bS+V0HgLM0o9bw1Nvg1+Vbzv9A6IFYU2 LX9tMMi6ExXJlHHRPZDVHoRVZ+wKH53nYh49eCyvXvhK4FKh5OqM4180LooVHzwLCM Zo/ePfuRvWU5bnm+UKKhB/GfWc9+elmspTMiiMGU= Date: Sun, 15 Dec 2019 12:39:00 -0500 From: Sasha Levin To: gregkh@linuxfoundation.org Cc: henryl@nvidia.com, mathias.nyman@linux.intel.com, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] usb: xhci: only set D3hot for pci device" failed to apply to 4.9-stable tree Message-ID: <20191215173859.GF18043@sasha-vm> References: <157640185110204@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <157640185110204@kroah.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Sun, Dec 15, 2019 at 10:24:11AM +0100, gregkh@linuxfoundation.org wrote: > >The patch below does not apply to the 4.9-stable tree. >If someone wants it applied there, or to any other stable or longterm >tree, then please email the backport, including the original git commit >id to . > >thanks, > >greg k-h > >------------------ original commit in Linus's tree ------------------ > >>From f2c710f7dca8457e88b4ac9de2060f011254f9dd Mon Sep 17 00:00:00 2001 >From: Henry Lin >Date: Wed, 11 Dec 2019 16:20:04 +0200 >Subject: [PATCH] usb: xhci: only set D3hot for pci device > >Xhci driver cannot call pci_set_power_state() on non-pci xhci host >controllers. For example, NVIDIA Tegra XHCI host controller which acts >as platform device with XHCI_SPURIOUS_WAKEUP quirk set in some platform >hits this issue during shutdown. > >Cc: >Fixes: 638298dc66ea ("xhci: Fix spurious wakeups after S5 on Haswell") >Signed-off-by: Henry Lin >Signed-off-by: Mathias Nyman >Link: https://lore.kernel.org/r/20191211142007.8847-4-mathias.nyman@linux.intel.com >Signed-off-by: Greg Kroah-Hartman Fixed up and queued for 4.9 and 4.4. -- Thanks, Sasha