These two patches avoid warnings (turned into errors) when building the BPF selftests with GCC. [Changes from V1: - As requested by reviewer, an additional patch has been added in order to remove __hidden from the `private' macro in cpumask_common.h. - Typo bening -> benign fixed in the commit message of the second patch.] Jose E. Marchesi (2): bpf: avoid __hidden__ attribute in static object bpf: disable some `attribute ignored' warnings in GCC tools/testing/selftests/bpf/Makefile | 2 +- tools/testing/selftests/bpf/progs/cpumask_common.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- 2.30.2