lttng-modules: Multiple fixes
[lttng-ci.git] / scripts / lttng-modules / param-build.sh
index c14bacefaaeb9774ecae10e23cc1dcd489e44573..b576696b08fbcad97fbb37a11ac3f62bd9e70452 100644 (file)
@@ -64,6 +64,9 @@ prepare_lnx_sources() {
     # Don't try to sign modules
     sed -i "s/CONFIG_MODULE_SIG=y/# CONFIG_MODULE_SIG is not set/g" "${outdir}"/.config
 
+    # Disable kernel stack frame correctness validation, introduced in 4.6.0 and currently fails
+    sed -i "s/CONFIG_STACK_VALIDATION=y/# CONFIG_STACK_VALIDATION is not set/g" "${outdir}"/.config
+
     # Enable CONFIG_KALLSYMS_ALL
     echo "CONFIG_KPROBES=y" >> "${outdir}"/.config
     echo "CONFIG_FTRACE=y" >> "${outdir}"/.config
This page took 0.024709 seconds and 4 git commands to generate.