lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Fri, 12 Apr 2024 12:15:31 -0400
From: Steven Rostedt <rostedt@...dmis.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: LKML <linux-kernel@...r.kernel.org>, Masami Hiramatsu
 <mhiramat@...nel.org>, Mathieu Desnoyers <mathieu.desnoyers@...icios.com>,
 Andrew Morton <akpm@...ux-foundation.org>, Arnd Bergmann <arnd@...db.de>,
 Prasad Pandit <pjp@...oraproject.org>, Yang Li <yang.lee@...ux.alibaba.com>
Subject: Re: [GIT PULL] tracing: Fixes for v6.9

On Fri, 12 Apr 2024 09:07:18 -0700
Linus Torvalds <torvalds@...ux-foundation.org> wrote:

> On Fri, 12 Apr 2024 at 07:29, Steven Rostedt <rostedt@...dmis.org> 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".

Note, the tab is here:

-	default	128
+	default 128
               ^

That is, the tab was between "default" and "128".

I'm really agnostic to if we care about it, and was questioning about
taking it or not. But, it looks to be a hidden tab in a weird location,
so I took it.

-- Steve
 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ