Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752770AbdFMHX6 (ORCPT ); Tue, 13 Jun 2017 03:23:58 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:46830 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752354AbdFMHX4 (ORCPT ); Tue, 13 Jun 2017 03:23:56 -0400 Date: Tue, 13 Jun 2017 09:23:48 +0200 From: Greg Kroah-Hartman To: Guenter Roeck Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, shuahkh@osg.samsung.com, patches@kernelci.org, ben.hutchings@codethink.co.uk, stable@vger.kernel.org Subject: Re: [PATCH 4.11 000/150] 4.11.5-stable review Message-ID: <20170613072348.GD27543@kroah.com> References: <20170612152519.404936272@linuxfoundation.org> <20170612220332.GD10562@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170612220332.GD10562@roeck-us.net> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1315 Lines: 34 On Mon, Jun 12, 2017 at 03:03:32PM -0700, Guenter Roeck wrote: > 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. Thanks for the report, I've now queued this one up as well. greg k-h