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:
ada4d4b
)
iommu/vt-d: fix a race window in allocating domain ID for virtual machines
author
Jiang Liu
<jiang.liu@linux.intel.com>
Mon, 6 Jan 2014 06:18:10 +0000
(14:18 +0800)
committer
Joerg Roedel
<joro@8bytes.org>
Thu, 9 Jan 2014 11:43:24 +0000
(12:43 +0100)
Function intel_iommu_domain_init() may be concurrently called by upper
layer without serialization, so use atomic_t to protect domain id
allocation.
Signed-off-by: Jiang Liu <jiang.liu@linux.intel.com>
Cc: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Joerg Roedel <joro@8bytes.org>
No differences found