Re: [PATCH v3 3/6] usb: usbip tool: Check the return of get_nports()

2017-04-11 Thread Yuyang Du
On Tue, Apr 11, 2017 at 08:51:13AM -0600, Shuah Khan wrote: > > Please bear with me. I was out sick most of last week. till catching Hope you are all well now :) > Could you please pick this up. > > Acked-by: Shuah Khan Thanks, Shuah. Yuyang -- To unsubscribe from this list: send the line "un

Re: [PATCH v3 3/6] usb: usbip tool: Check the return of get_nports()

2017-04-11 Thread Yuyang Du
Hi Greg, On Tue, Apr 11, 2017 at 04:13:50PM +0200, Greg KH wrote: > > Please send patches out, no need to wait, I'll just wait to apply them > for the review, you can always build on top of previous series. Got it. Thank you. Yuyang -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH v3 3/6] usb: usbip tool: Check the return of get_nports()

2017-04-11 Thread Shuah Khan
On 04/10/2017 04:38 PM, Yuyang Du wrote: > Hi Shuah, > > Could you please take a look at these patches? I got more patches > that sit on these to send out. Please bear with me. I was out sick most of last week. Still catching up. Go ahead and send the patches, no need to wait. > > Thanks, > Yuy

Re: [PATCH v3 3/6] usb: usbip tool: Check the return of get_nports()

2017-04-11 Thread Greg KH
A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? A: No. Q: Should I include quotations after my reply? http://daringfireball.net/2007/07/on_top On Tue, Apr 11, 2017 at 06:3

Re: [PATCH v3 3/6] usb: usbip tool: Check the return of get_nports()

2017-04-10 Thread Yuyang Du
Hi Shuah, Could you please take a look at these patches? I got more patches that sit on these to send out. Thanks, Yuyang On Thu, Apr 06, 2017 at 06:03:24AM +0800, Yuyang Du wrote: > If we get nonpositive number of ports, there is no sense to > continue, then fail gracefully. > > In addition, t

Re: [PATCH v3 3/6] usb: usbip tool: Check the return of get_nports()

2017-04-09 Thread Yuyang Du
On Fri, Apr 07, 2017 at 03:41:37PM +0200, Krzysztof Opasiak wrote: > > > On 04/06/2017 12:03 AM, Yuyang Du wrote: > >If we get nonpositive number of ports, there is no sense to > >continue, then fail gracefully. > > > >In addition, the commit 0775a9cbc694e8c72 ("usbip: vhci extension: > >modifica

Re: [PATCH v3 3/6] usb: usbip tool: Check the return of get_nports()

2017-04-07 Thread Krzysztof Opasiak
On 04/06/2017 12:03 AM, Yuyang Du wrote: If we get nonpositive number of ports, there is no sense to continue, then fail gracefully. In addition, the commit 0775a9cbc694e8c72 ("usbip: vhci extension: modifications to vhci driver") introduced configurable numbers of controllers and ports, but w

[PATCH v3 3/6] usb: usbip tool: Check the return of get_nports()

2017-04-05 Thread Yuyang Du
If we get nonpositive number of ports, there is no sense to continue, then fail gracefully. In addition, the commit 0775a9cbc694e8c72 ("usbip: vhci extension: modifications to vhci driver") introduced configurable numbers of controllers and ports, but we have a static port number maximum, MAXNPORT