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:
2474542
)
vfio: Fix PCI mmap after b3b9c293
author
Alex Williamson
<alex.williamson@redhat.com>
Wed, 10 Oct 2012 15:10:31 +0000
(09:10 -0600)
committer
Alex Williamson
<alex.williamson@redhat.com>
Wed, 10 Oct 2012 15:10:31 +0000
(09:10 -0600)
Our mmap path mistakely relied on vma->vm_pgoff to get set in
remap_pfn_range. After
b3b9c293
, that path only applies to
copy-on-write mappings. Set it in our own code.
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
No differences found