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:
59c5f46
)
x86/amd-iommu: Fix 3 possible endless loops
author
Joerg Roedel
<joerg.roedel@amd.com>
Mon, 6 Jun 2011 14:04:02 +0000
(16:04 +0200)
committer
Joerg Roedel
<joerg.roedel@amd.com>
Mon, 6 Jun 2011 14:10:15 +0000
(16:10 +0200)
The driver contains several loops counting on an u16 value
where the exit-condition is checked against variables that
can have values up to 0xffff. In this case the loops will
never exit. This patch fixed 3 such loops.
Cc: stable@kernel.org
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
No differences found