From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id 7F4CF731AC for ; Thu, 18 Aug 2016 15:20:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u7IFKnLk011515; Thu, 18 Aug 2016 16:20:49 +0100 Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id x3UrXCVrTO_K; Thu, 18 Aug 2016 16:20:49 +0100 (BST) Received: from hex ([192.168.3.34]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u7IFKjLg011512 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Thu, 18 Aug 2016 16:20:46 +0100 Message-ID: <1471533645.16712.13.camel@linuxfoundation.org> From: Richard Purdie To: Bruce Ashfield Date: Thu, 18 Aug 2016 16:20:45 +0100 In-Reply-To: <19315d97-49eb-da07-d137-c28d51b3e7d0@windriver.com> References: <1471533301.16712.11.camel@linuxfoundation.org> <19315d97-49eb-da07-d137-c28d51b3e7d0@windriver.com> X-Mailer: Evolution 3.16.5-1ubuntu3.1 Mime-Version: 1.0 Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH 2/6] linux-yocto/4.1: bump to v4.1.29 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2016 15:20:50 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2016-08-18 at 11:16 -0400, Bruce Ashfield wrote: > On 2016-08-18 11:15 AM, Richard Purdie wrote: > > On Mon, 2016-08-15 at 14:26 -0400, Bruce Ashfield wrote: > > > Integrating the korg 4.1.29 -stable release > > > > > > Signed-off-by: Bruce Ashfield > > > --- > > > meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | 6 +++--- > > > meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 6 +++--- > > > meta/recipes-kernel/linux/linux-yocto_4.1.bb | 20 > > > ++++++++++--- > > > ------- > > > 3 files changed, 16 insertions(+), 16 deletions(-) > > > > FWIW since the update before this one, we've seen a lot of > > instability > > in ppc: > > > > https://autobuilder.yoctoproject.org/main/builders/nightly-ppc-lsb/ > > builds/881/steps/Running%20Sanity%20Tests/logs/stdio > > > > basically the network seems very flaky. Doesn't happen every time > > but > > we are seeing a rising number of these kinds of 'random' failures. > > Are > > there any ppc changes or fixes which look like they're responsible, > > I'm > > pretty sure its something 4.1 kernel related... > > > > The update also triggered a new 'error' for amd_nb in the error log > > parsing which I just whitelisted, probably from some change in the > > configuration options enabled. > > I have a 4.1.30 update queued locally, and I'll double check to see > what may have changed in the configuration that could explain any > new warnings or instability. Just to be clear, the amb_nd change was on qemux86* on 4.1 https://autobuilder.yoctoproject.org/main/builders/nightly-x86-64-lsb/builds/911/steps/Running%20Sanity%20Tests/logs/stdio fixed with: http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=26b0657b2f78751e60df6e695d5bc0dd703a5bc2 The ppc issue is a separate one. Cheers, Richard