Re: [PATCH v2 0/4] ARC: add missing bits for better BPF support

2022-04-18 Thread Vineet Gupta
On 4/14/22 01:17, Sergey Matyukevich wrote: Hi Vineet and all, Here is the second revision of the patch series implementing the following two features for ARC: - HAVE_REGS_AND_STACK_ACCESS_API - HAVE_SYSCALL_TRACEPOINTS Adding these features enables more BPF programs for ARC kernels, includi

[PATCH v2 0/4] ARC: add missing bits for better BPF support

2022-04-14 Thread Sergey Matyukevich
Hi Vineet and all, Here is the second revision of the patch series implementing the following two features for ARC: - HAVE_REGS_AND_STACK_ACCESS_API - HAVE_SYSCALL_TRACEPOINTS Adding these features enables more BPF programs for ARC kernels, including KPROBE, TRACEPOINT, PERF_EVENT program types.