diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2024-11-05 11:14:45 +0300 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2024-11-07 04:14:44 +0300 |
commit | 6017a158beb13b412e55a451379798aae5876514 (patch) | |
tree | d04d88eb8bb2a9fb3d7cbd4ac1ff0b7eedf69697 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 11629b9808e5900d675fd469d19932ea48060de3 (diff) | |
download | linux-6017a158beb13b412e55a451379798aae5876514.tar.xz |
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 <tglx@linutronix.de>
Reviewed-by: Frederic Weisbecker <frederic@kernel.org>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/all/20241105064213.719695194@linutronix.de
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions