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:
41f7f60
)
parisc: fix IOMMU's device boundary overflow bug on 32bits arch
author
FUJITA Tomonori
<fujita.tomonori@lab.ntt.co.jp>
Wed, 5 Mar 2008 08:09:30 +0000
(17:09 +0900)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Thu, 6 Mar 2008 01:55:13 +0000
(17:55 -0800)
On 32bits boxes, boundary_size becomes zero due to a overflow and we
hit BUG_ON in iommu_is_span_boundary.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Cc: Kyle McMartin <kyle@parisc-linux.org>
Cc: Matthew Wilcox <matthew@wil.cx>
Acked-by: Grant Grundler <grundler@parisc-linux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found