Re: [GIT PULL] tracing: Fixes for v6.9

From: Linus Torvalds
Date: Fri Apr 12 2024 - 12:07:59 EST


On Fri, 12 Apr 2024 at 07:29, Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:
>
> - Replace bad tab with space in Kconfig for FTRACE_RECORD_RECURSION_SIZE

Argh. What parser is this? We need to fix this craziness.

Yes, yes, we have "tabs and spaces" issues due to the fundamental
brokenness of make, and we can't get rid of *that* bogosity.

But for our own Kconfig files? Whitespace is whitespace (ignoring
crazy unicode extensions), we need to get away from "tabs and spaces
act differently".

Linus