From: Martin Schwidefsky Date: Mon, 7 Nov 2005 08:59:11 +0000 (-0800) Subject: [PATCH] s390: const pointer uaccess X-Git-Tag: v2.6.15-rc1~639 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1047aa7723997620ba03a21429d2c5d923ebf48f;p=pandora-kernel.git [PATCH] s390: const pointer uaccess Using __typeof__(*ptr) on a pointer to const makes the __x variable in __get_user const as well. The latest gcc will refuse to write to it. Signed-off-by: Martin Schwidefsky Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed