Re: [PATCH v1] doc: RCU: Fix typo
From: Paul E. McKenney
Date: Thu Aug 27 2026 - 14:06:28 EST
On Thu, Aug 27, 2026 at 09:37:11AM -0700, Randy Dunlap wrote:
>
>
> On 8/27/26 2:05 AM, Costa Shulyupin wrote:
> > strategem -> stratagem.
> >
> > Signed-off-by: Costa Shulyupin <costa.shul@xxxxxxxxxx>
>
> Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
> Thanks.
Hand-applied, thank you both!
Costa, your patch's headers say "Content-Type: text/plain; charset=true"
which "git am" does not like at all. I hand-applied this one because
it is quite simple, but please fix your email setup. If this patch had
been at all complex, I would not have risked hand-applying it.
This line is normally: "Content-Type: text/plain; charset=utf-8"
Thanx, Paul
> > ---
> > Documentation/RCU/Design/Requirements/Requirements.rst | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/Documentation/RCU/Design/Requirements/Requirements.rst b/Documentation/RCU/Design/Requirements/Requirements.rst
> > index 8101fe6229d5..b10e0484ae13 100644
> > --- a/Documentation/RCU/Design/Requirements/Requirements.rst
> > +++ b/Documentation/RCU/Design/Requirements/Requirements.rst
> > @@ -1442,7 +1442,7 @@ periods:
> > corresponding CPU's next scheduling-clock.
> > #. CPUs mentioned in the ``nohz_full`` kernel boot parameter can run
> > indefinitely in the kernel without scheduling-clock interrupts, which
> > - defeats the above need_resched() strategem. RCU will therefore
> > + defeats the above need_resched() stratagem. RCU will therefore
> > invoke resched_cpu() on any ``nohz_full`` CPUs still holding out
> > after 109 milliseconds.
> > #. In kernels built with ``CONFIG_RCU_BOOST=y``, if a given task that
>
> --
> ~Randy