diff options
author | Thomas Gleixner <[email protected]> | 2024-11-05 09:14:42 +0100 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2024-11-07 02:14:44 +0100 |
commit | 0360ed14d9826678a50fa2b873e522a24cd3c018 (patch) | |
tree | 7edae5550cc636319beaff3ef1d739c7debe32cd /tools/perf/scripts/python/syscall-counts.py | |
parent | ef1c5bcd6daa674392bdf89b8ae889aafd73f956 (diff) |
signal: Refactor send_sigqueue()
To handle posix timers which have their signal ignored via SIG_IGN properly
it is required to requeue a ignored signal for delivery when SIG_IGN is
lifted so the timer gets rearmed.
Split the required code out of send_sigqueue() so it can be reused in
context of sigaction().
While at it rename send_sigqueue() to posixtimer_send_sigqueue() so its
clear what this is about.
Signed-off-by: Thomas Gleixner <[email protected]>
Reviewed-by: Frederic Weisbecker <[email protected]>
Acked-by: Peter Zijlstra (Intel) <[email protected]>
Link: https://lore.kernel.org/all/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions