mbox series

[GIT,PULL] ARC changes for 5.19-rc1

Message ID a22af786-288f-92ad-79a0-0f40768cfdbc@kernel.org
State New
Headers show
Series [GIT,PULL] ARC changes for 5.19-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-5.19-rc1

Message

Vineet Gupta May 26, 2022, 3:40 a.m. UTC
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

Comments

pr-tracker-bot@kernel.org May 27, 2022, 12:32 a.m. UTC | #1
The pull request you sent on Wed, 25 May 2022 20:40:39 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-5.19-rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ba62a537b48d7ae60524000efe01c9e76e2a5b2d

Thank you!