Please send a patch that creates a linux/m68k/syscallent.h with correct
contents, unless m68k really matches i386 exactly.  Please also compose
ChangeLog entries in the canonical format you see there and send those
ahead of the patch.

> A point I'm not clear on: is the inclusion of __NR_exit_group or
> SYS_exit as real syscall no in the defs really necessary? powerpc also
> calls the same function on both exit and exit_group, but doesn't pass the
> real syscall number to the strace handler function.

Sorry, I haven't figured out what you are talking about here.  The
__NR_exit_group and SYS_* definitions need to be correct (what the kernel
really uses), and the table entries for those should use sys_exit.
Otherwise, the internal process tracking will not work right because it
won't be treating the exit and exit_group syscalls with the right magic.

I've put in the change to define __NR_exit_group for M68K.
That much is clearly correct.


Thanks,
Roland


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to