diff options
author | Thomas Gleixner <[email protected]> | 2024-10-01 10:42:04 +0200 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2024-10-29 11:43:19 +0100 |
commit | c775ea28d4e23f5e58b6953645ef90c1b27a8e83 (patch) | |
tree | f580b74b9254faf6dfda1e266ba54a81cfd5b7c9 /kernel/time/posix-cpu-timers.c | |
parent | 4febce44cfebcb490b196d5d10ae9f403ca4c956 (diff) |
signal: Allow POSIX timer signals to be dropped
In case that a timer was reprogrammed or deleted an already pending signal
is obsolete. Right now such signals are kept around and eventually
delivered. While POSIX is blury about this:
- "The effect of disarming or resetting a timer with pending expiration
notifications is unspecified."
- "The disposition of pending signals for the deleted timer is
unspecified."
it is reasonable in both cases to expect that pending signals are discarded
as they have no meaning anymore.
Prepare the signal code to allow dropping posix timer signals.
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 'kernel/time/posix-cpu-timers.c')
0 files changed, 0 insertions, 0 deletions