Re: [PATCH 2/2] posix-timers: Use RCU in posix_timer_add()

From: Thomas Gleixner
Date: Mon Feb 17 2025 - 14:25:50 EST


On Fri, Feb 14 2025 at 18:48, Eric Dumazet wrote:
> I just noticed the rescan is racy anyway, because when the other threads add
> a timer, the timer->it_signal and timer->it_id are temporarily zero.

Ah, you noticed too, but that has nothing to do with the rescan. That's
broken already today.

Thanks,

tglx