diff --git a/scripts/run-regression-tests b/scripts/run-regression-tests index 56a219409..353b32249 100755 --- a/scripts/run-regression-tests +++ b/scripts/run-regression-tests @@ -332,7 +332,9 @@ function patch_and_configure_kernel { cd "${outputdir}/linux-$1" \ && patch -p1 -f -s <"${patchfile}" \ >"${outputdir}/patch-command-output-$1.txt" \ - && make -s allmodconfig &>/dev/null + && make -s allmodconfig &>/dev/null \ + && sed -i.tmp 's/^CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=y$/CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=n/' .config \ + && make -s oldconfig ) }