Re: [PATCH v2 00/13] Dynamic Kernel Stacks

From: David Laight

Date: Fri Jun 26 2026 - 04:17:55 EST


On Thu, 18 Jun 2026 07:50:26 -0700
"Zach O'Keefe" <zokeefe@xxxxxxxxxx> wrote:

...
> Dave,
>
> Necroing this thread, as the potential aggregate savings continue to
> stand out for us on the datacenter side (whereas David is motivated
> separately, from the consumer device side).

What are the other kernel memory costs associated with each thread?
While thinks like ps used to assume it was just 4k, it won't be any more.
Even for user threads many things that used to be per-process aren't
any more either.
But just the task structure and FP save area are non-trivial.

David L