[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20110102090120.GE32469@atrey.karlin.mff.cuni.cz>
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