Re: [patch V3 08/12] rseq: Implement time slice extension enforcement timer
From: Steven Rostedt
Date: Wed Oct 29 2025 - 19:53:15 EST
On Wed, 29 Oct 2025 22:37:17 +0100
Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:
> >> + * This check prevents that a granted time slice extension exceeds
> >
> > This check prevents a granted time slice ...
> >
> >> + * the maximum scheduling latency when the grant expired before
>
> I'm not a native speaker, but your suggested edit is bogus. Let me
> put it into the full sentence:
>
> This check prevents a granted time slice extension exceeds
> the maximum ....
>
> Can you spot the fail?
Ah, I should have updated the entire sentence, as the original still sounds
funny to me, but you are correct, that update wasn't enough.
Perhaps:
This check prevents a granted time slice extension from exceeding the
maximum scheduling latency when the grant expires before going back out
to user space.
-- Steve