Re: [PATCH] usbip: vhci_hcd: fix calling usb_hcd_giveback_urb() with irqs enabled

From: Shuah Khan
Date: Tue Oct 06 2020 - 18:31:30 EST


On 10/6/20 4:16 PM, Andrey Konovalov wrote:
On Tue, Oct 6, 2020 at 11:51 PM Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx> wrote:

Fix the following warning from kcov regarding usb_hcd_giveback_urb()
call being made without disabling interrupts.

Hi Shuah,

This won't fix the kcov warning, as it still requires its own fix,
which I'll send separately. But this will fix the improper usage of
usb_hcd_giveback_urb() in USB/IP.

Yes you are right, I will record message to remove the wording in
my v2. I should add the link to discussion anyway.

thanks,
-- Shuah