Mathieu Desnoyers <[EMAIL PROTECTED]> writes: > This is an RFC for addition of a new thread flag, TIF_KERNEL_TRACE, to each > architecture to activate system-wide system call tracing. > [...]
Instead of creating a new flag, could you overload TIF_SYSCALL_TRACE, putting the marker into syscall_trace(), and letting !PT_TRACED cause a skip over the ptrace notification logic? - FChE -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/