Message ID | 20240819151129.1366484-1-cupertino.miranda@oracle.com (mailing list archive) |
---|---|
Headers | show |
Series | Correct recent GCC incompatible changes. | expand |
Hello: This series was applied to bpf/bpf-next.git (master) by Andrii Nakryiko <andrii@kernel.org>: On Mon, 19 Aug 2024 16:11:26 +0100 you wrote: > Hi everyone, > > Apologies for the previous patches which did not include a cover letter. > My wish was to send 3 indepepdent patches but after the initial mistake lets keep > this as a series although they are all independent from themselves. > > The changes in this patch series is related to recovering GCC support to > build the selftests. > A few tests and a makefile change have broken the support for GCC in the > last few months. > > [...] Here is the summary with links: - [1/3] selftests/bpf: Disable strict aliasing for verifier_nocsr.c https://git.kernel.org/bpf/bpf-next/c/2aa93695081d - [2/3] selftest/bpf: _GNU_SOURCE redefined in g++ (no matching commit) - [3/3] selftest/bpf: Adapt inline asm operand constraint for GCC support https://git.kernel.org/bpf/bpf-next/c/d9075ac631ce You are awesome, thank you!
On 8/19/24 8:11 AM, Cupertino Miranda wrote: > Hi everyone, > > Apologies for the previous patches which did not include a cover letter. > My wish was to send 3 indepepdent patches but after the initial mistake lets keep > this as a series although they are all independent from themselves. > > The changes in this patch series is related to recovering GCC support to > build the selftests. > A few tests and a makefile change have broken the support for GCC in the > last few months. Cupertino, it would be great if we can speed up to add CI test with gcc-bpf, even just for compilation only.
Hi Yonghong, Working on it. I am almost done! Cupertino On 20-08-2024 20:42, Yonghong Song wrote: > > On 8/19/24 8:11 AM, Cupertino Miranda wrote: >> Hi everyone, >> >> Apologies for the previous patches which did not include a cover letter. >> My wish was to send 3 indepepdent patches but after the initial >> mistake lets keep >> this as a series although they are all independent from themselves. >> >> The changes in this patch series is related to recovering GCC support to >> build the selftests. >> A few tests and a makefile change have broken the support for GCC in the >> last few months. > > Cupertino, it would be great if we can speed up to add CI test with > gcc-bpf, even > just for compilation only. >
On 8/22/24 10:02 AM, Cupertino Miranda wrote: > Hi Yonghong, > > Working on it. I am almost done! Great. Thanks! > > Cupertino > > On 20-08-2024 20:42, Yonghong Song wrote: >> >> On 8/19/24 8:11 AM, Cupertino Miranda wrote: >>> Hi everyone, >>> >>> Apologies for the previous patches which did not include a cover >>> letter. >>> My wish was to send 3 indepepdent patches but after the initial >>> mistake lets keep >>> this as a series although they are all independent from themselves. >>> >>> The changes in this patch series is related to recovering GCC >>> support to >>> build the selftests. >>> A few tests and a makefile change have broken the support for GCC in >>> the >>> last few months. >> >> Cupertino, it would be great if we can speed up to add CI test with >> gcc-bpf, even >> just for compilation only. >>