Re: [uml-devel] Re: Uml showstopper bugs for 2.6.14

From: Jeff Dike
Date: Wed Sep 28 2005 - 10:01:24 EST


On Wed, Sep 28, 2005 at 02:15:18PM +0200, Blaisorblade wrote:
> Do you know when this was introduced, and the last working UML version?

It's always been broken, I think. It results from the stub having to
sigreturn by hand because it has no access to the libc restorer, and thus
needing to restore the stack pointer to where it was on entry. I did this
by popping the requisite number of times. Bodo fixed this for i386, and
I need to do something similar for x86_64.

Jeff
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/