On Mon, Jun 12, 2017 at 05:23:27PM +0200, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.11.5 release. > There are 150 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 Jun 14 15:24:44 UTC 2017. > Anything received after that time might be too late. > Build results: total: 145 pass: 145 fail: 0 Qemu test results: total: 122 pass: 113 fail: 9 Failed tests: mips:malta_defconfig:nosmp mips:malta_defconfig:smp mips64:malta_defconfig:nosmp mips64:malta_defconfig:smp mipsel:24Kf:malta_defconfig:nosmp mipsel:24Kf:malta_defconfig:smp mipsel64:malta_defconfig:nosmp mipsel64:malta_defconfig:smp mipsel64:fuloong2e_defconfig:fulong2e All mips builds hang during boot. Bisect points to commit 9b99d86800f ("kthread: Fix use-after-free if kthread fork fails"). The problem was also seen upstream, and has been fixed with commit b0f5a8f32e ("kthread: fix boot hang (regression) on MIPS/OpenRISC"). The problem is gone after this patch is applied. Guenter