Re: arguments in /proc/$pid/syscall broken on x86_64

2008-10-13 Thread Roland McGrath
The x86 syscall.h work was merged into Linus's tree in the merge window after 2.6.27 went. So I've posted the fix patch to LKML. It should go in Linus's tree ASAP. Thanks, Roland

Re: arguments in /proc/$pid/syscall broken on x86_64

2008-10-13 Thread Roland McGrath
Ack! That was a stupid braino on my part, sigh. I'll post a complete version that also fixes the set side. Thanks, Roland

arguments in /proc/$pid/syscall broken on x86_64

2008-10-13 Thread Petr Tesarik
Hello Roland, I noticed that the order of arguments in /proc/$pid/syscall is reversed on x86_64 (both 32-bit and 64-bit processes). I've CCed Ingo and Thomas, because x86-tracehook is now in x86/tip, IIRC. The following patch fixes it: Get syscall arguments for syscall_get_arguments() in correc