Received: by 10.223.176.5 with SMTP id f5csp1583893wra; Sun, 28 Jan 2018 04:16:05 -0800 (PST) X-Google-Smtp-Source: AH8x227GPOwb7Qm6kGgeeM2Wwi8AIjVjAoEwfcSQf/hDdiVJayG4EnHhRsWWT40kOtW/vAasjbmT X-Received: by 10.98.144.213 with SMTP id q82mr24054724pfk.59.1517141765399; Sun, 28 Jan 2018 04:16:05 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1517141765; cv=none; d=google.com; s=arc-20160816; b=H2Gapa7zUVkzjz6mhzng7Mj/0Dw3K1OiNJsPAwNdt0xF8/ccT3d8ydJR//y+g2qxek XD6M6SkxbPGnrILKM+DgeB1k7qZASo0+V7Vp+aQ3knc+UFefWsybMzqxiLcqPXVRjtwC oJF4ZR7mSIgFIxK5FpPKDdjIm6vJDkvUskKKKWGJDirX7HNvbIBO8lgWs5WO8bt/wYci zg/i6gOUiTteIVdSkDfXhe1fAZQY3z2CY7fV+0tmu3zJUdVVM1D36bUf12jVDqindqn7 m5bXQIUEJEqqkSW1ztEP63Ibc1dKisbGoUxH379UakIqKCDo0f+VJ7ClXt8ERUJKHix6 tMfA== 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=xIuS8Uvq0IBdPhXn1VApo+ECleDEnLG1NypuHOBdya0=; b=bUdsQhPK0qIYpeX8GPIkwa3MMIN+7hkAlEtGo6jigt0Jm3L+IW9lCbuXyOF0QXsIAL uzyfb6FGDH3qBqOpA0qKi+2OGE4a9fpRLP4zNcL+rBzEdP+Er6Hf2Q+JZSo9WiG+0LFP FdwKulHH30U7/XHyqDyPIMef4MrJjBDwzzqHP1ds3t49wf48Wj87ajBM9eSSShgkviJS eE9/uK7/rQVz6dG/LE8FnxOSXVlBZX+HgYpqyTkrNZUJVUIwYhcnXiMzvfY/S7X0Noc2 vtiYD4r2xhgtVFiWzTqQVS0+DDYETkjj/kdgyYW3uBEw3NKvEkap5sYdtVtRjn7qYX6z LipA== 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 p8si5662364pgq.51.2018.01.28.04.15.21; Sun, 28 Jan 2018 04:16:05 -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 S1751701AbeA1MO3 (ORCPT + 99 others); Sun, 28 Jan 2018 07:14:29 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:46178 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751614AbeA1MO2 (ORCPT ); Sun, 28 Jan 2018 07:14:28 -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 7F361E2A; Sun, 28 Jan 2018 12:14:27 +0000 (UTC) Date: Sun, 28 Jan 2018 13:14:25 +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: <20180128121425.GB26619@kroah.com> References: <20180126185435.15577-1-shuahkh@osg.samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180126185435.15577-1-shuahkh@osg.samsung.com> 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 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