| Summary: | sys-kernel/gentoo-sources-2.6.34-r1 "event-scan failed" logflood | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Florian Steinel <Florian.Steinel> |
| Component: | [OLD] Core system | Assignee: | 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
The mentioned patch is included in gentoo-sources-2.6.34-r1 but i still get the logflood! (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); Released in gentoo-sources-2.6.34-r6 |