On 10/18, Oleg Nesterov wrote:
>
> > The semantics is that the entry report always does like
> > UTRACE_SYSCALL_ABORT to skip the actual call, and then
> > there is no exit report.
>
> Thanks! this is easy.

Hmm. This is not what I see in upstream kernel...

Afaics, PTRACE_SYSEMU means:

        - cancel this syscall, and do _not_ report SYSCALL_ENTRY
          to the tracer

        - SYSCALL_EXIT should be reported, but send_sigtrap()
          should be avoied (in case it was SYSEMU_SINGLESTEP).

Correct?

Oleg.

Reply via email to