Re: [PATCH v3 05/11] x86/tracing: fix compat syscall handling

From: Thomas Gleixner
Date: Wed Oct 12 2016 - 09:55:56 EST


On Tue, 11 Oct 2016, Marcin Nowakowski wrote:
> -/*
> - * Because ia32 syscalls do not map to x86_64 syscall numbers
> - * this screws up the trace output when tracing a ia32 task.
> - * Instead of reporting bogus syscalls, just do not trace them.
> - *
> - * If the user really wants these, then they should use the
> - * raw syscall tracepoints with filtering.

Why aren't you moving this information to the new place? It's valuable.

Thanks,

tglx