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] [day] [month] [year] [list]
Date:	Wed, 01 Aug 2007 07:09:26 -0700
From:	Joe Perches <joe@...ches.com>
To:	Eugene Teo <eugeneteo@...nel.sg>
Cc:	linux-kernel@...r.kernel.org, David Miller <davem@...emloft.net>
Subject: Re: [PATCH] - Remove current defines and uses of pr_err, add
	pr_emerg, pr_alert, pr_crit, pr_err, pr_warn, pr_notice to
	include/linux/kernel.h

On Wed, 2007-08-01 at 16:24 +0800, Eugene Teo wrote:
> But why are you replacing the existing pr_*() with printk(KERN_*?

Order of compilation if bisected?

The idea is to eventually convert all single line
printk(KERN_<level> fmt "\n",...) to pr_<level>
tree wide.  This leaves only the multiline
printk(foo); printk(bar "\n") code which might
possibly be fixed to eliminate messages that are
interleaved by thread/cpu.

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ