[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CA+55aFzk18SrNcAcU-Km5kXcPHqK=PT0RhwDht3vztasM-oVmg@mail.gmail.com>
Date: Fri, 7 Oct 2016 13:13:35 -0700
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: Joe Perches <joe@...ches.com>
Cc: Jiri Kosina <jikos@...nel.org>,
Colin Ian King <colin.king@...onical.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [GIT PULL] trivial for 4.9
On Fri, Oct 7, 2016 at 1:04 PM, Joe Perches <joe@...ches.com> wrote:
>
> Any printk without a KERN_<level> prefix, and there
> are still many of those, can cause random interleaving.
How about people actually work on *that* instead of working around it?
Because the above really should not be true.
> Not at all. Until printk KERN_<level> uses are mandated,
> then these newlines are still useful.
The patches literally added those '\n' things to the pr_xyz() routines
that *enforce* KERN_<level>.
So really. It's a step backwards. We shouldn't need them. We should
*remove* '\n' at the end, and then if that actually causes problems,
we should fix those problems.
Linus
Powered by blists - more mailing lists