From 81e61c582089207454ff5b5b1de3f4c90479837d Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Tue, 22 Nov 2022 10:49:33 -0500 Subject: [PATCH] jjb: lttng-modules: fix build of v6.1-rc6 Change-Id: I00dba93b6af9a41fc99116fd8bf247efd706150d Signed-off-by: Michael Jeanson --- scripts/lttng-modules/param-build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/lttng-modules/param-build.sh b/scripts/lttng-modules/param-build.sh index ef7a3d0..178c434 100644 --- a/scripts/lttng-modules/param-build.sh +++ b/scripts/lttng-modules/param-build.sh @@ -285,6 +285,8 @@ build_linux_kernel() { # FIXME: disable objtool on vmlinux, it OOMs on allyesconfig sed -i 's/objtool_link vmlinux.o//' scripts/link-vmlinux.sh || true + # Starting with v6.1-rc6 + sed -i 's/^objtool-enabled := .*/objtool-enabled := /' scripts/Makefile.vmlinux_o || true # Debug #cat .config -- 2.34.1