git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c010b2f
)
x86, pci: iommu fix potential overflow in alloc_iommu()
author
Prarit Bhargava
<prarit@redhat.com>
Mon, 21 Jul 2008 14:15:22 +0000
(10:15 -0400)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 23 Jul 2008 14:45:15 +0000
(16:45 +0200)
It is possible that alloc_iommu()'s boundary_size overflows as
dma_get_seg_boundary can return 0xffffffff. In that case, further usage of
boundary_size triggers a BUG_ON() in the iommu code.
Signed-off-by: Prarit Bhargava <prarit@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found