On Mon, 19 Jul 2021 at 21:54, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> wrote: > > NOTE, this is going to be the LAST 5.12.y release. After this one, it > is end-of-life for this kernel branch. Please move to 5.13.y at this > point in time. > > --------------- > > This is the start of the stable review cycle for the 5.12.19 release. > There are 292 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, 21 Jul 2021 14:47:42 +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/v5.x/stable-review/patch-5.12.19-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-5.12.y > and the diffstat can be found below. > > thanks, > > greg k-h Following build errors noticed on arm64 architecture on 5.12 branch. > Kishon Vijay Abraham I <kishon@xxxxxx> > arm64: dts: ti: k3-j721e-common-proc-board: Use external clock for SERDES make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/current ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- 'CC=sccache aarch64-linux-gnu-gcc' 'HOSTCC=sccache gcc' /builds/linux/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts:12:10: fatal error: dt-bindings/phy/phy-cadence.h: No such file or directory 12 | #include <dt-bindings/phy/phy-cadence.h> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[3]: *** [scripts/Makefile.lib:336: arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dtb] Error 1 Reported-by: Linux Kernel Functional Testing <lkft@xxxxxxxxxx> ref: https://builds.tuxbuild.com/1vXepgrWZ3f66we49R8XJj2fGTR/ https://builds.tuxbuild.com/1vXepgrWZ3f66we49R8XJj2fGTR/config Steps to reproduce: -------------------- # TuxMake is a command line tool and Python library that provides # portable and repeatable Linux kernel builds across a variety of # architectures, toolchains, kernel configurations, and make targets. # # TuxMake supports the concept of runtimes. # See https://docs.tuxmake.org/runtimes/, for that to work it requires # that you install podman or docker on your system. # # To install tuxmake on your system globally: # sudo pip3 install -U tuxmake # # See https://docs.tuxmake.org/ for complete documentation. tuxmake --runtime podman --target-arch arm64 --toolchain gcc-10 --kconfig defconfig -- Linaro LKFT https://lkft.linaro.org