The Linux kernel is now finally able to detect the correct OpenSSL for host builds when it is not in a standard path, which has also been backported to stable kernels.
While the integration of the patches mentioned in the last news item is still pending, other ones fixing typos in documentation and Kconfig have already been accepted. Further patches to remove an unneeded argument and to fix a memory leak in error paths have been reviewed and their integration is also pending. Another one fixing "kthead" instead of "kthread" has been sent.
During a security review of a Linux kernel version used by a customer several errors in the LinuxKernelCVEs data have been spotted and reported:
- https://github.com/nluedtke/linux_kernel_cves/issues/206
- https://github.com/nluedtke/linux_kernel_cves/issues/207
- https://github.com/nluedtke/linux_kernel_cves/issues/208
- https://github.com/nluedtke/linux_kernel_cves/issues/209
- https://github.com/nluedtke/linux_kernel_cves/issues/210
- https://github.com/nluedtke/linux_kernel_cves/issues/211
- https://github.com/nluedtke/linux_kernel_cves/issues/212
- https://github.com/nluedtke/linux_kernel_cves/issues/213
- https://github.com/nluedtke/linux_kernel_cves/issues/215
- https://github.com/nluedtke/linux_kernel_cves/issues/216
- https://github.com/nluedtke/linux_kernel_cves/issues/218
- https://github.com/nluedtke/linux_kernel_cves/issues/219
Other reported errors include binutils 2.36 failing to crosscompile. Libarchive fails to build with -Werror on GCC 10 and 11 which seems to be a glibc issue. Linphone sometimes crashes on startup, while a string caused layout issues in KDE Plasma. With a slightly wrong CMakeLists.txt one could end up scanning the entire filesystem instead of the build directory when generating coverage information.