linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch] i386: more vsyscall documentation
@ 2006-02-25  8:02 Chuck Ebbert
  0 siblings, 0 replies; only message in thread
From: Chuck Ebbert @ 2006-02-25  8:02 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Albert Cahalan, linux-kernel, Linus Torvalds

Document a limitation of vsyscall-sysenter, since patches to fix it
have been rejected.

Signed-off-by: Chuck Ebbert <76306.1226@compuserve.com>

--- 2.6.16-rc4-64.orig/arch/i386/kernel/vsyscall-sysenter.S
+++ 2.6.16-rc4-64/arch/i386/kernel/vsyscall-sysenter.S
@@ -21,6 +21,9 @@
  * instruction clobbers %esp, the user's %esp won't even survive entry
  * into the kernel. We store %esp in %ebp. Code in entry.S must fetch
  * arg6 from the stack.
+ *
+ * You can not use this vsyscall for the clone() syscall because the
+ * three dwords on the parent stack do not get copied to the child.
  */
 	.text
 	.globl __kernel_vsyscall
-- 
Chuck
"Equations are the Devil's sentences."  --Stephen Colbert

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-02-25  8:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-25  8:02 [patch] i386: more vsyscall documentation Chuck Ebbert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).