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:
61d9b93
)
sparc: fix PCI device proc file mmap(2)
author
Alexey Dobriyan
<adobriyan@gmail.com>
Tue, 20 Aug 2013 19:17:24 +0000
(22:17 +0300)
committer
David S. Miller
<davem@davemloft.net>
Thu, 5 Sep 2013 19:12:51 +0000
(12:12 -0700)
Commit
786d7e1612f0b0adb6046f19b906609e4fe8b1ba
"Fix rmmod/read/write races in /proc entries"
must have broken mmapping of PCI device proc files on Sparc.
Notice how it adds wrapper around ->mmap but doesn't do it around ->get_unmapped_area.
Add wrapper around ->get_unmapped_area.
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
fs/proc/inode.c
patch
|
blob
|
history
diff --cc
fs/proc/inode.c
Simple merge