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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 73482C433FE for ; Tue, 11 Oct 2022 00:55:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229599AbiJKAzz (ORCPT ); Mon, 10 Oct 2022 20:55:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59892 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229595AbiJKAzy (ORCPT ); Mon, 10 Oct 2022 20:55:54 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7420D3CBC1; Mon, 10 Oct 2022 17:55:53 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 0EDEE61058; Tue, 11 Oct 2022 00:55:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 62D85C433D6; Tue, 11 Oct 2022 00:55:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1665449752; bh=5f6V6CKsr2XoEaA7bspk2kMXZ9atRoFGUx2n3DSngN8=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=kwwA6ucBgQvHTTg1vCtiVJZY38+ZKv5iHwF7PLs1ugM6ixWv7tznO8nX9nVsfWXHF 4Lptgf8zQLkWbNqbaYo6s7DfTASU12wrmFTlNLxV+RM/sSf7Zz5r+Qtem94ibjL+hc pfuj/gOUJyj1EoGhBVevpMisejyZ8lfUJ3iSWCvf2x2h7l8N8vwvI/75egO3Oaxw6o vw25/yNul+mR+/Md6XVsPq6ep+zDQ1yjGtpZpLVd4kUjMKwniVNYm27yH8RFvuJktY M9UItjofxaIF7j1EmNBBDi8WvdznzLtiEcwiGmIC9MChtZ8B9eE0v1Kp+kAOF/m4MZ ohaZt8ydl7UPQ== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: References: <6341c30d.170a0220.2bfa7.6117@mx.google.com> Subject: Re: stable-rc/linux-5.10.y bisection: baseline.login on panda From: Stephen Boyd Cc: kernelci-results@groups.io, bot@kernelci.org, gtucker@collabora.com, stable@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org To: Greg Kroah-Hartman , Mark Brown , Sasha Levin , Tero Kristo , Tony Lindgren Date: Mon, 10 Oct 2022 17:55:50 -0700 User-Agent: alot/0.10 Message-Id: <20221011005552.62D85C433D6@smtp.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Quoting Mark Brown (2022-10-10 04:29:03) > The KernelCI bisection bot bisected a boot failure on the 5.10-rc stable > tree on Panda to d86c6447ee250 ("clk: ti: Stop using legacy clkctrl names > for omap4") in the v5.10 stable tree. There's a lot of clock related > warnings/errors including: >=20 > <4>[ 0.000000] WARNING: CPU: 0 PID: 0 at drivers/clk/clk.c:3778 __clk_= register+0x464/0x868 > <4>[ 0.000000] ti_dt_clocks_register: failed to lookup clock node abe-= clkctrl:0008:24, ret=3D-517 > <4>[ 0.416076] omap_hwmod: debugss: cannot _init_clocks > <4>[ 0.421447] ------------[ cut here ]------------ > <4>[ 0.426513] WARNING: CPU: 0 PID: 1 at arch/arm/mach-omap2/omap_hwmo= d.c:2371 _init+0x428/0x488 >=20 > (there's a *lot* of probe deferrals and hwmods that fail to init). The > last output from the kernel is: >=20 > <3>[ 10.523590] twl6030_uv_to_vsel:OUT OF RANGE! non mapped vsel for 14= 10000 Vs max 1316660 > <6>[ 10.531890] Power Management for TI OMAP4+ devices. > <4>[ 10.537048] OMAP4 PM: u-boot >=3D v2012.07 is required for full PM = support > <5>[ 10.544555] Loading compiled-in X.509 certificates >=20 > I've left the full report from the bot with more information including > full logs and a reported-by tag below: I don't think we want that commit on stable. It depends on a DT change that may not be present. Tony?