[GIT PULL] ARC changes for 5.19-rc1
Vineet Gupta
vgupta at kernel.org
Wed May 25 20:40:39 PDT 2022
Hi Linus,
Please pull.
Thx,
-Vineet
--------------->
The following changes since commit af2d861d4cd2a4da5137f795ee3509e6f944a25b:
Linux 5.18-rc4 (2022-04-24 14:51:22 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/
tags/arc-5.19-rc1
for you to fetch changes up to 6aa98f6217861889523e38b0141c8c71b2ef8a83:
ARC: bpf: define uapi for BPF_PROG_TYPE_PERF_EVENT program type
(2022-04-26 09:35:28 -0700)
----------------------------------------------------------------
ARC changes for 5.19-rc1
- Basic eBPF support (Sergey)
----------------------------------------------------------------
Sergey Matyukevich (4):
ARC: enable HAVE_REGS_AND_STACK_ACCESS_API feature
ARC: implement syscall tracepoints
ARC: disasm: handle ARCv2 case in kprobe get/set functions
ARC: bpf: define uapi for BPF_PROG_TYPE_PERF_EVENT program type
arch/arc/Kconfig | 2 +
arch/arc/include/asm/perf_event.h | 4 +
arch/arc/include/asm/ptrace.h | 27 ++++++
arch/arc/include/asm/syscall.h | 2 +
arch/arc/include/asm/thread_info.h | 5 +-
arch/arc/include/uapi/asm/bpf_perf_event.h | 9 ++
arch/arc/kernel/disasm.c | 64 ++++++++++++-
arch/arc/kernel/entry.S | 12 +--
arch/arc/kernel/ptrace.c | 140
++++++++++++++++++++++++++++-
9 files changed, 253 insertions(+), 12 deletions(-)
create mode 100644 arch/arc/include/uapi/asm/bpf_perf_event.h
More information about the linux-snps-arc
mailing list