Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1197176

Re: [PATCH v5 0/4] bpf: Introduce the new ability of eBPF programs to access hardware PMU counter

From Alexei Starovoitov <ast@plumgrid.com>
Newsgroups linux.kernel
Subject Re: [PATCH v5 0/4] bpf: Introduce the new ability of eBPF programs to access hardware PMU counter
Date 2015-07-31 18:40 +0200
Message-ID <pSlvJ-2Sa-17@gated-at.bofh.it> (permalink)
References <pShip-53l-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 7/31/15 4:59 AM, Kaixu Xia wrote:
> changes in V5:
>   - move struct fd_array_map_ops* fd_ops to bpf_map;
>   - move array perf event decrement refcnt function to
>     map_free;
>   - fix the NULL ptr of perf_event_get();
>   - move bpf_perf_event_read() to kernel/bpf/bpf_trace.c;
>   - get rid of the remaining struct bpf_prog;
>   - move the unnecessay cast on void *;

overall looks good. few nits here and there...

With amount of changes to bpf core in patch 1 it definitely
needs to go via net-next, otherwise merge window conflicts
will be nasty.

Ingo, Peter, could you please review perf bits in patches 2 and 3,
so we can take the whole set via net-next.

Thanks!

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

Re: [PATCH v5 0/4] bpf: Introduce the new ability of eBPF programs to  access hardware PMU counter Alexei Starovoitov <ast@plumgrid.com> - 2015-07-31 18:40 +0200

csiph-web