s390/vdso: fix access-list entry initialization
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Sat, 30 Nov 2013 11:57:13 +0000 (12:57 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 2 Dec 2013 14:31:09 +0000 (15:31 +0100)
commit06aae6834eb473c94a2493c145fc3e6c9fcf26a5
tree034c17ae409adb1867ac370f3bd8029357328b95
parent8cb04be88656ad20ba7cb017726c73b7f33796fb
s390/vdso: fix access-list entry initialization

The access-list entry is supposed to have the fetch-only bit set, however
a reserved bit got set instead.
Userspace isn't able to write to the page anyway since the accessed page
has the read-only bit set. So this saves us only for bad surprises in the
future if the reserved bit gets used.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/vdso.c