Re: [PATCH v4 2/3] net: add kcov handle to skb extensions

2020-10-28 Thread Willem de Bruijn
On Wed, Oct 28, 2020 at 2:21 PM Aleksandr Nogikh wrote: > > From: Aleksandr Nogikh > > Remote KCOV coverage collection enables coverage-guided fuzzing of the > code that is not reachable during normal system call execution. It is > especially helpful for fuzzing networking subsystems, where it is

[PATCH v4 2/3] net: add kcov handle to skb extensions

2020-10-28 Thread Aleksandr Nogikh
From: Aleksandr Nogikh Remote KCOV coverage collection enables coverage-guided fuzzing of the code that is not reachable during normal system call execution. It is especially helpful for fuzzing networking subsystems, where it is common to perform packet handling in separate work queues even for