From: David S. Miller Date: Tue, 20 Jan 2009 06:56:51 +0000 (-0800) Subject: sparc64: Fix DAX handling via userspace access from kernel. X-Git-Tag: v2.6.27.20~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9a94094113f73585f651143113c0c2478ebf34e;p=pandora-kernel.git sparc64: Fix DAX handling via userspace access from kernel. [ Upstream commit fcd26f7ae2ea5889134e8b3d60a42ce8b993c95f ] 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed