On Tue, Feb 27, 2007 at 06:02:10PM -0600, James Bottomley wrote:
> + /* need to be executing in user context */
> + if (regs->iasq[0] != 0 || regs->iasq[1] != 0) {
Is there a reason we can't use user_space() from ptrace.h here? You may have
just spotted a subtle bug elsewhere since user_space only checks iasq[1]...