diff options
-rw-r--r-- | arch/x86/vdso/vma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/vdso/vma.c b/arch/x86/vdso/vma.c index dbef622bb5af..970463b566cf 100644 --- a/arch/x86/vdso/vma.c +++ b/arch/x86/vdso/vma.c | |||
@@ -138,7 +138,7 @@ static int map_vdso(const struct vdso_image *image, bool calculate_addr) | |||
138 | vma = _install_special_mapping(mm, | 138 | vma = _install_special_mapping(mm, |
139 | addr, | 139 | addr, |
140 | -image->sym_vvar_start, | 140 | -image->sym_vvar_start, |
141 | VM_READ, | 141 | VM_READ|VM_MAYREAD, |
142 | &vvar_mapping); | 142 | &vvar_mapping); |
143 | 143 | ||
144 | if (IS_ERR(vma)) { | 144 | if (IS_ERR(vma)) { |