Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tetragon: Add clang 14 #395

Closed
wants to merge 4 commits into from
Closed

tetragon: Add clang 14 #395

wants to merge 4 commits into from

Conversation

olsajiri
Copy link
Contributor

@olsajiri olsajiri commented Sep 9, 2022

use clang 14

Signed-off-by: Jiri Olsa jolsa@kernel.org

@olsajiri
Copy link
Contributor Author

we can't use the workaround for clang 14 introduced in 754cdbe ,

because it unrolls into ~16k instructions and it breaks validation for us later in other code that uses this function

@olsajiri olsajiri force-pushed the clang_14 branch 5 times, most recently from 93d0692 to 77f05e5 Compare September 23, 2022 22:10
@olsajiri olsajiri force-pushed the clang_14 branch 3 times, most recently from e67c64b to 7d85d9e Compare October 12, 2022 06:48
@olsajiri olsajiri marked this pull request as ready for review October 12, 2022 08:08
@olsajiri olsajiri requested a review from a team as a code owner October 12, 2022 08:08
@olsajiri olsajiri requested a review from tixxdz October 12, 2022 08:08
@olsajiri
Copy link
Contributor Author

olsajiri commented Nov 2, 2022

@willfindlay I guess you could unblock the CI? thnx

Switching to clang-14 in Dockerfile.clang, the new
version is 14.0.0-1ubuntu1.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
The clang  14 seems to use dwarf 5 by default and TestStructAlignments
can't read it properly and fails.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Clang tries to unroll the prepend_path which ends up in really big
code which does not pass verifier. Making sure it's always unrolled
for __LARGE_BPF_PROG programs.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Switching to clang 14.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
@olsajiri
Copy link
Contributor Author

olsajiri commented Nov 4, 2022

using #397 for this

@olsajiri olsajiri closed this Nov 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant