commit | 06aae6834eb473c94a2493c145fc3e6c9fcf26a5 | [log] [tgz] |
---|---|---|
author | Heiko Carstens <heiko.carstens@de.ibm.com> | Sat Nov 30 12:57:13 2013 +0100 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Mon Dec 02 15:31:09 2013 +0100 |
tree | 034c17ae409adb1867ac370f3bd8029357328b95 | |
parent | 8cb04be88656ad20ba7cb017726c73b7f33796fb [diff] |
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>