Re: [PATCH v2 00/13] Dynamic Kernel Stacks
From: Dave Hansen
Date: Fri Apr 24 2026 - 15:41:46 EST
On 4/24/26 12:14, David Stevens wrote:
> The question is then: is this approach something that is fundamentally
> untenable in the kernel
Yes. Fundamentally untenable.
Not allowing stack faults has been a wonderful simplification. It's one
of those things that just plain makes the kernel easier to maintain.
Saving low single digits of system memory is not exactly making me eager
to go back to the harder-to-maintain days.
I seriously doubt that this 1% is the lowest hanging fruit for memory
bloat on these systems. ;)