From: Andy Lutomirski Date: Fri, 25 Jul 2014 23:27:01 +0000 (-0700) Subject: x86/vdso: Set VM_MAYREAD for the vvar vma X-Git-Tag: omap-for-v3.17/fixes-against-rc2~169^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac379835e820de27429b5c4eadf4c1b40320cff4;p=pandora-kernel.git x86/vdso: Set VM_MAYREAD for the vvar vma The VVAR area can, obviously, be read; that is kind of the point. AFAIK this has no effect whatsoever unless x86 suddenly turns into a nommu architecture. Nonetheless, not setting it is suspicious. Reported-by: Nathan Lynch Signed-off-by: Andy Lutomirski Link: http://lkml.kernel.org/r/e4c8bf4bc2725bda22c4a4b7d0c82adcd8f8d9b8.1406330779.git.luto@amacapital.net Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed