From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933369AbcCOCb6 (ORCPT ); Mon, 14 Mar 2016 22:31:58 -0400 Received: from forward.webhostbox.net ([162.251.85.156]:45565 "EHLO forward.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751897AbcCOCb6 (ORCPT ); Mon, 14 Mar 2016 22:31:58 -0400 Subject: Re: linux-next: Tree for Mar 14 To: Michael Ellerman , Stephen Rothwell , Scott Wood References: <20160314174037.0097df55@canb.auug.org.au> <20160314143729.GA31845@roeck-us.net> <1457999708.8059.1.camel@ellerman.id.au> Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org From: Guenter Roeck Message-ID: <56E77419.1010302@roeck-us.net> Date: Mon, 14 Mar 2016 19:31:53 -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: <1457999708.8059.1.camel@ellerman.id.au> 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-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=MpLykzue c=1 sm=1 tr=0 a=9TTQYYGGY7a1eFc7Vblcuw==:117 a=2cfIYNtKkjgZNaOwnGXpGw==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=IkcTkHD0fZMA:10 a=7OsogOcEt9IA:10 a=ZxTM0tjBkZDsdpxJsh0A:9 a=QEXdDO2ut3YA:10 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/14/2016 04:55 PM, Michael Ellerman wrote: > On Mon, 2016-03-14 at 07:37 -0700, Guenter Roeck wrote: >> On Mon, Mar 14, 2016 at 05:40:37PM +1100, Stephen Rothwell wrote: >> >> To give people an idea what to expect in the merge window, here are my current >> build and runtime test results. Some of the runtime failures are due to the >> newly introduced i2c bug, but many (including the arm64 boot failures) have >> been around for a while. >> >> Qemu test results: >> total: 96 pass: 69 fail: 27 >> Failed tests: > ... >> powerpc:mpc8544ds:mpc85xx_smp_defconfig >> powerpc:mpc8544ds:mpc85xx_defconfig >> powerpc:smp:ppc64_e5500_defconfig > > These are all an i2c crash, which I assume is the one you mention above. > >> powerpc:nosmp:ppc64_e5500_defconfig > > This seems to be caused by: > > arch/powerpc/sysdev/fsl_rcpm.c:32:2: error: implicit declaration of function 'get_hard_smp_processor_id' [-Werror=implicit-function-declaration] > > ie. that driver doesn't build for SMP=n. > Maybe it should include to get the UP definition. Guenter