Gentoo Archives: gentoo-user

From: Volker Armin Hemmann <volkerarmin@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Kernel 2.6.28 BUGS
Date: Wed, 14 Jan 2009 13:32:45
Message-Id: 200901141432.37106.volkerarmin@googlemail.com
In Reply to: Re: [gentoo-user] Kernel 2.6.28 BUGS by David Relson
1 On Mittwoch 14 Januar 2009, David Relson wrote:
2 > On Wed, 14 Jan 2009 14:01:28 +0100
3 >
4 > Daniel Pielmeier wrote:
5 > > 2009/1/14 David Relson <relson@×××××××××××××.com>:
6 > > > I noticed the "taint" message and don't think that's right. How do
7 > > > I identify the tainted module?
8 > >
9 > > Jan 13 21:35:04 osage Pid: 13119, comm: rrdtool Tainted: G D W
10 > > 2.6.28-gentoo #11
11 > >
12 > > rrdtool?
13 > >
14 > > --
15 > > Regards,
16 > > Daniel
17 >
18 > Attached is the full /var/log/messages from the reboot (Jan 13
19 > 22:26:17) to:
20 >
21 > Jan 14 02:26:21 osage BUG: unable to handle kernel NULL pointer dereference
22 > at 0000000000000010
23 >
24 > lines 738&739 are timestamped 02:26:21, list the modules linked in, and
25 > says "Not tainted". lines 778&779 also timestamped 02:26:21, list the
26 > modules linked in, and says "Tainted".
27 >
28 > The modules listed in lines 738 and 778 are identical.
29 >
30 > What the heck? How does the kernel go from "Not tainted" to "Tainted"
31 > in less than a second while generating BUG messages?
32 >
33 > Can a program, i.e. rrdtool, be tainted? I'd not think so since the
34 > program is in user space, not kernel space.
35 >
36 > Regards,
37 >
38 > David
39
40 AFAIK a kernel is tainted after the first bug/ooops. Am I wrong?