File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11CONFIG_KASAN=y
22CONFIG_KASAN_GENERIC=y
33CONFIG_KASAN_VMALLOC=y
4+ CONFIG_LIVEPATCH=y
5+ CONFIG_SAMPLES=y
6+ CONFIG_SAMPLE_LIVEPATCH=m
47# CONFIG_UBSAN=y
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ source "${GITHUB_ACTION_PATH}/../helpers.sh"
2929" ${arch} " -linux-gnu-strip --strip-debug " ${KBUILD_OUTPUT} " /vmlinux
3030
3131image_name=$( make -C ${REPO_ROOT} ARCH=" $( platform_to_kernel_arch " ${arch} " ) " -s image_name)
32- kbuild_output_file_list=(" .config" " ${image_name} " " vmlinux" )
32+ kbuild_output_file_list=(" .config" " ${image_name} " " vmlinux" " samples/livepatch/livepatch-sample.ko " )
3333
3434function push_to_kout_list() {
3535 local item=" $1 "
@@ -88,4 +88,3 @@ if [[ -n "${ARCHIVE_SCHED_EXT_SELFTESTS}" ]]; then
8888fi
8989
9090zstd -T0 -19 -i " ${tarball} " -o " ${zst_tarball} "
91-
You can’t perform that action at this time.
0 commit comments