X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=scripts%2Flttng-modules%2Fparam-build.sh;h=b576696b08fbcad97fbb37a11ac3f62bd9e70452;hb=7e94286326f4ebc57b062d93ce8a53d55db14179;hp=c14bacefaaeb9774ecae10e23cc1dcd489e44573;hpb=a822250c7fadbdd8db1090407317b1a14d48fc35;p=lttng-ci.git diff --git a/scripts/lttng-modules/param-build.sh b/scripts/lttng-modules/param-build.sh index c14bace..b576696 100644 --- a/scripts/lttng-modules/param-build.sh +++ b/scripts/lttng-modules/param-build.sh @@ -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