syscall -1?

2008-08-14 Thread Chris Moller
syscalls, the same hunk of code that's dumping the [ pid] got syscall entry... stuff. Anyone have a clue what that's all about? It's real--if I stick if (-1 == regs-orig_ax) printk (KERN_ALERT got a syscall -1\n); into the report_syscall code, the msg gets dumped to the console. -- Chris Moller

Re: syscall -1?

2008-08-14 Thread Roland McGrath
Please always mention the kernel version and machine you are using when asking any question like this. The output of uname -a is a good, concise way to include everything I'll need to see. When reporting about a 64-bit kernel, it is also crucial to mention whether the user binaries in question

Re: syscall -1?

2008-08-14 Thread Chris Moller
Roland McGrath wrote: Please always mention the kernel version and machine you are using when asking any question like this. The output of uname -a is a good, Linux hotbox.mollernet.net 2.6.25.6 #8 SMP Tue Jun 24 10:11:08 EDT 2008 i686 i686 i386 GNU/Linux For real code, you should be