On Fri, Oct 9, 2020 at 7:13 PM Johannes Berg <[email protected]> wrote: > > > > On 9 October 2020 19:01:59 CEST, Aleksandr Nogikh <[email protected]> wrote: > > >This patch series conflicts with another proposed patch > >http://lkml.kernel.org/r/223901affc7bd759b2d6995c2dbfbdd0a29bc88a.1602248029.git.andreyk...@google.com > >One of these patches needs to be rebased once the other one is merged. > > > Maybe that other patch shouldn't do things that way though, and add new API > (which the existing one could call with some kind of "all contexts" argument) > instead, so it's only necessary to specify the context (mask?) where its > actually needed (the few places in usb or e whatever)? > > Surely that would also look less tedious in the mac80211 code, for example. > > And if you ever fix the nesting issue you'd have fewer places to modify again.
Hi Johannes, I initially hesitated to do that, as it would multiply the number of kcov callbacks. But perhaps you're right and a clean API look outweighs the rest. I will do this in v3. Thanks!

