Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752979AbdCNRIg (ORCPT ); Tue, 14 Mar 2017 13:08:36 -0400 Received: from mail-pf0-f169.google.com ([209.85.192.169]:35050 "EHLO mail-pf0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750935AbdCNRIe (ORCPT ); Tue, 14 Mar 2017 13:08:34 -0400 From: Kevin Hilman To: Thomas Petazzoni Cc: "kernelci.org bot" , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuahkh@osg.samsung.com, patches@kernelci.org, ben.hutchings@codethink.co.uk, stable@vger.kernel.org, antoine.tenart@free-electrons.com, quentin.schulz@free-electrons.com, =?utf-8?Q?Gr=C3=A9gory?= Clement Subject: Re: [PATCH 4.4 00/91] 4.4.53-stable review Organization: BayLibre References: <20170310083900.730556986@linuxfoundation.org> <58c2d01c.cdd8190a.421eb.b1d4@mx.google.com> <20170313095615.6b25efc9@free-electrons.com> Date: Tue, 14 Mar 2017 10:08:31 -0700 In-Reply-To: <20170313095615.6b25efc9@free-electrons.com> (Thomas Petazzoni's message of "Mon, 13 Mar 2017 09:56:15 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (darwin) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 794 Lines: 27 Thomas Petazzoni writes: > Hello, > > On Fri, 10 Mar 2017 13:27:57 -0800, Kevin Hilman wrote: > >> This board seems to never have successfully booted for >> stable/linux-4.4.y: >> https://kernelci.org/boot/id/58c2a47559b51483e7645541/ > > It does: > > https://kernelci.org/boot/id/58b457dc59b514bc145e8e4c/ Right, what I meant was that board with that defconfig has never booted. > The problem is not 4.4, but the CONFIG_SMP=n. It also fails with other > kernel versions, and is a bug we need to investigate. > > See https://kernelci.org/boot/id/58c2952159b514785a645536/, which is > the same failure, but on 4.9, also due to CONFIG_SMP=n. > > I guess it's yet another I/O coherency issue, I'll try to have a look. Thanks for looking into it, Kevin