We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3151fc5 commit 37192ebCopy full SHA for 37192eb
driver.sh
@@ -171,6 +171,8 @@ build_linux() {
171
[[ $ARCH != "x86_64" ]] && cat ../configs/tt.config >> .config
172
# Enable KASLR for arm64 as it's not yet part of the defconfig
173
[[ $ARCH == "arm64" ]] && cat ../configs/kaslr.config >> .config
174
+ # Disable ftrace on arm32: https://github.com/ClangBuiltLinux/linux/issues/35
175
+ [[ $ARCH == "arm" ]] && ./scripts/config -d CONFIG_FTRACE
176
fi
177
# Make sure we build with CONFIG_DEBUG_SECTION_MISMATCH so that the
178
# full warning gets printed and we can file and fix it properly.
0 commit comments