commit | ca70223544e0688b367cb8dc5f69901e0b67572e | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Sun Mar 02 20:37:12 2025 +0100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Wed Mar 12 18:50:27 2025 +0100 |
tree | 55a07a903dc18f57d5c72f082d4622788d053046 | |
parent | 15cd053ae5fedbe7747d10ed3c0a4a3e43722c58 [diff] |
selftests/timers/posix-timers: Add a test for exact allocation mode The exact timer ID allocation mode is used by CRIU to restore timers with a given ID. Add a test case for it. It's skipped on older kernels when the prctl() fails. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>