From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751742AbdKTQZS (ORCPT ); Mon, 20 Nov 2017 11:25:18 -0500 Received: from mail-pg0-f67.google.com ([74.125.83.67]:40885 "EHLO mail-pg0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751519AbdKTQZQ (ORCPT ); Mon, 20 Nov 2017 11:25:16 -0500 X-Google-Smtp-Source: AGs4zMZovViipH2fXF3PrT32lsWoVnmmlCX8q0GuTlYNAZuO5Qr07lUaoyB87hfVbLYEKunhwHoDwA== Date: Mon, 20 Nov 2017 08:25:14 -0800 From: Guenter Roeck To: Greg Kroah-Hartman 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 3.18 00/38] 3.18.83-stable review Message-ID: <20171120162514.GA28658@roeck-us.net> References: <20171119142921.807414664@linuxfoundation.org> <20171120144818.GB3175@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171120144818.GB3175@kroah.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 20, 2017 at 03:48:18PM +0100, Greg Kroah-Hartman wrote: > On Mon, Nov 20, 2017 at 06:06:57AM -0800, Guenter Roeck wrote: > > On 11/19/2017 06:29 AM, Greg Kroah-Hartman wrote: > > > This is the start of the stable review cycle for the 3.18.83 release. > > > There are 38 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 Tue Nov 21 14:29:00 UTC 2017. > > > Anything received after that time might be too late. > > > > > > > Build results: > > total: 136 pass: 136 fail: 0 > > Qemu test results: > > total: 112 pass: 110 fail: 2 > > Failed tests: > > powerpc:bamboo:44x/bamboo_defconfig > > powerpc:bamboo:smpdev:44x/bamboo_defconfig > > > > Building powerpc:bamboo:44x/bamboo_defconfig ... failed > > ------------ > > Error log: > > arch/powerpc/boot/treeboot-akebono.c:37:20: fatal error: libfdt.h: No such file or directory > > #include "libfdt.h" > > ^ > > compilation terminated. > > make[1]: *** [arch/powerpc/boot/treeboot-akebono.o] Error 1 > > make[1]: *** Waiting for unfinished jobs.... > > make: *** [zImage] Error 2 > > ------------ > > Building powerpc:bamboo:smpdev:44x/bamboo_defconfig ... failed > > ------------ > > Error log: > > arch/powerpc/boot/treeboot-currituck.c:35:20: fatal error: libfdt.h: No such file or directory > > #include "libfdt.h" > > ^ > > compilation terminated. > > make[1]: *** [arch/powerpc/boot/treeboot-currituck.o] Error 1 > > make[1]: *** Waiting for unfinished jobs.... > > arch/powerpc/boot/treeboot-iss4xx.c:33:20: fatal error: libfdt.h: No such file or directory > > #include "libfdt.h" > > > > Details are available at http://kerneltests.org/builders. > > This is really odd, nothing was changed around this code at all, is this > a new arch/build that previously was not being built? > This was a flake. Rerun was fine. Updated results: Build results: total: 136 pass: 136 fail: 0 Qemu test results: total: 112 pass: 112 fail: 0 Having said that, building 44x/bamboo_defconfig on its own in 3.18.y (not part of the test script) does fail with that error, but that is nothing new. I'll look into that if I find the time. Guenter