linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] restart_block: simplify expiration timestamps
@ 2025-11-10  9:38 Thomas Weißschuh
  2025-11-10  9:38 ` [PATCH 1/3] select: store end_time as timespec64 in restart block Thomas Weißschuh
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Thomas Weißschuh @ 2025-11-10  9:38 UTC (permalink / raw)
  To: Alexander Viro, Christian Brauner, Jan Kara, Thomas Gleixner,
	Ingo Molnar, Peter Zijlstra, Darren Hart, Davidlohr Bueso,
	André Almeida, Anna-Maria Behnsen, Frederic Weisbecker
  Cc: linux-fsdevel, linux-kernel, Thomas Weißschuh

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@linutronix.de>
---
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@linutronix.de>


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-11-14 15:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-10  9:38 [PATCH 0/3] restart_block: simplify expiration timestamps Thomas Weißschuh
2025-11-10  9:38 ` [PATCH 1/3] select: store end_time as timespec64 in restart block Thomas Weißschuh
2025-11-10 11:07   ` Jan Kara
2025-11-10  9:38 ` [PATCH 2/3] futex: Store time as ktime_t " Thomas Weißschuh
2025-11-10 11:09   ` Jan Kara
2025-11-10  9:38 ` [PATCH 3/3] hrtimer: " Thomas Weißschuh
2025-11-11  9:48 ` [PATCH 0/3] restart_block: simplify expiration timestamps Christian Brauner
2025-11-11  9:57   ` Peter Zijlstra
2025-11-14 15:29   ` Thomas Gleixner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).