Re: [PATCH 2/2] ipv4: igmp: annotate data-races around timer-related fields
From: Yuyang Huang
Date: Thu Jun 04 2026 - 07:39:21 EST
On Thu, Jun 4, 2026 at 7:20 PM Ido Schimmel <idosch@xxxxxxxxxx> wrote:
>
> > Fixes: 1d7138de878d ("igmp: RCU conversion of in_dev->mc_list")
>
> Pending Paolo's approval, please drop the Fixes tag given the patch is
> targeted at net-next.
Thanks, will fix it in patch v2.
>
> [...]
>
> > @@ -2964,6 +2964,7 @@ static int igmp_mc_seq_show(struct seq_file *seq, void *v)
> > struct igmp_mc_iter_state *state = igmp_mc_seq_private(seq);
> > char *querier;
> > long delta;
> > + int tm_running;
>
> Nit: Please move this above 'delta' for reverse xmas tree ordering
Thanks, will fix it in patch v2.