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=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED 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 D00EEC3A59B for ; Thu, 15 Aug 2019 16:01:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9BBB92089E for ; Thu, 15 Aug 2019 16:01:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565884863; bh=cYMyekZWfGeKYfCELWTIU6Cir2T/oO1xG9xOUMlirTc=; h=In-Reply-To:References:Subject:From:Cc:To:Date:List-ID:From; b=gXlKcfkhb9SRHBE/sIolTJpYNl+9H2thJynlWFXo36wGRr6MdIj/6BUGlQt2vzWLC pfOX9aq2OvYEgc2M/V+1kWLgVhMzgsCPbzRbSK8PttejC9pkDXrEtcXr2IlfxdUSvS l3+YCbvmIfzLwB4JTeya7W+aIpXxLvenfVIRbZEU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731132AbfHOQBC (ORCPT ); Thu, 15 Aug 2019 12:01:02 -0400 Received: from mail.kernel.org ([198.145.29.99]:47080 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730560AbfHOQBC (ORCPT ); Thu, 15 Aug 2019 12:01:02 -0400 Received: from kernel.org (unknown [104.132.0.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id CC5C2206C1; Thu, 15 Aug 2019 16:01:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565884861; bh=cYMyekZWfGeKYfCELWTIU6Cir2T/oO1xG9xOUMlirTc=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=t6XYsGcy+Xk8gD+pazia6bEL8H5BdgcTIqFqdfEjWMBm16nEPzpafO0MgA7MpVU95 5nbHHR/1No2sgtFWPW1Ep4iZQyeWHRa32aDEAI4jAHB2g3od4PCUf0ZBosKqLe304a elsivyskSllgbZ1bK52z/Z2rw9ru85l2kpWr4rww= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20190815151616.2A298206C1@mail.kernel.org> References: <5d54d2fd.1c69fb81.e13e5.7422@mx.google.com> <20190815040221.DE28F2067D@mail.kernel.org> <20190815112614.GA4841@sirena.co.uk> <20190815151616.2A298206C1@mail.kernel.org> Subject: Re: clk/clk-next boot bisection: v5.3-rc1-79-g31f58d2f58cb on sun8i-h3-libretech-all-h3-cc From: Stephen Boyd Cc: "kernelci.org bot" , Sylwester Nawrocki , enric.balletbo@collabora.com, guillaume.tucker@collabora.com, khilman@baylibre.com, matthew.hart@linaro.org, mgalka@collabora.com, tomeu.vizoso@collabora.com, Chen-Yu Tsai , Maxime Ripard , Michael Turquette , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org To: Mark Brown User-Agent: alot/0.8.1 Date: Thu, 15 Aug 2019 09:01:01 -0700 Message-Id: <20190815160101.CC5C2206C1@mail.kernel.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Stephen Boyd (2019-08-15 08:16:15) > Quoting Mark Brown (2019-08-15 04:26:14) > > On Wed, Aug 14, 2019 at 09:02:20PM -0700, Stephen Boyd wrote: > > > Quoting kernelci.org bot (2019-08-14 20:35:25) > >=20 > > > > clk/clk-next boot bisection: v5.3-rc1-79-g31f58d2f58cb on sun8i-h3-= libretech-all-h3-cc > >=20 > > > If this is the only board that failed, great! Must be something in a > > > sun8i driver that uses the init structure after registration. > >=20 > > The infrastructure suppresses duplicate-seeming bisections so I'd not > > count on it, check the reports on the web site. >=20 > Hmm ok. I can remove the change from -next, but I'd still like to figure > out what is using the init pointer after registration. Is there a way to > get earlycon logs? Ok I sent a patch series which may solve the problem for Allwinner.