Re: [PATCH v3] kcov, usbip: collect coverage from vhci_rx_loop

2020-11-23 Thread Andrey Konovalov
On Mon, Oct 19, 2020 at 8:52 PM Shuah Khan wrote: > > On 10/19/20 12:49 PM, Shuah Khan wrote: > > On 10/19/20 11:20 AM, Andrey Konovalov wrote: > >> From: Nazime Hande Harputluoglu > >> > >> Add kcov_remote_start()/kcov_remote_stop() annotations to the > >> vhci_rx_loop() function, which is respo

Re: [PATCH v3] kcov, usbip: collect coverage from vhci_rx_loop

2020-10-19 Thread Shuah Khan
On 10/19/20 12:49 PM, Shuah Khan wrote: On 10/19/20 11:20 AM, Andrey Konovalov wrote: From: Nazime Hande Harputluoglu Add kcov_remote_start()/kcov_remote_stop() annotations to the vhci_rx_loop() function, which is responsible for parsing USB/IP packets coming into USB/IP client. Since vhci_rx

Re: [PATCH v3] kcov, usbip: collect coverage from vhci_rx_loop

2020-10-19 Thread Shuah Khan
On 10/19/20 11:20 AM, Andrey Konovalov wrote: From: Nazime Hande Harputluoglu Add kcov_remote_start()/kcov_remote_stop() annotations to the vhci_rx_loop() function, which is responsible for parsing USB/IP packets coming into USB/IP client. Since vhci_rx_loop() threads are spawned per vhci_hcd

[PATCH v3] kcov, usbip: collect coverage from vhci_rx_loop

2020-10-19 Thread Andrey Konovalov
From: Nazime Hande Harputluoglu Add kcov_remote_start()/kcov_remote_stop() annotations to the vhci_rx_loop() function, which is responsible for parsing USB/IP packets coming into USB/IP client. Since vhci_rx_loop() threads are spawned per vhci_hcd device instance, the common kcov handle is used