Re: [PATCH v4 0/3] Miscellaneous fixes for BPF (perf tree)

From: Wangnan (F)
Date: Sun Feb 12 2017 - 20:43:02 EST




On 2017/2/9 4:27, MickaÃl SalaÃn wrote:
This series brings some fixes and small improvements to the BPF samples.

This is intended for the perf tree and apply on 7a5980f9c006 ("tools lib bpf:
Add missing header to the library").

Changes since v3:
* remove applied patch 1/5
* remove patch 2/5 on bpf_load_program() as requested by Wang Nan

Changes since v2:
* add this cover letter

Changes since v1:
* exclude patches not intended for the perf tree

Regards,

MickaÃl SalaÃn (3):
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 +
2 files changed, 8 insertions(+)

Looks good to me.

Thank you.