lkml.org 
[lkml]   [2001]   [Jan]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: klogd is acting strange with 2.4


>> Before 2.2.18. Now I've tested with both
>> 2.4.1-pre12 and 2.4.1. 2.4 kernel klogd is
>> always using 99% cpu. What gives?
>>

> Can you try 2.4.0? Are you using the 3c59x ethernet driver? I've got the
> same problem on one of my machines, (see message with subject "2.4.1-pre10
> -> 2.4.1 klogd at 100% CPU ; 2.4.0 OK") and the last thing that is logged
> s a message from the 3c59x ethernet driver.

I've seen someone else report that this occurs when klogd reads a NULL
character. In his case the line in the 3c59x.c driver which prints out the
'product code' was responsible for this.

In the 2.4.1 patch this printk has been added to 3c59x.c:-

+ printk(KERN_INFO " product code '%c%c' rev %02x.%d date %02d-"
+ "%02d-%02d\n", eeprom[6]&0xff, eeprom[6]>>8, eeprom[0x14],
+ step, (eeprom[4]>>5) & 15, eeprom[4] & 31, eeprom[4]>>9);

Could you try commenting out these lines and see if it fixes the problem?

Jon


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:25    [W:0.026 / U:0.368 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site