Re: Going up the call stack on a system call

Karim Yaghmour (karym@info.polymtl.ca)
Sun, 21 Nov 1999 21:29:07 -0500


Andi Kleen wrote:
> > Very unlikely, but not impossible ...
>
> For the common case of LinuxThreads stacks it'll fail, because it uses mmap
> for the user stacks (which allocates outside the data area)

Sorry about the previous message, I inadvertly pressed on send.

Yes you're right, again ;). How about :

while(!get_user())
{
}

This should work ... right?

===================================================
Karim Yaghmour
karym@info.polymtl.ca
Operating System Consultant
(Linux kernel, real-time and distributed systems)
===================================================

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