From: Heiko Carstens Date: Sat, 30 Nov 2013 11:57:13 +0000 (+0100) Subject: s390/vdso: fix access-list entry initialization X-Git-Tag: v3.13-rc4~37^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06aae6834eb473c94a2493c145fc3e6c9fcf26a5;p=pandora-kernel.git 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 Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed