Re: [PATCH 16/24] link_path_walk: kill the recursion

From: Linus Torvalds
Date: Mon Apr 20 2015 - 17:41:37 EST


On Mon, Apr 20, 2015 at 2:32 PM, Al Viro <viro@xxxxxxxxxxxxxxxxxx> wrote:
>
> A kilobyte would suffice for 32 levels. _IF_ we go for "lift the restrictions
> on nesting completely", sure, we want to switch to (on-demand) dynamic
> allocation.

And no, we will *never* lift the recursion limit. Not for 1kB, not for
1MB. Never.

Because it's a latency and DoS issue too. We need to react well to
true loops, but also to "very deep" non-loops. It's not about memory
use, it's about users triggering unreasonable CPU resources.

Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/