Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 423427 - Fixup APEI firmware bug handling in kernel >=3.4
Summary: Fixup APEI firmware bug handling in kernel >=3.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal minor
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL: https://bugzilla.kernel.org/show_bug....
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-25 01:20 UTC by kfm
Modified: 2012-08-23 14:07 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
acpi-apei-fixup-register-definitions.patch (acpi-apei-fixup-register-definitions.patch,1.14 KB, patch)
2012-06-25 01:20 UTC, kfm
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description kfm 2012-06-25 01:20:58 UTC
Created attachment 316205 [details, diff]
acpi-apei-fixup-register-definitions.patch

"Many firmwares have a common register definition bug where 8-bit access width is specified for a 32-bit register. Ideally this should be fixed in the BIOS, but earlier versions of the kernel did not complain, so fix that up silently."

I ran into this issue on a HP ProLiant N40L Microserver. It's more of an annoyance than a hindrance because it floods out the kernel ring buffer over time. Please consider the attached patch for 3.4 trunk.
Comment 1 kfm 2012-06-27 04:25:16 UTC
Amending subject as it it's still needed as of 3.5-rc4.
Comment 2 Mike Pagano gentoo-dev 2012-07-17 15:32:37 UTC
Hi, Kerin.  Sent upstream?
Comment 3 kfm 2012-07-20 22:36:29 UTC
I don't see it in Linus' tree so it would appear not. I'll chase it up.
Comment 4 kfm 2012-08-10 19:14:59 UTC
It landed in 3.4.8 and 3.5.1.
Comment 5 Mike Pagano gentoo-dev 2012-08-23 14:07:32 UTC
Closing then. Thank Kerin