Skip to content
Snippets Groups Projects
Commit 1d1dc5e8 authored by Stefan Richter's avatar Stefan Richter
Browse files

firewire: fw-ohci: fix IOMMU resource exhaustion

There is a DMA map/ unmap imbalance whenever a block write request
packet is sent and then dequeued with ohci_cancel_packet.  The latter
may happen frequently if the AR resp tasklet is executed before the AT
req tasklet for the same transaction.

Add the missing dma_unmap_single.  This fixes
https://bugzilla.redhat.com/show_bug.cgi?id=475156



Reported-by: Emmanuel Kowalski
Tested-by: Emmanuel Kowalski
Signed-off-by: default avatarStefan Richter <stefanr@s5r6.in-berlin.de>
parent ec9a13cd
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment