From: Blue Swirl <blauwirbel@xxxxxxxxx> Date: Thu, 11 Feb 2010 19:31:47 +0200 > Hi, > > I just browsed sparc-linux list and spotted this bug in the patch: > > childstack = (struct sparc_stackf __user *) > - (sp & ~0x7UL); > + (sp & ~0x15UL); > parentstack = (struct sparc_stackf __user *) > > 0x15UL is wrong, it should be either 0xfUL or 15UL. Thanks, I'll fix that. -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html