Re: [PATCH] netfilter: ipset: wait for xt_recseq on all cpus

From: Florian Westphal
Date: Sun Oct 08 2023 - 08:34:21 EST


xiaolinkui <xiaolinkui@xxxxxxx> wrote:
> crash> struct seqcount_t ffff8003fff3bf88
> struct seqcount_t {
> sequence = 804411271
> }
>
> The seqcount of CPU7 is odd, xt_replace_table should have waited, but it
> didn't.

Likely missing backport of
175e476b8cdf ("netfilter: x_tables: Use correct memory barriers.")?