Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1195675 > unrolled thread
| Started by | Alexei Starovoitov <ast@plumgrid.com> |
|---|---|
| First post | 2015-07-30 03:50 +0200 |
| Last post | 2015-07-30 03:50 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v4 2/4] bpf: Add new bpf map type to store the pointer to struct perf_event Alexei Starovoitov <ast@plumgrid.com> - 2015-07-30 03:50 +0200
| From | Alexei Starovoitov <ast@plumgrid.com> |
|---|---|
| Date | 2015-07-30 03:50 +0200 |
| Subject | Re: [PATCH v4 2/4] bpf: Add new bpf map type to store the pointer to struct perf_event |
| Message-ID | <pRL8S-wR-13@gated-at.bofh.it> |
On 7/29/15 4:30 PM, Daniel Borkmann wrote: > + if (map && map->map_type == BPF_MAP_TYPE_PERF_EVENT_ARRAY && > + func_id != BPF_FUNC_perf_event_read) this part belongs in patch 3, since patch 2 won't compile as-is. Please keep bi-sectability intact. -- 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 top | Article view | linux.kernel
csiph-web