Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1576051
| From | Mickaël Salaün <mic@digikod.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 0/5] Miscellaneous fixes for BPF (perf tree) |
| Date | 2017-02-07 22:00 +0100 |
| Message-ID | <t8l1M-7If-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This series brings some fixes and small improvements to the BPF library and
samples.
This is intended for the perf tree and apply on e06094ab6755 ("Merge
remote-tracking branch 'tip/perf/urgent' into perf/core").
Changes since v2:
* add this cover letter
Changes since v1:
* exclude patches not intended for the perf tree
Regards,
Mickaël Salaün (5):
bpf: Add missing header to the library
bpf: Simplify bpf_load_program() error handling in the library
samples/bpf: Ignore already processed ELF sections
samples/bpf: Reset global variables
samples/bpf: Add missing header
samples/bpf/bpf_load.c | 7 +++++++
samples/bpf/tracex5_kern.c | 1 +
tools/lib/bpf/bpf.c | 18 ++++++------------
tools/lib/bpf/bpf.h | 1 +
4 files changed, 15 insertions(+), 12 deletions(-)
--
2.11.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v3 0/5] Miscellaneous fixes for BPF (perf tree) Mickaël Salaün <mic@digikod.net> - 2017-02-07 22:00 +0100
[PATCH v3 1/5] bpf: Add missing header to the library Mickaël Salaün <mic@digikod.net> - 2017-02-07 22:00 +0100
Re: [PATCH v3 1/5] bpf: Add missing header to the library "Wangnan (F)" <wangnan0@huawei.com> - 2017-02-08 03:50 +0100
Re: [PATCH v3 1/5] bpf: Add missing header to the library Arnaldo Carvalho de Melo <acme@redhat.com> - 2017-02-08 20:50 +0100
[PATCH v3 3/5] samples/bpf: Ignore already processed ELF sections Mickaël Salaün <mic@digikod.net> - 2017-02-07 22:00 +0100
[PATCH v3 5/5] samples/bpf: Add missing header Mickaël Salaün <mic@digikod.net> - 2017-02-07 22:00 +0100
[PATCH v3 4/5] samples/bpf: Reset global variables Mickaël Salaün <mic@digikod.net> - 2017-02-07 22:00 +0100
csiph-web