On 5/8/20 7:32 AM, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.4.223 release. > There are 308 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 Sun, 10 May 2020 14:26:28 +0000. > Anything received after that time might be too late. > Build results: total: 169 pass: 156 fail: 13 Failed builds: <all mips> Qemu test results: total: 332 pass: 272 fail: 60 Failed tests: arm:mcimx6ul-evk:imx_v6_v7_defconfig:nodrm:mem256:imx6ul-14x14-evk:initrd arm:mcimx6ul-evk:imx_v6_v7_defconfig:nodrm:sd:mem256:imx6ul-14x14-evk:rootfs arm:mcimx6ul-evk:imx_v6_v7_defconfig:nodrm:usb1:mem256:imx6ul-14x14-evk:rootfs <all mips> Bisecting the arm boot failure points to commit 9b86858f37d682 ("regulator: Try to resolve regulators supplies on registration"). Reverting this commit fixes the problem. The mips build failure is caused by commit d0e89dd815b712 ("MIPS: math-emu: Fix m{add,sub}.s shifts"). It removes the define of SPXSRSXn, but that define is still used in v4.4.y. Reverting the offending patch fixes the problem. Guenter