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=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 537DDC54FCB for ; Fri, 24 Apr 2020 15:38:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3E63D20767 for ; Fri, 24 Apr 2020 15:38:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728992AbgDXPiK (ORCPT ); Fri, 24 Apr 2020 11:38:10 -0400 Received: from muru.com ([72.249.23.125]:51236 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728222AbgDXPiK (ORCPT ); Fri, 24 Apr 2020 11:38:10 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 062F880E7; Fri, 24 Apr 2020 15:38:56 +0000 (UTC) Date: Fri, 24 Apr 2020 08:38:06 -0700 From: Tony Lindgren To: Tero Kristo Cc: Naresh Kamboju , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , open list , linux-omap@vger.kernel.org, lkft-triage@lists.linaro.org, Mark Rutland , Rob Herring , Benoit Cousson , Carlos Hernandez , Thomas Gleixner , Olof Johansson , tomi.valkeinen@ti.com, Anders Roxell Subject: Re: OF: ERROR: Bad of_node_put() on /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/l4per-cm@1700/l4per-clkctrl@28 Message-ID: <20200424153806.GJ37466@atomide.com> References: <20200417152903.GO37466@atomide.com> <6366d76c-b9dc-6fa5-afad-0b2f471f8ec5@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6366d76c-b9dc-6fa5-afad-0b2f471f8ec5@ti.com> Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org * Tero Kristo [200424 12:41]: > On 17/04/2020 18:29, Tony Lindgren wrote: > > * Naresh Kamboju [200327 16:44]: > > > The reported problem still happening on arm beagle board x15 device > > > running Linux next kernel 20200327. > > ... > > > > > [ 0.000000] OF: ERROR: Bad of_node_put() on > > > /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/l4per-cm@1700/l4per-clkctrl@28 > > > [ 0.000000] CPU: 0 PID: 0 Comm: swapper/0 Tainted: G W > > > 5.6.0-rc7-next-20200327 #1 > > > [ 0.000000] Hardware name: Generic DRA74X (Flattened Device Tree) > > > [ 0.000000] [] (unwind_backtrace) from [] > > > (show_stack+0x10/0x14) > > > [ 0.000000] [] (show_stack) from [] > > > (dump_stack+0xbc/0xd0) > > > [ 0.000000] [] (dump_stack) from [] > > > (kobject_put+0xc0/0x104) > > > [ 0.000000] [] (kobject_put) from [] > > > (of_clk_init+0x18c/0x228) > > > [ 0.000000] [] (of_clk_init) from [] > > > (omap_clk_init+0x3c/0x58) > > > [ 0.000000] [] (omap_clk_init) from [] > > > (omap4_sync32k_timer_init+0x8/0x2c) > > > [ 0.000000] [] (omap4_sync32k_timer_init) from > > > [] (omap5_realtime_timer_init+0x8/0x234) > > > [ 0.000000] [] (omap5_realtime_timer_init) from > > > [] (start_kernel+0x330/0x4b8) > > > > Just FYI, Tero is looking at the clock issues that seem to be > > causing these warnings. > > Haven't seen this before, but easily reproducible with multi_v7_defconfig. I > have a simple fix for it now, will post to lists soon. OK thanks for tracking it down. Tony