From 4fdc8e016226e30325f1462f4a69b02115454aae Mon Sep 17 00:00:00 2001 From: Trass3r Date: Sun, 7 Jul 2024 16:20:18 +0200 Subject: [PATCH] -MODVERSIONS --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6071fe0a890d..9369330a906a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -57,7 +57,7 @@ jobs: # codegen ./scripts/config -e CC_OPTIMIZE_FOR_PERFORMANCE_O3 -e LTO_CLANG_THIN -d CFI_CLANG -d STACKPROTECTOR -e LD_DEAD_CODE_DATA_ELIMINATION -e VMLINUX_MAP - ./scripts/config -d RANDSTRUCT -e TRIM_UNUSED_KSYMS # don't use when building out-of-tree modules + ./scripts/config -d RANDSTRUCT -d MODVERSIONS -e TRIM_UNUSED_KSYMS # don't use when building out-of-tree modules ./scripts/config -d DEBUG_INFO_BTF # REDUCED is just -fno-var-tracking, NONE does not work if others are still enabled # for tracy sampling @@ -79,7 +79,7 @@ jobs: # build kernel ccache -z - time make CC="ccache clang" -j$(($(nproc) + 1)) bzImage # V=1 for tracing + time make V=2 CC="ccache clang" -j$(($(nproc) + 1)) bzImage # V=1 for tracing time make CC="ccache clang" -j$(($(nproc) + 1)) sudo make modules_install sudo depmod -a