Привет, хочу отметить, что не заметил этой ошибки прошлом ядре
Лог ошибки:
KernelUpdate/linux-5.16/tools/objtool/check.o
check.c: In function ‘validate_call’:
check.c:2836:58: error: ‘%d’ directive output may be truncated writing between 1 and 10 bytes into a region of size 9 [-Werror=format-truncation=]
2836 | snprintf(pvname, sizeof(pvname), "pv_ops[%d]", idx);
| ^~
check.c:2836:50: note: directive argument in the range [0, 1073741823]
2836 | snprintf(pvname, sizeof(pvname), "pv_ops[%d]", idx);
| ^~~~~~~~~~~~
check.c:2836:17: note: ‘snprintf’ output between 10 and 19 bytes into a destination of size 16
2836 | snprintf(pvname, sizeof(pvname), "pv_ops[%d]", idx);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
check.c:2836:58: error: ‘%d’ directive output may be truncated writing between 1 and 10 bytes into a region of size 9 [-Werror=format-truncation=]
2836 | snprintf(pvname, sizeof(pvname), "pv_ops[%d]", idx);
| ^~
check.c:2836:50: note: directive argument in the range [0, 1073741823]
2836 | snprintf(pvname, sizeof(pvname), "pv_ops[%d]", idx);
| ^~~~~~~~~~~~
check.c:2836:17: note: ‘snprintf’ output between 10 and 19 bytes into a destination of size 16
2836 | snprintf(pvname, sizeof(pvname), "pv_ops[%d]", idx);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
check.c:2836:58: error: ‘%d’ directive output may be truncated writing between 1 and 10 bytes into a region of size 9 [-Werror=format-truncation=]
2836 | snprintf(pvname, sizeof(pvname), "pv_ops[%d]", idx);
| ^~
check.c:2836:50: note: directive argument in the range [0, 1073741823]
2836 | snprintf(pvname, sizeof(pvname), "pv_ops[%d]", idx);
| ^~~~~~~~~~~~
check.c:2836:17: note: ‘snprintf’ output between 10 and 19 bytes into a destination of size 16
2836 | snprintf(pvname, sizeof(pvname), "pv_ops[%d]", idx);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
/KNOPPIX.build/KernelUpdate/linux-5.16/tools/build/Makefile.build:96: ошибка выполнения рецепта для цели «/KNOPPIX.build/KernelUpdate/linux-5.16/tools/objtool/check.o»
make[6]: *** [/KNOPPIX.build/KernelUpdate/linux-5.16/tools/objtool/check.o] Ошибка 1
Makefile:55: ошибка выполнения рецепта для цели «/KNOPPIX.build/KernelUpdate/linux-5.16/tools/objtool/objtool-in.o»
make[5]: *** [/KNOPPIX.build/KernelUpdate/linux-5.16/tools/objtool/objtool-in.o] Ошибка 2
Makefile:69: ошибка выполнения рецепта для цели «objtool»
make[4]: *** [objtool] Ошибка 2
Makefile:1348: ошибка выполнения рецепта для цели «tools/objtool»
make[3]: *** [tools/objtool] Ошибка 2
debian/rules:7: ошибка выполнения рецепта для цели «build-arch»
make[2]: *** [build-arch] Ошибка 2
dpkg-buildpackage: ошибка: debian/rules binary subprocess returned exit status 2
scripts/Makefile.package:73: ошибка выполнения рецепта для цели «deb-pkg»
make[1]: *** [deb-pkg] Ошибка 2
Makefile:1554: ошибка выполнения рецепта для цели «deb-pkg»
make: *** [deb-pkg] Ошибка 2