Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 335003

Summary: sys-kernel/gentoo-sources-2.6.34-r1 "event-scan failed" logflood
Product: Gentoo Linux Reporter: Florian Steinel <Florian.Steinel>
Component: [OLD] Core systemAssignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers <kernel>
Status: RESOLVED FIXED    
Severity: normal Keywords: InVCS
Priority: High    
Version: unspecified   
Hardware: PPC   
OS: Linux   
URL: http://www.mail-archive.com/linuxppc-dev@lists.ozlabs.org/msg44068.html
Whiteboard: linux-2.6.34-regression
Package list:
Runtime testing required: ---

Description Florian Steinel 2010-08-28 12:16:35 UTC
After upgrading to kernel 2.6.34 it sends
the message "event-scan failed" to the kernel log about 60 times per second
as long as it's running.

See URL for the patch.
Comment 1 Florian Steinel 2010-08-28 12:22:54 UTC
The mentioned patch is included in gentoo-sources-2.6.34-r1 but i still get the logflood!
Comment 2 Florian Steinel 2010-08-28 12:32:05 UTC
(In reply to comment #1)
Sorry, the patch just doesn't applay anymore but is still needed.
arch/powerpc/kernel/rtasd.c:
ca. row 490
+       if (!rtas_event_scan_rate) {
+               /* Broken firmware: take a rate of zero to mean don't scan */
+               printk(KERN_DEBUG "rtasd: scan rate is 0, not scanning\n");
+               return 0;
+       }
+
        /* Make room for the sequence number */
        rtas_error_log_max = rtas_get_error_log_max();
        rtas_error_log_buffer_max = rtas_error_log_max + sizeof(int);
Comment 4 Mike Pagano gentoo-dev 2010-09-15 17:00:05 UTC
Released in gentoo-sources-2.6.34-r6