Russell> I through out the idea of accessing user registers for user space
Russell> programs at the top of the kernel stack because it does not work for
Russell> processes exec'd from kernel space.
It doesn't work for the execve() itself, but it works for all
subsequent syscalls. force_successful_syscall() not working for
execve() is of course not a problem, since it returns only on error.
--david
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/