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:
f91ba19
)
AMD IOMMU: fix possible race while accessing iommu->need_sync
author
Joerg Roedel
<joerg.roedel@amd.com>
Wed, 3 Dec 2008 11:19:27 +0000
(12:19 +0100)
committer
Joerg Roedel
<joerg.roedel@amd.com>
Wed, 3 Dec 2008 11:20:46 +0000
(12:20 +0100)
The access to the iommu->need_sync member needs to be protected by the
iommu->lock. Otherwise this is a possible race condition. Fix it with
this patch.
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
No differences found