Bug 116766
| Summary: | IDE CD DMA + 4GB ia32e box == instant panic | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Bill Nottingham <notting> | ||||
| Component: | kernel | Assignee: | Dave Jones <davej> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Brian Brock <bbrock> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | rawhide | CC: | barryn, pfrields, rvokal | ||||
| 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-11-03 03:58:13 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: | 123268 | ||||||
| Attachments: |
|
||||||
|
Description
Bill Nottingham
2004-02-25 00:02:20 UTC
Works in 2.4, FWIW. did this get fixed ? Appears to have been. It's baaaaaaaaaaack.... 2.6.7-1.478 Mounting a CD fails, says it can't read the filesystem. chkisomd5sum on the CD device panics. Created attachment 101992 [details]
Patch fixing the issue
With swiotlb, pci_unmap_sg() was doing pci_unmap_single() instead of
swiotlb_unmap_sg(). This will fail because, swiotlb_map_sg() is
setting up virtual address in sg->dma_address and pci_unmap_single()
expects physical address.
Attached patch will fix the issue.
This issue is fixed in the base sometime back. Sorry forgot to update this bugzilla. Yeah, haven't seen this recently. |