[parisc-linux] Debugging 64-bit kernel crashes involving

Kyle McMartin kyle at parisc-linux.org
Thu Mar 8 12:31:20 MST 2007


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]...



More information about the parisc-linux mailing list