Re: [PATCH] posix-cpu-timers: fix race between handle_posix_cpu_timers() and posix_cpu_timer_del()
From: Linus Torvalds
Date: Fri Jun 13 2025 - 13:56:23 EST
On Fri, 13 Jun 2025 at 10:27, Oleg Nesterov <oleg@xxxxxxxxxx> wrote:
>
> Add the tsk->exit_state check into run_posix_cpu_timers() to fix this.
Thanks, I'll just apply this directly since I've been cc'd on the
whole discussion anyway.
Linus