Re: [PATCH 2/2] docs: kernel-parameters: fix a truncated sentence for preempt=lazy

From: Sebastian Andrzej Siewior

Date: Mon Sep 21 2026 - 07:38:42 EST


On 2026-09-20 10:20:03 [+0800], Quchaosheng wrote:
> The "lazy" entry ends with:
>
> One preemption is when the task returns to user space.
>
> which is not a sentence. It is a leftover from shortening "One such
> preemption is when the task returns to user space." Add the missing
> word back.
>
> Fixes: f66e4a996582 ("sched/core: Update kernel boot parameters for LAZY preempt.")
> Signed-off-by: Quchaosheng <quchaosheng000406@xxxxxxx>
> ---
> Documentation/admin-guide/kernel-parameters.txt | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
> index 33cd30996e47..6c1bfba180a2 100644
> --- a/Documentation/admin-guide/kernel-parameters.txt
> +++ b/Documentation/admin-guide/kernel-parameters.txt
> @@ -5453,8 +5453,8 @@ Kernel parameters
> lazy - Scheduler controlled. Similar to full but instead
> of preempting the task immediately, the task gets
> one HZ tick time to yield itself before the
> - preemption will be forced. One preemption is when the
> - task returns to user space.
> + preemption will be forced. One such preemption is
> + when the task returns to user space.

I think if you do "preemption point" the sentence becomes English again.

>
> print-fatal-signals=
> [KNL] debug: print fatal signals

Sebastian