Re: [PATCH bpf-next] tools: include reallocarray feature test in FEATURE_TESTS_BASIC

2018-07-14 Thread Daniel Borkmann
On 07/14/2018 04:26 AM, Guenter Roeck wrote: > On 07/13/2018 07:08 PM, Jakub Kicinski wrote: >> perf propagates its feature check results to libbpf.  This means >> features for which perf probes must be a superset of libbpf's >> required features.  perf depends on FEATURE_TESTS_BASIC for its list >

Re: [PATCH bpf-next] tools: include reallocarray feature test in FEATURE_TESTS_BASIC

2018-07-13 Thread Guenter Roeck
On 07/13/2018 07:08 PM, Jakub Kicinski wrote: perf propagates its feature check results to libbpf. This means features for which perf probes must be a superset of libbpf's required features. perf depends on FEATURE_TESTS_BASIC for its list of features. commit 531b014e7a2f ("tools: bpf: make us

[PATCH bpf-next] tools: include reallocarray feature test in FEATURE_TESTS_BASIC

2018-07-13 Thread Jakub Kicinski
perf propagates its feature check results to libbpf. This means features for which perf probes must be a superset of libbpf's required features. perf depends on FEATURE_TESTS_BASIC for its list of features. commit 531b014e7a2f ("tools: bpf: make use of reallocarray") added reallocarray use to li