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>] [day] [month] [year] [list]
Date:	Sun, 2 Jan 2011 10:01:20 +0100
From:	Pavel Machek <pavel@...ey.karlin.mff.cuni.cz>
To:	alan@...rguk.ukuu.org.uk,
	kernel list <linux-kernel@...r.kernel.org>
Cc:	Andi Kleen <andi@...stfloor.org>
Subject: Re: VT console need rewrite (fwd)

> > Yes. These days kernel sources and kernel messages both contain
> > non-ASCII characters... as well as many filesystems.
> 
> But not in kernel printed messages.

Even in kernel messages.

               "   ,
On OLPC, I see "CAFE NAND ...: corrected 1 symbol errors"

(old/vendor kernel, through).

It still has:

MODULE_DESCRIPTION("NAND flash driver for OLPC CAFÉ chip");

Aha, yes, bug is there even in new kernel:

static struct pci_driver cafe_nand_pci_driver = {
        .name = "CAFÉ NAND",
        .id_table = cafe_nand_tbl,
        .probe = cafe_nand_probe,
        .remove = __devexit_p(cafe_nand_remove),
        .resume = cafe_nand_resume,
};

That pci_driver.name does leak into
kmsg. ./drivers/mtd/nand/cafe_nand.c . I complained about it before...

									Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

--
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