Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752173AbcD3XUH (ORCPT ); Sat, 30 Apr 2016 19:20:07 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:36687 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751257AbcD3XUE (ORCPT ); Sat, 30 Apr 2016 19:20:04 -0400 Subject: Re: [PATCH 3.16 000/217] 3.16.35-rc1 review To: Ben Hutchings , linux-kernel@vger.kernel.org, stable@vger.kernel.org References: <5722E039.7050505@roeck-us.net> <1462045483.17662.19.camel@decadent.org.uk> Cc: torvalds@linux-foundation.org, Phil Jensen , akpm@linux-foundation.org From: Guenter Roeck Message-ID: <57253D9B.8000800@roeck-us.net> Date: Sat, 30 Apr 2016 16:19:55 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <1462045483.17662.19.camel@decadent.org.uk> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated_sender: linux@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: authenticated_id: linux@roeck-us.net X-Authenticated-Sender: bh-25.webhostbox.net: linux@roeck-us.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1732 Lines: 52 On 04/30/2016 12:44 PM, Ben Hutchings wrote: > On Thu, 2016-04-28 at 21:16 -0700, Guenter Roeck wrote: >> On 04/26/2016 04:02 PM, Ben Hutchings wrote: >>> >>> This is the start of the stable review cycle for the 3.16.35 release. >>> There are 217 patches in this series, which will be posted as responses >>> to this one. If anyone has any issues with these being applied, please >>> let me know. >>> >>> Responses should be made by Sat Apr 30 22:00:00 UTC 2016. >>> Anything received after that time might be too late. >>> >> Updated build and test results: >> >> Build results: >> total: 137 pass: 135 fail: 2 >> Failed builds: >> arc:allnoconfig >> arm64:allmodconfig >> >> Qemu test results: >> total: 97 pass: 94 fail: 3 >> Failed tests: >> arm:xilinx-zynq-a9:multi_v7_defconfig:zynq-zc706 Update: This failure was sporadic and easily fixed by adding "rootwait" to the command line options. Guenter >> arm64:smp:defconfig >> arm64:nosmp:defconfig >> >> This is after dropping a couple of builds and qemu tests which are >> known to be bad in 3.16, and after some fixes in the tree. >> >> The arm64 build failure is due to gcc5, which needs a patch from a >> later kernel. The other failures are new and did not occur in 3.16.7. >> >> A bisect of the arm64 qemu failure points to commit f98ab7a1e78 >> ("mm, vmstat: allow WQ concurrency to discover memory reclaim doesn't >> make any progress"). Unfortunately, that is inconclusive, since there >> have been several follow-up commits trying to fix it. After reverting >> all those commits, the test still fails. > > Thank you very much for the analysis. I'll look at the failures later > as none of them appear to be related to the current patch series. > > Ben. >