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:
b2f8c07
)
arm64: vdso: put vdso datapage in a separate vma
author
Will Deacon
<will.deacon@arm.com>
Wed, 9 Jul 2014 18:22:11 +0000
(19:22 +0100)
committer
Catalin Marinas
<catalin.marinas@arm.com>
Thu, 17 Jul 2014 15:18:36 +0000
(16:18 +0100)
The VDSO datapage doesn't need to be executable (no code there) or
CoW-able (the kernel writes the page, so a private copy is totally
useless).
This patch moves the datapage into its own VMA, identified as "[vvar]"
in /proc/<pid>/maps.
Cc: Andy Lutomirski <luto@amacapital.net>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/vdso.c
patch
|
blob
|
history
diff --cc
arch/arm64/kernel/vdso.c
Simple merge