On Thu, 13 Feb 2025 at 20:02, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> wrote: > > This is the start of the stable review cycle for the 6.12.14 release. > There are 422 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 Sat, 15 Feb 2025 14:23:11 +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.12.14-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.12.y > and the diffstat can be found below. > > thanks, > > greg k-h Regressions on the arm64, powerpc builds failed with gcc-8/13 and clang on the Linux stable-rc 6.12.14-rc1. Build regression: arm, powerpc, fs/xfs/xfs_trans.c too few arguments Good: v6.12.13 Bad: 6.12.14-rc1 (v6.12.13-423-gfb9a4bb2450b) Reported-by: Linux Kernel Functional Testing <lkft@xxxxxxxxxx> * arm, build - clang-19-davinci_all_defconfig - clang-nightly-davinci_all_defconfig - gcc-13-davinci_all_defconfig - gcc-8-davinci_all_defconfig * powerpc, build - clang-19-defconfig - clang-19-ppc64e_defconfig - clang-nightly-allyesconfig - clang-nightly-defconfig - clang-nightly-lkftconfig-hardening - clang-nightly-lkftconfig-lto-full - clang-nightly-lkftconfig-lto-thing - clang-nightly-ppc64e_defconfig - gcc-13-defconfig - gcc-13-lkftconfig-hardening - gcc-13-ppc64e_defconfig - gcc-8-defconfig - gcc-8-lkftconfig-hardening - gcc-8-ppc64e_defconfig - korg-clang-19-lkftconfig-hardening - korg-clang-19-lkftconfig-lto-full - korg-clang-19-lkftconfig-lto-thing ## Build log arm and powerpc fs/xfs/xfs_trans.c:843:33: error: too few arguments provided to function-like macro invocation 843 | xfs_trans_apply_dquot_deltas(tp); | ^ fs/xfs/xfs_quota.h:169:9: note: macro 'xfs_trans_apply_dquot_deltas' defined here 169 | #define xfs_trans_apply_dquot_deltas(tp, a) | ^ fs/xfs/xfs_trans.c:843:2: error: use of undeclared identifier 'xfs_trans_apply_dquot_deltas'; did you mean 'xfs_trans_apply_sb_deltas'? 843 | xfs_trans_apply_dquot_deltas(tp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | xfs_trans_apply_sb_deltas fs/xfs/xfs_trans.c:475:1: note: 'xfs_trans_apply_sb_deltas' declared here 475 | xfs_trans_apply_sb_deltas( | ^ fs/xfs/xfs_trans.c:843:2: warning: expression result unused [-Wunused-value] 843 | xfs_trans_apply_dquot_deltas(tp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning and 2 errors generated. ## Source * kernel version: 6.12.14-rc1 * git tree: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git * git sha: fb9a4bb2450b6b0f073a493bd6a1f54f231413e9 * git describe: v6.12.13-423-gfb9a4bb2450b * Project details: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.12.y/build/v6.12.13-423-gfb9a4bb2450b ## Build * build link: https://storage.tuxsuite.com/public/linaro/lkft/builds/2szXNYzJaqUDby0ajsj9cBcVrPY/ * build log: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.12.y/build/v6.12.13-423-gfb9a4bb2450b/testrun/27280977/suite/build/test/clang-19-davinci_all_defconfig/log * build history: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.12.y/build/v6.12.13-423-gfb9a4bb2450b/testrun/27280977/suite/build/test/clang-19-davinci_all_defconfig/history/ * test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.12.y/build/v6.12.13-423-gfb9a4bb2450b/testrun/27280977/suite/build/test/clang-19-davinci_all_defconfig/ * kernel config: arm-clang-19-davinci_all_defconfig and gcc-8-ppc64e_defconfig * architectures: arm, powerpc * toolchain version: clang and gcc ## Steps to reproduce # tuxmake --runtime podman --target-arch arm --toolchain clang-19 --kconfig davinci_all_defconfig LLVM=1 LLVM_IAS=1 -- Linaro LKFT https://lkft.linaro.org