Following build errors noticed while building selftests lsm tests for x86 with gcc-13 toolchain on Linux next-20231127 tag.
Build log: ------ selftest/lsm/lsm_list_modules_test lsm_list_modules_test.c: In function 'correct_lsm_list_modules': lsm_list_modules_test.c:104:22: error: 'LSM_ID_IMA' undeclared (first use in this function); did you mean 'LSM_ID_YAMA'? 104 | case LSM_ID_IMA: | ^~~~~~~~~~ | LSM_ID_YAMA lsm_list_modules_test.c:104:22: note: each undeclared identifier is reported only once for each function it appears in
Reported-by: Linux Kernel Functional Testing lkft@linaro.org
Steps to reproduce: -----
tuxmake --runtime podman --target-arch x86_64 --toolchain gcc-13 \ --kconfig https://storage.tuxsuite.com/public/linaro/lkft/builds/2Yk9XptRIQra77bvzZHcg... \ debugkernel cpupower headers kernel kselftest modules
Links: - https://qa-reports.linaro.org/lkft/linux-next-master/build/next-20231127/tes... - https://qa-reports.linaro.org/lkft/linux-next-master/build/next-20231127/tes... - https://qa-reports.linaro.org/lkft/linux-next-master/build/next-20231127/tes...
-- Linaro LKFT https://lkft.linaro.org
On Mon, Nov 27, 2023 at 5:43 AM Naresh Kamboju naresh.kamboju@linaro.org wrote:
Following build errors noticed while building selftests lsm tests for x86 with gcc-13 toolchain on Linux next-20231127 tag.
Build log:
selftest/lsm/lsm_list_modules_test lsm_list_modules_test.c: In function 'correct_lsm_list_modules': lsm_list_modules_test.c:104:22: error: 'LSM_ID_IMA' undeclared (first use in this function); did you mean 'LSM_ID_YAMA'? 104 | case LSM_ID_IMA: | ^~~~~~~~~~ | LSM_ID_YAMA lsm_list_modules_test.c:104:22: note: each undeclared identifier is reported only once for each function it appears in
Reported-by: Linux Kernel Functional Testing lkft@linaro.org
A fix was posted last week and should be merged this week, lore link below:
https://lore.kernel.org/linux-security-module/20231122160742.109270-2-paul@p...