Merge tag 'posix-timers-2024-07-29' of git://git.kernel.org/pub/scm/linux/kernel...
authorThomas Gleixner <tglx@linutronix.de>
Tue, 30 Jul 2024 16:53:38 +0000 (18:53 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 30 Jul 2024 16:53:38 +0000 (18:53 +0200)
commit9a7b0158aea7a53c8c942e8b83e16f7f30e0018c
tree55e8afffdecaa5b559f7594bd9d6a9bce22afaea
parent8400291e289ee6b2bf9779ff1c83a291501f017b
parent7f8af7bac5380f2d95a63a6f19964e22437166e1
Merge tag 'posix-timers-2024-07-29' of git://git./linux/kernel/git/frederic/linux-dynticks into timers/core

Pull updates for posix timers and related signal code from Frederic Weisbecker:

  * Prepare posix timers selftests for upcoming changes:

- Check signal behaviour sanity against SIG_IGN

- Check signal behaviour sanity against timer
  reprogramm/deletion

- Check SIGEV_NONE pending expiry read

- Check interval timer read on a pending SIGNAL

- Check correct overrun count after signal block/unblock

  * Various consolidations:

- timer get/set

- signal queue

  * Fixes:
- Correctly read SIGEV_NONE timers

- Forward expiry while reading expired interval timers
  with pending signal

- Don't arm SIGEV_NONE timers

  * Various cleanups all over the place