From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konstantin Khorenko Date: Wed, 12 Aug 2026 11:30:12 +0200 Subject: Re: [Devel] [PATCH vz10] selftests: build test modules against the kernel tree In-Reply-To: <160981fc-1f8c-416b-9c37-8795fb4e3ea4@virtuozzo.com> References: <20260809181826.34665-1-eva.kurchatova@virtuozzo.com> <160981fc-1f8c-416b-9c37-8795fb4e3ea4@virtuozzo.com> Message-ID: <63ee0520-1a2b-41b2-82a7-2b5d2524494d@virtuozzo.com> List-Id: You forgot the devel@, adding it back to CC. On 8/11/26 21:44, Eva Kurchatova (Virtuozzo) wrote: ... >> 2. before committing this please show me >> * the PR with successfully built those .ko files > > https://bitbucket.org/virtuozzocore/vzkernel.vzspecs/pipelines/results/564/steps/%7B2d9bbed0-0eb0-4763-836a-11b1c378fa25%7D > > See set1 - it only includes livepatch target, set2 includes cgroup;mm No livepatch tests were run here, all of them were SKIPPED: ok 1 selftests: livepatch: test-livepatch.sh # SKIP ok 1 selftests: livepatch: test-callbacks.sh # SKIP ok 1 selftests: livepatch: test-shadow-vars.sh # SKIP ok 1 selftests: livepatch: test-state.sh # SKIP ok 1 selftests: livepatch: test-ftrace.sh # SKIP ok 1 selftests: livepatch: test-sysfs.sh # SKIP ok 1 selftests: livepatch: test-syscall.sh # SKIP ok 1 selftests: livepatch: test-kprobe.sh # SKIP https://backup-s3.builder.vzint.dev/vzt-results-aci/84/38/76e5b50af336c4c7e25af7655fc8a5c6ab0d/hci-kselftests.log?AWSAccessKeyId=83f641562c14481cN5WY&Expires=1818062468&Signature=lL75LLJkOU1d%2F9RtcU68doFHPWM%3D > >> * and list of files which are included now in the kselftests rpm > cgroup/test_modules/cg_freezer_hang.ko > cgroup/test_modules/cg_freezer_kthread.ko > mm/page_frag/page_frag_test.ko > livepatch/test_modules/test_klp_atomic_replace.ko > livepatch/test_modules/test_klp_callbacks_busy.ko > livepatch/test_modules/test_klp_callbacks_demo.ko > livepatch/test_modules/test_klp_callbacks_demo2.ko > livepatch/test_modules/test_klp_callbacks_mod.ko > livepatch/test_modules/test_klp_kprobe.ko > livepatch/test_modules/test_klp_livepatch.ko > livepatch/test_modules/test_klp_shadow_vars.ko > livepatch/test_modules/test_klp_state.ko > livepatch/test_modules/test_klp_state2.ko > livepatch/test_modules/test_klp_state3.ko > livepatch/test_modules/test_klp_syscall.ko > livepatch/test-livepatch.sh > livepatch/test-sysfs.sh > livepatch/test-callbacks.sh > livepatch/test-syscall.sh > livepatch/test-shadow-vars.sh > livepatch/test-kprobe.sh > livepatch/test-state.sh > livepatch/functions.sh > livepatch/test-ftrace.sh > livepatch/settings > livepatch/config > livepatch/test_klp-call_getpid i would like to check the kselftests rpm itself, please next time. i suspect there can be some redundant files as well, not only those .ko files we need. >> * and the successful run of the kselftests - logs of all those 3 TARGETS, how did they run....