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
| ||
|
Message-ID: <20071007233310.GW22435@flower.upol.cz> Date: Mon, 8 Oct 2007 01:33:10 +0200 From: Oleg Verych <olecom@...wer.upol.cz> To: Jan Engelhardt <jengelh@...putergmbh.de> Cc: Ingo Molnar <mingo@...e.hu>, Willy Tarreau <w@....eu>, Rene Herman <rene.herman@...access.nl>, Linux Kernel Mailing List <linux-kernel@...r.kernel.org>, Dave Jones <davej@...hat.com>, Krzysztof Halasa <khc@...waw.pl>, Medve Emilian-EMMEDVE1 <Emilian.Medve@...escale.com>, Helge Deller <deller@....de> Subject: Re: "Re: [PATCH 0/2] Colored kernel output (run2)" + "`Subject:' usage" On Mon, Oct 08, 2007 at 01:01:33AM +0200, Jan Engelhardt wrote: > > On Oct 8 2007 01:02, Oleg Verych wrote: > > > >If you are not going to see OOPes of new kernels running old distros, ask > >any perl hacker (as they lovely mentioned in lkml) to hack for you > >something like: > > > >sed -u -e ' > >/^<1/s_^_'$COLOR1'_ > >/^<2/s_^_'$COLOR2'_ > >/^<3/s_^_'$COLOR3'_ > >/^<4/s_^_'$COLOR4'_ > >/^<5/s_^_'$COLOR5'_ > >/^<6/s_^_'$COLOR6'_ > >/^<7/s_^_'$COLOR7'_ > >' < /proc/kmsg >/dev/tty > > > >place whole that perl shit on initrams of your kernel, run it in > >background as early as possible with switched off default console output > >(i.e. quiet boot). > > > >OVER. > > Speaking of over, this does not fly at all. If you call panic(), > for whatever reason you want, then the printk() is the last thing > that happens after that, you can declare userspace dead. > On oopses, it depends on their severity. Eventually procfs goes > whoops and the kmsg transmission mechanism does not work, and oh, > userspace can't help it. I can rephrase/repeat: Here's discussion about general usage and feature set. The Development/debugging of the kernel, especially early boot or hard core OOPs isn't covered. If a kernel developer wants to have nice looking OOPes, i bet, this has nothing to do with general purpose printk() and loglevels and the kernel, that usually must boot once, until next security update. This is just another debugging tool, that could be written faster than any of the fancy rewrites of the kernel's core. Written many many years ago with much reacher coloring features. ____ - 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