lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 25 May 2022 20:40:39 -0700
From:   Vineet Gupta <vgupta@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     lkml <linux-kernel@...r.kernel.org>,
        arcml <linux-snps-arc@...ts.infradead.org>,
        abrodkin@...opsys.com, "geomatsi@...il.com" <geomatsi@...il.com>
Subject: [GIT PULL] ARC changes for 5.19-rc1

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ