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=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no 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 3C347C2D0C1 for ; Thu, 19 Dec 2019 14:47:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1263F2053B for ; Thu, 19 Dec 2019 14:47:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1576766829; bh=rVU1vC8HYIGK4Bl9VIZXc8ZtnzCOjjAeV/VU/SErGSg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=1RkBqy+8G3gJ6M1fFqhGA1Tb/zad3i2re1Tu5g3H4exmGsGJ3yKQZN81k8b4hEWaW monhKNlRxfP1ypUeF7DsKNrVYmAD64yT/SPLgCXctas7iHH74Ehyw+fOaxhkr5bKII GEASdcNq6N/WkDq+KZ3ZLZx4bx+T/MIAl18FyaxU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726840AbfLSOrI (ORCPT ); Thu, 19 Dec 2019 09:47:08 -0500 Received: from mail.kernel.org ([198.145.29.99]:58994 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726767AbfLSOrI (ORCPT ); Thu, 19 Dec 2019 09:47:08 -0500 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (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 8B9B32053B; Thu, 19 Dec 2019 14:47:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1576766828; bh=rVU1vC8HYIGK4Bl9VIZXc8ZtnzCOjjAeV/VU/SErGSg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=wJ8Ca1khvjJ6ocW0pM/u3sZEopoXP5g1qjSeyee10ml6KC0EauO4xLwJf1N3c4VEc 1/w5Vbr0tmknXMRMKKWz20JMLivZ59Nk9VnetoBzqKu3kBubgjT3Q1ccKvemYQG3qB Tx1GmZWPLrM9AMqg/nNq4RnnOHtrKe72chv+vUnk= Date: Thu, 19 Dec 2019 15:47:05 +0100 From: Greg KH To: Mathias Nyman Cc: stable@vger.kernel.org, Lee Hou-hsun , Lee Chiasheng Subject: Re: [PATCH backport 4.9 4.4] xhci: fix USB3 device initiated resume race with roothub autosuspend Message-ID: <20191219144705.GA1960287@kroah.com> References: <20191219120632.4037-1-mathias.nyman@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191219120632.4037-1-mathias.nyman@linux.intel.com> Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Dec 19, 2019 at 02:06:32PM +0200, Mathias Nyman wrote: > commit 057d476fff778f1d3b9f861fdb5437ea1a3cfc99 upstream > > Backport for 4.9 and 4.4 stable kernels Thanks for these, all 4 of them now queued up. greg k-h