Re: linux-next: Tree for Mar 14
From: Guenter Roeck <linux@roeck-us.net>
Date: 2016-03-14 19:18:14
Also in:
lkml
On Mon, Mar 14, 2016 at 04:51:51PM +0000, James Morse wrote:
Hi Guenter, On 14/03/16 14:37, Guenter Roeck wrote:quoted
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.quoted
Qemu test results: total: 96 pass: 69 fail: 27 Failed tests:quoted
arm64:smp:defconfigThis may be due to this qemu bug: http://patchwork.ozlabs.org/patch/585237/
You are right, with that patch applied to qemu it looks better, meaning the image now crashes due to the failing i2c initialization.
quoted
arm64:nosmp:defconfigSince 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.
Only difference is that it disables SMP, or at least tries to. I'll want to keep it around for earlier kernels, though. Thanks, Guenter