All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ARC changes for 5.19-rc1
@ 2022-05-26  3:40 ` Vineet Gupta
  0 siblings, 0 replies; 4+ messages in thread
From: Vineet Gupta @ 2022-05-26  3:40 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: lkml, arcml, abrodkin, geomatsi

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] ARC changes for 5.19-rc1
@ 2022-05-26  3:40 ` Vineet Gupta
  0 siblings, 0 replies; 4+ messages in thread
From: Vineet Gupta @ 2022-05-26  3:40 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: lkml, arcml, abrodkin, geomatsi

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

_______________________________________________
linux-snps-arc mailing list
linux-snps-arc@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-snps-arc

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] ARC changes for 5.19-rc1
  2022-05-26  3:40 ` Vineet Gupta
@ 2022-05-27  0:32   ` pr-tracker-bot
  -1 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-05-27  0:32 UTC (permalink / raw)
  To: Vineet Gupta; +Cc: Linus Torvalds, lkml, arcml, abrodkin, geomatsi

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!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] ARC changes for 5.19-rc1
@ 2022-05-27  0:32   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-05-27  0:32 UTC (permalink / raw)
  To: Vineet Gupta; +Cc: Linus Torvalds, lkml, arcml, abrodkin, geomatsi

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!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

_______________________________________________
linux-snps-arc mailing list
linux-snps-arc@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-snps-arc

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-05-27  0:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-26  3:40 [GIT PULL] ARC changes for 5.19-rc1 Vineet Gupta
2022-05-26  3:40 ` Vineet Gupta
2022-05-27  0:32 ` pr-tracker-bot
2022-05-27  0:32   ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.