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:
1d61e73
)
x86/amd-iommu: Fix crash when request_mem_region fails
author
Joerg Roedel
<joerg.roedel@amd.com>
Fri, 28 May 2010 12:26:48 +0000
(14:26 +0200)
committer
Joerg Roedel
<joerg.roedel@amd.com>
Tue, 1 Jun 2010 08:03:08 +0000
(10:03 +0200)
When request_mem_region fails the error path tries to
disable the IOMMUs. This accesses the mmio-region which was
not allocated leading to a kernel crash. This patch fixes
the issue.
Cc: stable@kernel.org
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
No differences found