Re: [PATCH] posix-cpu-timers: don't abuse lock_task_sighand() in handle_posix_cpu_timers()

From: Bradley Morgan

Date: Sat Jul 04 2026 - 10:43:00 EST


hi oleg! I'm new to reviewing, so feel free to criticize.

This patch does LGTM,

Something else I'd like to bring up though, this file has already
regressed once, 0bdd2ed4138e (dropping the exit_state check)

And then f90fff1e152d re adding it.

Would a WARN_ON_ONCE(tsk != current) be worth adding?

Not a blocker or anything, just a question!

For this patch,

Reviewed-by: Bradley Morgan <include@xxxxxxxxx>
Thanks!