Re: [PATCH v2] posix-cpu-timers: Dequeue per-thread timers before exchange_tids()
From: Oleg Nesterov
Date: Mon Aug 31 2026 - 18:50:30 EST
On 08/31, Thomas Gleixner wrote:
>
> On Wed, Aug 26 2026 at 14:55, Oleg Nesterov wrote:
> > Can we move posix_cpu_timers_exit() or the whole CONFIG_POSIX_TIMERS
> > sequence in begin_new_exec() up, right after de_thread() before the
> > "if (retval)" check?
>
> Yes, but that does not buy us anything.
Hmm. I don't understand but this doesn't matter.
I didn't mean this makes sense, I just tried to understand the Hyunwoo's
fix, in particular the placement of additional posix_cpu_timers_exit().
Oleg.