]> git.baikalelectronics.ru Git - kernel.git/commit
tools: include reallocarray feature test in FEATURE_TESTS_BASIC
authorJakub Kicinski <jakub.kicinski@netronome.com>
Sat, 14 Jul 2018 02:08:59 +0000 (19:08 -0700)
committerDaniel Borkmann <daniel@iogearbox.net>
Sat, 14 Jul 2018 08:38:48 +0000 (10:38 +0200)
commitec919815d46c8e7857707d37de2861fd8f1085ce
treef1361b7b91d8ea7616f1e31b10df7c540588350a
parenta8f43e405b17d7a64d113d0a0cc5a9ec7b6acb9a
tools: include reallocarray feature test in FEATURE_TESTS_BASIC

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 6d4720c512ee ("tools: bpf: make use of reallocarray") added
reallocarray use to libbpf, make perf also perform the reallocarray
feature check.

Fixes: 6d4720c512ee ("tools: bpf: make use of reallocarray")
Reported-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
tools/build/Makefile.feature