Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752727AbcCNQxV (ORCPT ); Mon, 14 Mar 2016 12:53:21 -0400 Received: from foss.arm.com ([217.140.101.70]:60231 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751509AbcCNQxS (ORCPT ); Mon, 14 Mar 2016 12:53:18 -0400 Message-ID: <56E6EC27.2090700@arm.com> Date: Mon, 14 Mar 2016 16:51:51 +0000 From: James Morse User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.6.0 MIME-Version: 1.0 To: Guenter Roeck CC: Stephen Rothwell , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: linux-next: Tree for Mar 14 References: <20160314174037.0097df55@canb.auug.org.au> <20160314143729.GA31845@roeck-us.net> In-Reply-To: <20160314143729.GA31845@roeck-us.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 801 Lines: 30 Hi Guenter, On 14/03/16 14:37, Guenter Roeck 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: > arm64:smp:defconfig This may be due to this qemu bug: http://patchwork.ozlabs.org/patch/585237/ > arm64:nosmp:defconfig Since 4b3dc9679cf7 ("arm64: force CONFIG_SMP=y and remove redundant #ifdefs"), this may just be testing the smp case again - unless your qemu config is different too. > Details are available at http://kerneltests.org/builders. Thanks - this looks like a mine of information! James