From: David S. Miller Date: Tue, 20 Jan 2009 06:44:04 +0000 (-0800) Subject: sparc64: Fix DAX handling via userspace access from kernel. X-Git-Tag: v2.6.29-rc3~24^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcd26f7ae2ea5889134e8b3d60a42ce8b993c95f;p=pandora-kernel.git sparc64: Fix DAX handling via userspace access from kernel. If we do a userspace access from kernel mode, and get a data access exception, we need to check the exception table just like a normal fault does. The spitfire DAX handler was doing this, but such logic was missing from the sun4v DAX code. Reported-by: Dennis Gilmore Signed-off-by: David S. Miller --- Reading git-diff-tree failed