From: Michael Jeanson Date: Mon, 16 Jan 2023 18:51:47 +0000 (-0500) Subject: jjb: lttng-modules: disable SORTTAB in kernel builds X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=ba1a68bc158647670dfb15576cfdaaaae72a556f;p=lttng-ci.git jjb: lttng-modules: disable SORTTAB in kernel builds Change-Id: I2f051b1bfb56bfb04095c6e6a9488c295434ba4b Signed-off-by: Michael Jeanson --- diff --git a/scripts/lttng-modules/param-build.sh b/scripts/lttng-modules/param-build.sh index 178c434..4147c44 100644 --- a/scripts/lttng-modules/param-build.sh +++ b/scripts/lttng-modules/param-build.sh @@ -288,6 +288,9 @@ build_linux_kernel() { # Starting with v6.1-rc6 sed -i 's/^objtool-enabled := .*/objtool-enabled := /' scripts/Makefile.vmlinux_o || true + # Disable SORTTAB + sed -i 's/is_enabled CONFIG_BUILDTIME_TABLE_SORT/is_enabled CONFIG_NONEXISTANT/' scripts/link-vmlinux.sh || true + # Debug #cat .config