Re: [PATCH v2] usb: usbip: serialize attach/detach operations
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2021-02-20 07:00:43
On Sat, Feb 20, 2021 at 10:10:03AM +0900, Tetsuo Handa wrote:
On 2021/02/20 1:00, Shuah Khan wrote:quoted
On 2/19/21 8:53 AM, Greg Kroah-Hartman wrote:quoted
What changed from v1? Why isn't that info below the --- line? Please do a v3 with that fixed up.+1 on this.v2 fixed the PTR_ERR() access which was reported in v1 as below.
<snip> Great, please add that to the v3 patch when you resubmit it.
On 2021/02/20 2:10, Julia Lawall wrote: > From: kernel test robot [off-list ref] > > PTR_ERR should access the value just tested by IS_ERR > > Generated by: scripts/coccinelle/tests/odd_ptr_err.cocci > > CC: Tetsuo Handa [off-list ref] > Reported-by: kernel test robot [off-list ref] > Signed-off-by: kernel test robot [off-list ref] > Signed-off-by: Julia Lawall [off-list ref]quoted
Also please run the usbip test on your changes: tools/testing/selftests/drivers/usb/usbip/usbip_test.shToo much requirements for me to run that test. I'm not a user of your module.
It should be self-contained, what requirements do you see that you do not have? thanks, greg k-h