Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 160703 Details for
Bug 250898
Missing critical phys_to_virt in lib/swiotlb.c
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
proposed patch
swiotlb_rhel4.patch (text/plain), 570 bytes, created by
Anton Arapov
on 2007-08-04 22:35:00 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Anton Arapov
Created:
2007-08-04 22:35:00 UTC
Size:
570 bytes
patch
obsolete
>diff -urpN linux-2.6.9.orig/arch/ia64/lib/swiotlb.c linux-2.6.9/arch/ia64/lib/swiotlb.c >--- linux-2.6.9.orig/arch/ia64/lib/swiotlb.c 2007-08-04 22:08:52.000000000 +0200 >+++ linux-2.6.9/arch/ia64/lib/swiotlb.c 2007-08-04 22:17:14.000000000 +0200 >@@ -591,7 +591,7 @@ swiotlb_sync_sg(struct device *hwdev, st > > for (i = 0; i < nelems; i++, sg++) > if (sg->dma_address != SG_ENT_PHYS_ADDRESS(sg)) >- sync_single(hwdev, (void *) sg->dma_address, sg->dma_length, dir, target); >+ sync_single(hwdev, phys_to_virt(sg->dma_address), sg->dma_length, dir, target); > } > > void
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 250898
:
160703
|
160759