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

From: Marco Elver
Date: Wed Nov 25 2020 - 11:31:04 EST


On Sat, 21 Nov 2020 at 22:02, Jakub Kicinski <kuba@xxxxxxxxxx> wrote:
> On Sat, 21 Nov 2020 21:58:37 +0100 Johannes Berg wrote:
> > On Sat, 2020-11-21 at 12:55 -0800, Jakub Kicinski wrote:
> > > It is more complicated. We can go back to an skb field if this work is
> > > expected to yield results for mac80211. Would you mind sending a patch?
> >
> > I can do that, but I'm not going to be able to do it now/tonight (GMT+1
> > here), so probably only Monday/Tuesday or so, sorry.
>
> Oh yea, no worries, took someone a month to notice this is broken,
> as long as it's fixed before the merge window it's fine ;)

I took the liberty of taking patch 2/3 from v2 which was still storing
kcov_handle in sk_buff, and resending with the updates to patch 3/3:
https://lkml.kernel.org/r/20201125162455.1690502-1-elver@xxxxxxxxxx

Thanks,
-- Marco