Bug 118002
| Summary: | memcpy_fromio, memcpy_toio missing from kernel | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Timo Kujala <tiku> | 
| Component: | kernel | Assignee: | Arjan van de Ven <arjanv> | 
| Status: | CLOSED RAWHIDE | QA Contact: | Brian Brock <bbrock> | 
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | lorenzo | 
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2004-05-03 17:58:19 UTC | Type: | --- | 
| Regression: | --- | Mount Type: | --- | 
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 114961 | ||
| Andi Kleen just sent a fix to this to Linus; we'll pick that up in a day or two. *** Bug 118128 has been marked as a duplicate of this bug. *** Fixed in kernel-2.6.4-2.275. | 
From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8 Description of problem: memcpy_fromio and memcpy_toio are missing from kernel. Many modules, including sound drivers refuse to load because of that. Seems that nobody in the vmlinux uses them so linker leaves them out. Current kernel: 2.6.3-2.1.253. Happened with .246 kernel too. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Compile kernel with stock x86_64 options 2. 3. Actual Results: memcpy_fromio and memcpy_toio are not in vmlinux Expected Results: Well, they should be in vmlinux as drivers need it. Additional info: The precompiled kernel rpm suffers from this same problem.