From: Andrii Nakryiko Date: Tue, 7 May 2024 21:31:20 +0000 (-0700) Subject: Merge branch 'bpf-avoid-attribute-ignored-warnings-in-gcc' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=eda80aacd00c016d7c03a2bfe231fafdce0e16b0;p=linux.git Merge branch 'bpf-avoid-attribute-ignored-warnings-in-gcc' Jose E. Marchesi says: ==================== bpf: avoid `attribute ignored' warnings in GCC 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.] ==================== Link: https://lore.kernel.org/r/20240507074227.4523-1-jose.marchesi@oracle.com Signed-off-by: Andrii Nakryiko --- eda80aacd00c016d7c03a2bfe231fafdce0e16b0