Re: [PATCH v2 0/2] netfilter: nf_tables: Fix percpu address space issues in nf_tables_api.c
From: Pablo Neira Ayuso
Date: Sun Sep 22 2024 - 17:13:31 EST
On Sun, Sep 22, 2024 at 11:04:56AM +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.
> >
> > 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.
>
> Dear maintainers,
>
> I would just like to inform you that patch 1/2 got mainlined [1] as
> commit a759e37fb467.
Thanks for your follow up to notify this, I will place this in
nf-next.
> [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a759e37fb46708029c9c3c56c3b62e6f24d85cf5
>
> Best regards,
> Uros.