On Mon, 12 Dec 2022 at 19:07, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> wrote: > > This is the start of the stable review cycle for the 6.0.13 release. > There are 157 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses should be made by Wed, 14 Dec 2022 13:08:57 +0000. > Anything received after that time might be too late. > > The whole patch series can be found in one patch at: > https://www.kernel.org/pub/linux/kernel/v6.x/stable-review/patch-6.0.13-rc1.gz > or in the git tree and branch at: > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.0.y > and the diffstat can be found below. > > thanks, > > greg k-h This is an additional report. Following issue is specific to clang nightly, x86 clang-nightly builds failed with defconfig and tinyconfig due to below errors / warnings. Reported-by: Linux Kernel Functional Testing <lkft@xxxxxxxxxx> Regressions found on x86_64: - build/clang-nightly-tinyconfig - build/clang-nightly-x86_64_defconfig - build/clang-nightly-allnoconfig - build/clang-nightly-lkftconfig make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build LLVM=1 LLVM_IAS=1 ARCH=x86_64 SRCARCH=x86 CROSS_COMPILE=x86_64-linux-gnu- HOSTCC=clang CC=clang ld.lld: error: version script assignment of 'LINUX_2.6' to symbol '__vdso_sgx_enter_enclave' failed: symbol not defined llvm-objdump: error: 'arch/x86/entry/vdso/vdso64.so.dbg': No such file or directory llvm-objcopy: error: 'arch/x86/entry/vdso/vdso64.so.dbg': No such file or directory make[4]: *** [/builds/linux/arch/x86/entry/vdso/Makefile:136: arch/x86/entry/vdso/vdso64.so] Error 1 Steps to reproduce: -------------------- # To install tuxmake on your system globally: # sudo pip3 install -U tuxmake # # See https://docs.tuxmake.org/ for complete documentation. # Original tuxmake command with fragments listed below. # tuxmake --runtime podman --target-arch x86_64 --toolchain clang-nightly --kconfig x86_64_defconfig LLVM=1 LLVM_IAS=1 tuxmake --runtime podman --target-arch x86_64 --toolchain clang-nightly --kconfig https://builds.tuxbuild.com/2IocvUIXEK9MUve4Uut67U0xskC/config LLVM=1 LLVM_IAS=1 Details: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.0.y/build/v6.0.12-158-g57dda3cf2efc/testrun/13588489/suite/build/test/clang-nightly-x86_64_defconfig/details/ -- Linaro LKFT https://lkft.linaro.org