Received: by 10.223.176.5 with SMTP id f5csp561819wra; Fri, 2 Feb 2018 02:23:45 -0800 (PST) X-Google-Smtp-Source: AH8x224WjI9c+IFWVJCl3LROE63x+1jLP50GaMI1U1CBh4uCCD8wK+A69Yjk37WCoT/NiByntpcM X-Received: by 10.98.23.23 with SMTP id 23mr40305137pfx.179.1517567025667; Fri, 02 Feb 2018 02:23:45 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1517567025; cv=none; d=google.com; s=arc-20160816; b=AeCKIxw2K9tzhH9gpBAIHm3NrgUDt9OG/oYWeVx3KATrKz6R45tOLsZaDZtEUpkC7n BahbaloJigrQ8yYq4UGOaUDxWH6WtV1Df81N9NOfqz72skw7UUwweRsx3b6j3PHNABSv elj+BRskdCeN7ih++iAX3UkPJ4n/1hc662bpIVdX6yzNj7Knz1VYOHT6JqVScInq4nhT Jqo1GYe/ZRSVcHJWZIGJ9CWU0Y+gBn99RYEVeJzMw7ypQIYFeEGvTFhHCd+56gZqMvej AIlZTJOcsa4cgz1WNSqWgnMbfBDpnDd4xDLPbuoiNKJIGZmlNB7Mj81efsPA4HJ1CXFV PYgA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=d7FB7y4ksQtQq/aIeqKkEkDiVJx0PiR0kZ1vBrDRqa0=; b=PREzdn9l0N8jdVXbkux/nQ3SLcUy/KwsvJZZIcRSwZeDkmaHa97wW7FaunIw9NKYwh s8sSlYkzPjZf85I9GPxeuuAWz7kUrUDT1YUqkVCMrL3zKbNuhhUt77xwMHjCwe+02d6i 215tnJ12qM431gjGkai595vdeFsSqrl5pgJqmYkKnBPUaYSTA7RlcqdLotL+j7gn7yeH UOxP9PkPu37hfKuF3q0ECzVyY24VI10HWSaCW8D8qU03v2ZOrSNKeEy9eMSZ1GpUHwda wNxwGW3UkfnAHvhwzll74/PDbY4GyBjXbV0IXA4DKbSeBUO4kusLnpsp8mABoZzpwzTl LXbQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g23-v6si1653518pli.195.2018.02.02.02.23.30; Fri, 02 Feb 2018 02:23:45 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751711AbeBBKVs (ORCPT + 99 others); Fri, 2 Feb 2018 05:21:48 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:38646 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751376AbeBBKVn (ORCPT ); Fri, 2 Feb 2018 05:21:43 -0500 Received: from localhost (LFbn-1-12258-90.w90-92.abo.wanadoo.fr [90.92.71.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 75B5BD2B; Fri, 2 Feb 2018 10:21:42 +0000 (UTC) Date: Fri, 2 Feb 2018 11:21:39 +0100 From: Greg KH To: Shuah Khan Cc: valentina.manea.m@gmail.com, shuah@kernel.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH 4.9] usbip: vhci_hcd: clear just the USB_PORT_STAT_POWER bit Message-ID: <20180202102139.GA22855@kroah.com> References: <20180126185435.15577-1-shuahkh@osg.samsung.com> <20180128121425.GB26619@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.3 (2018-01-21) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 29, 2018 at 01:13:32PM -0700, Shuah Khan wrote: > On 01/28/2018 05:14 AM, Greg KH wrote: > > On Fri, Jan 26, 2018 at 11:54:35AM -0700, Shuah Khan wrote: > >> Upstream commit 1c9de5bf4286 ("usbip: vhci-hcd: Add USB3 SuperSpeed > >> support") > > > > Hm, I think you have the wrong commit id here. > > > > I don't see any commit upstream with the Subject you have here, what are > > you referring to? > > > > thanks, > > > > greg k-h > > > > That is odd. Th commit went in a while back. Here are the details: > > This is the commit from upstream: > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/drivers/usb/usbip/vhci_hcd.c?id=1c9de5bf428612458427943b724bea51abde520a > > commit 1c9de5bf428612458427943b724bea51abde520a > Author: Yuyang Du > Date: Thu Jun 8 13:04:10 2017 +0800 > > usbip: vhci-hcd: Add USB3 SuperSpeed support > > This patch adds a USB3 HCD to an existing USB2 HCD and provides > the support of SuperSpeed, in case the device can only be enumerated > with SuperSpeed. > > The bulk of the added code in usb3_bos_desc and hub_control to support > SuperSpeed is borrowed from the commit 1cd8fd2887e162ad ("usb: gadget: > dummy_hcd: add SuperSpeed support"). > > With this patch, each vhci will have VHCI_HC_PORTS HighSpeed ports > and VHCI_HC_PORTS SuperSpeed ports. > > Suggested-by: Krzysztof Opasiak > Signed-off-by: Yuyang Du > Acked-by: Shuah Khan > Signed-off-by: Greg Kroah-Hartman > > > I isolated and backported a one line fix to the problem I saw in 4.9 > and 4.4 stables. Ah, the "isolation" part is what I missed here, sorry about that. You are right, I'll go queue this up now, sorry for the noise. greg k-h