Re: [PATCH v2 0/2] netfilter: nf_tables: Fix percpu address space issues in nf_tables_api.c
From: Pablo Neira Ayuso
Date: Tue Sep 03 2024 - 12:25:04 EST
On Tue, Sep 03, 2024 at 06:19:57PM +0200, Uros Bizjak wrote:
> On Tue, Sep 3, 2024 at 6:14 PM Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> wrote:
> >
> > Hi,
> >
> > On Thu, Aug 29, 2024 at 05:29:30PM +0200, Uros Bizjak wrote:
> > > Use {ERR_PTR,IS_ERR,PTR_ERR}_PCPU() macros when crossing between generic
> > > and percpu address spaces and add __percpu annotation to *stats pointer
> > > to fix percpu address space issues.
> >
> > IIRC, you submitted patch 1/2 in this series to the mm tree.
>
> Yes, patch 1/2 is in this series just for convenience.
>
> > Let us know if this patch gets upstreamed via MM tree (if mm
> > maintainers are fine with it) or maybe MM maintainers prefer an
> > alternative path for this.
>
> The patch is accepted into the MM tree [1].
>
> [1] https://lore.kernel.org/mm-commits/20240820052852.CB380C4AF0B@xxxxxxxxxxxxxxx/
Thanks, I will wait for it to propagate to the netdev tree.