Re: [PATCH] English fixes in vmalloced kernel stacks documentation
From: Randy Dunlap
Date: Wed Jun 19 2024 - 17:34:04 EST
Hi,
On 6/19/24 2:07 PM, Nir Lichtman wrote:
> @@ -104,7 +104,7 @@ with PAGE_KERNEL protections.
>
> Thread stack allocation is initiated from clone(), fork(), vfork(),
> kernel_thread() via kernel_clone(). Leaving a few hints for searching
> -the code base to understand when and how thread stack is allocated.
> +the code base to understand when and how a thread stack is allocated.
That last part is still not a sentence AFAICT. How about something like:
> Thread stack allocation is initiated from clone(), fork(), vfork(),
> kernel_thread() via kernel_clone(). These are a few hints for searching
> the code base to understand when and how a thread stack is allocated.
--
~Randy