diff options
author | Thomas Gleixner <[email protected]> | 2024-11-05 09:14:45 +0100 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2024-11-07 02:14:44 +0100 |
commit | 6017a158beb13b412e55a451379798aae5876514 (patch) | |
tree | d04d88eb8bb2a9fb3d7cbd4ac1ff0b7eedf69697 /tools/perf/scripts/python/syscall-counts.py | |
parent | 11629b9808e5900d675fd469d19932ea48060de3 (diff) |
posix-timers: Embed sigqueue in struct k_itimer
To cure the SIG_IGN handling for posix interval timers, the preallocated
sigqueue needs to be embedded into struct k_itimer to prevent life time
races of all sorts.
Now that the prerequisites are in place, embed the sigqueue into struct
k_itimer and fixup the relevant usage sites.
Aside of preparing for proper SIG_IGN handling, this spares an extra
allocation.
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