On 03/27, Jiri Olsa wrote: > > Suggested-by: Andrii Nakryiko <andrii@xxxxxxxxxx> > Acked-by: Andrii Nakryiko <andrii@xxxxxxxxxx> > Signed-off-by: Oleg Nesterov <oleg@xxxxxxxxxx> > Signed-off-by: Jiri Olsa <jolsa@xxxxxxxxxx> > --- > arch/x86/entry/syscalls/syscall_64.tbl | 1 + > arch/x86/kernel/uprobes.c | 83 ++++++++++++++++++++++++++ > include/linux/syscalls.h | 2 + > include/linux/uprobes.h | 2 + > include/uapi/asm-generic/unistd.h | 5 +- > kernel/events/uprobes.c | 18 ++++-- > kernel/sys_ni.c | 2 + > 7 files changed, 108 insertions(+), 5 deletions(-) Just in case, Reviewed-by: Oleg Nesterov <oleg@xxxxxxxxxx>