Andrea Arcangeli wrote: > vsyscalls will never execute anything like execve. They can at most > modify userspace memory a fixed address, so if the userspace isn't > fixed, then nothing can be done with a vsyscall. Are we talking about the same x86_64? I see this in arch/x86_64/vsyscall.S: __kernel_vsyscall: .LSTART_vsyscall: push %ebp .Lpush_ebp: movl %ecx, %ebp syscall Is that page not mapped into userspace? If the answer is no, then btw we were talking about i386 until you joined in. :) The "sysenter" instruction is definitely mapped into userspace there. -- Jamie - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo _at_ vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Follow-Ups:
- Re: [RFC][PATCH] linux-2.6.2-rc2_vsyscall-gtod_B1.patchAndrea Arcangeli
- [RFC][PATCH] linux-2.6.2-rc2_vsyscall-gtod_B1.patchjohn stultz
- Re: [RFC][PATCH] linux-2.6.2-rc2_vsyscall-gtod_B1.patchUlrich Drepper
- Re: [RFC][PATCH] linux-2.6.2-rc2_vsyscall-gtod_B1.patchAndrea Arcangeli
- Re: [RFC][PATCH] linux-2.6.2-rc2_vsyscall-gtod_B1.patchUlrich Drepper
- Re: [RFC][PATCH] linux-2.6.2-rc2_vsyscall-gtod_B1.patchJamie Lokier
- Re: [RFC][PATCH] linux-2.6.2-rc2_vsyscall-gtod_B1.patchAndrea Arcangeli
- Re: [RFC][PATCH] linux-2.6.2-rc2_vsyscall-gtod_B1.patchJamie Lokier
- Re: [RFC][PATCH] linux-2.6.2-rc2_vsyscall-gtod_B1.patchAndrea Arcangeli
- Prev by Date: Re: [PATCH 2.6.1 -- take two] Add CRC32C chksums to crypto and libroutines
- Next by Date: Re: sched-idle and disk-priorities for 2.6.X
- Previous by thread: Re: [RFC][PATCH] linux-2.6.2-rc2_vsyscall-gtod_B1.patch
- Next by thread: Re: [RFC][PATCH] linux-2.6.2-rc2_vsyscall-gtod_B1.patch
- Indexes:[Main][Thread]