From: Jeremy Fitzhardinge Date: Mon, 30 Mar 2009 02:56:29 +0000 (-0700) Subject: xen/x86-64: fix breakpoints and hardware watchpoints X-Git-Tag: v2.6.31-rc1~410^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cac5a924668a56c7ccefc345805f1fe0536a90e;p=pandora-kernel.git xen/x86-64: fix breakpoints and hardware watchpoints Native x86-64 uses the IST mechanism to run int3 and debug traps on an alternative stack. Xen does not do this, and so the frames were being misinterpreted by the ptrace code. This change special-cases these two exceptions by using Xen variants which run on the normal kernel stack properly. Impact: avoid crash or bad data when IST trap is invoked under Xen Signed-off-by: Jeremy Fitzhardinge --- Reading git-diff-tree failed