]> Gentwo Git Trees - linux/.git/commit
signal: Move MMCID exit out of sighand lock
authorThomas Gleixner <tglx@linutronix.de>
Wed, 19 Nov 2025 17:27:05 +0000 (18:27 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 25 Nov 2025 18:45:40 +0000 (19:45 +0100)
commit2b1642b881088bbf73fcb1147c474a198ec46729
treea09cdda259129ea5c9d23daa671ba67644b20b36
parent539115f08cf850b9fdc6526b31da0839ff6c1631
signal: Move MMCID exit out of sighand lock

There is no need anymore to keep this under sighand lock as the current
code and the upcoming replacement are not depending on the exit state of a
task anymore.

That allows to use a mutex in the exit path.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Link: https://patch.msgid.link/20251119172549.706439391@linutronix.de
include/linux/sched.h
kernel/exit.c
kernel/sched/core.c
kernel/signal.c