[PATCH 0/3] restart_block: simplify expiration timestamps
From: Thomas Weißschuh
Date: Mon Nov 10 2025 - 04:39:51 EST
Various expiration timestamps are stored in the restart block as
different types than their respective subsystem is using.
Align the types.
Signed-off-by: Thomas Weißschuh <thomas.weissschuh@xxxxxxxxxxxxx>
---
Thomas Weißschuh (3):
select: store end_time as timespec64 in restart block
futex: Store time as ktime_t in restart block
hrtimer: Store time as ktime_t in restart block
fs/select.c | 12 ++++--------
include/linux/restart_block.h | 8 ++++----
kernel/futex/waitwake.c | 9 ++++-----
kernel/time/hrtimer.c | 4 ++--
kernel/time/posix-cpu-timers.c | 4 ++--
5 files changed, 16 insertions(+), 21 deletions(-)
---
base-commit: 3a8660878839faadb4f1a6dd72c3179c1df56787
change-id: 20251107-restart-block-expiration-52915454d881
Best regards,
--
Thomas Weißschuh <thomas.weissschuh@xxxxxxxxxxxxx>