On Fri, 05 Aug 2005 17:46:13 +0100
Antoine Martin <[email protected]> wrote:
> > > [ 4788.218995] Pid: 19002, comm: ssh Tainted: G M 2.6.13-rc5
> >
> > Which of your modules is non-GPL and can you please remove them and see if
> > there's still a problem?
> Hmm. I occasionally use out-of-tree drivers (wlan cards mainly) so I
> thought these could be the culprit, but all the above are in the source
> tree (I keep the others out):
>From Documentation/oops-tracing.txt:
'G' if all modules loaded have a GPL or compatible license, 'P' if
any proprietary module has been loaded.
...
In other words, your kernel is tainted, but all modules are GPL.
See also the check in panic.c:
...
tainted & TAINT_PROPRIETARY_MODULE ? 'P' : 'G',
...
It seems that yout kernel was tainted by a machine check exception (MCE).
This should be visible in dmesg somewhere, and might indicate a hardware
problem.
Regards
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
|
|