From: Greg KH <gregkh@linuxfoundation.org>
To: Shuah Khan <shuahkh@osg.samsung.com>
Cc: shuah@kernel.org, valentina.manea.m@gmail.com,
yuyang.du@intel.com, k.opasiak@samsung.com,
kstewart@linuxfoundation.org, linux-usb@vger.kernel.org,
linux-kernel@vger.kernel.org, juan.zea@qindel.com
Subject: Re: [PATCH] usbip: fix usbip attach to find a port that matches the requested speed
Date: Thu, 30 Nov 2017 08:20:33 +0000 [thread overview]
Message-ID: <20171130082033.GA18429@kroah.com> (raw)
In-Reply-To: <20171129222422.19037-1-shuahkh@osg.samsung.com>
On Wed, Nov 29, 2017 at 03:24:22PM -0700, Shuah Khan wrote:
> usbip attach fails to find a free port when the device on the first port
> is a USB_SPEED_SUPER device and non-super speed device is being attached.
> It keeps checking the first port and returns without a match getting stuck
> in a loop.
>
> Fix it check to find the first port with matching speed.
>
> Reported-by: Juan Zea <juan.zea@qindel.com>
> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
> ---
> tools/usb/usbip/libsrc/vhci_driver.c | 14 +++++++++++---
> 1 file changed, 11 insertions(+), 3 deletions(-)
Does this need to go to the stable trees?
thanks,
greg k-h
next prev parent reply other threads:[~2017-11-30 8:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-29 22:24 [PATCH] usbip: fix usbip attach to find a port that matches the requested speed Shuah Khan
2017-11-30 8:20 ` Greg KH [this message]
2017-11-30 14:56 ` Shuah Khan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171130082033.GA18429@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=juan.zea@qindel.com \
--cc=k.opasiak@samsung.com \
--cc=kstewart@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=shuah@kernel.org \
--cc=shuahkh@osg.samsung.com \
--cc=valentina.manea.m@gmail.com \
--cc=yuyang.du@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.