Commit 2b1642b
committed
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.de1 parent 539115f commit 2b1642b
4 files changed
+5
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2298 | 2298 | | |
2299 | 2299 | | |
2300 | 2300 | | |
2301 | | - | |
| 2301 | + | |
2302 | 2302 | | |
2303 | 2303 | | |
2304 | 2304 | | |
| |||
2307 | 2307 | | |
2308 | 2308 | | |
2309 | 2309 | | |
2310 | | - | |
| 2310 | + | |
2311 | 2311 | | |
2312 | 2312 | | |
2313 | 2313 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
910 | 910 | | |
911 | 911 | | |
912 | 912 | | |
| 913 | + | |
913 | 914 | | |
914 | 915 | | |
915 | 916 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10392 | 10392 | | |
10393 | 10393 | | |
10394 | 10394 | | |
10395 | | - | |
| 10395 | + | |
10396 | 10396 | | |
10397 | 10397 | | |
10398 | 10398 | | |
| |||
10410 | 10410 | | |
10411 | 10411 | | |
10412 | 10412 | | |
10413 | | - | |
| 10413 | + | |
10414 | 10414 | | |
10415 | 10415 | | |
10416 | 10416 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3125 | 3125 | | |
3126 | 3126 | | |
3127 | 3127 | | |
3128 | | - | |
3129 | 3128 | | |
3130 | 3129 | | |
3131 | 3130 | | |
| |||
3136 | 3135 | | |
3137 | 3136 | | |
3138 | 3137 | | |
3139 | | - | |
3140 | 3138 | | |
3141 | 3139 | | |
3142 | 3140 | | |
| |||
0 commit comments