mirror of https://github.com/torvalds/linux.git
Invoke rseq_handle_notify_resume() from tracehook_notify_resume() now
that the two function are always called back-to-back by architectures
that have rseq. The rseq helper is stubbed out for architectures that
don't support rseq, i.e. this is a nop across the board.
Note, tracehook_notify_resume() is horribly named and arguably does not
belong in tracehook.h as literally every line of code in it has nothing
to do with tracing. But, that's been true since commit
|
||
|---|---|---|
| .. | ||
| probes | ||
| vdso | ||
| Makefile | ||
| asm-offsets.c | ||
| atomic.S | ||
| cpu-probe.c | ||
| entry.S | ||
| ftrace.c | ||
| head.S | ||
| irq.c | ||
| module.c | ||
| perf_callchain.c | ||
| perf_event.c | ||
| perf_regs.c | ||
| power.c | ||
| process.c | ||
| ptrace.c | ||
| setup.c | ||
| signal.c | ||
| smp.c | ||
| stacktrace.c | ||
| syscall.c | ||
| syscall_table.c | ||
| time.c | ||
| traps.c | ||
| vdso.c | ||
| vmlinux.lds.S | ||