Re: [PATCH v9 net-next 14/15] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.
From: Jakub Kicinski
Date: Mon Jun 24 2024 - 19:37:19 EST
On Mon, 24 Jun 2024 09:26:11 +0200 Sebastian Andrzej Siewior wrote:
> > > + p->bpf_net_context = NULL;
> >
> > nit: double space after =
> >
> > Out of curiosity, do we actually have to clear this pointer?
>
> I don't think so. We never clone a thread within a redirect section so
> this can probably go away.
Perhaps delete this one as follow up, too?