From: Catalin Marinas Date: Fri, 24 Jun 2005 20:27:39 +0000 (+0100) Subject: [PATCH] ARM: 2698/1: Enable kernel r/w access to user pages on ARMv6 X-Git-Tag: v2.6.13-rc1~68^2~251^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79042f087b5ac7bba819de03dc3e7462bab8aad9;p=pandora-kernel.git [PATCH] ARM: 2698/1: Enable kernel r/w access to user pages on ARMv6 Patch from Catalin Marinas cpu_v6_set_pte() sets the kernel access rights to r/o for user pages (L_PTE_USER) when neither L_PTE_WRITE nor L_PTE_DIRTY are set. This causes a kernel data abort when writing the TLS value in the 0xffff0000 page. This patch enables the kernel r/w access. Signed-off-by: Catalin Marinas Signed-off-by: Russell King --- Reading git-diff-tree failed