Re: [PATCH 0/3] restart_block: simplify expiration timestamps

From: Peter Zijlstra

Date: Tue Nov 11 2025 - 05:04:10 EST


On Tue, Nov 11, 2025 at 10:48:45AM +0100, Christian Brauner wrote:
> On Mon, Nov 10, 2025 at 10:38:50AM +0100, Thomas Weißschuh wrote:
> > 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, @Peter, do the timer/futex changes look fine to you?

Yeah, I suppose. But I forever forget the restart block details.

That is, I don't object to the changes, but I need to spend more time to
ascertain correctness if that's the ask.