From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 56C8FC433E0 for ; Thu, 18 Jun 2020 14:23:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 32C4F207E8 for ; Thu, 18 Jun 2020 14:23:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727972AbgFROXu (ORCPT ); Thu, 18 Jun 2020 10:23:50 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:46824 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727884AbgFROXu (ORCPT ); Thu, 18 Jun 2020 10:23:50 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: gtucker) with ESMTPSA id 048132A4DC9 Subject: Re: next/master bisection: baseline.login on ox820-cloudengines-pogoplug-series-3 To: Miquel Raynal Cc: Boris Brezillon , Boris Brezillon , Vignesh Raghavendra , Yoshio Furuyama , Allison Randal , Sascha Hauer , kernelci-results@groups.io, Thomas Gleixner , linux-kernel@vger.kernel.org, Stefan Agner , Greg Kroah-Hartman , linux-mtd@lists.infradead.org, Richard Weinberger , Enrico Weigelt , Mason Yang , linux-next@vger.kernel.org References: <5eeb5bf7.1c69fb81.4f6e3.8979@mx.google.com> <13497644-ae34-d5e3-e76a-742cddf0f0a9@collabora.com> <20200618152324.0b0007a9@xps13> <20200618160925.6f77b1d1@xps13> From: Guillaume Tucker Message-ID: <0c00fe0b-c38b-3d69-8f93-3fe8c3675113@collabora.com> Date: Thu, 18 Jun 2020 15:23:45 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: <20200618160925.6f77b1d1@xps13> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-next-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On 18/06/2020 15:09, Miquel Raynal wrote: > Hi Guillaume, > > Miquel Raynal wrote on Thu, 18 Jun 2020 > 15:23:24 +0200: > >> Hi Guillaume, >> >> Guillaume Tucker wrote on Thu, 18 Jun >> 2020 13:28:05 +0100: >> >>> Please see the bisection report below about a kernel panic. >>> >>> Reports aren't automatically sent to the public while we're >>> trialing new bisection features on kernelci.org but this one >>> looks valid. >>> >>> See the kernel Oops due to a NULL pointer followed by a panic: >>> >>> https://storage.kernelci.org/next/master/next-20200618/arm/oxnas_v6_defconfig/gcc-8/lab-baylibre/baseline-ox820-cloudengines-pogoplug-series-3.html#L504 >> >> Thanks for the report, I will not be able to manage it before Monday, >> but I'll try to take care of it early next week. > > Actually Boris saw the issue, I just updated nand/next, it should be > part of tomorrow's linux-next. Could you please report if it fixes your > boot? Sure, will check tomorrow. Thanks for the update. We may also consider adding the nand/next branch to kernelci.org and catch issues earlier. We can discuss that separately. Guillaume