All of lore.kernel.org
 help / color / mirror / Atom feed
* ERROR: Bad of_node_put() on /timer@60005000
@ 2013-06-19  8:18 Hiroshi Doyu
       [not found] ` <20130619.111837.2022797543173602143.hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Hiroshi Doyu @ 2013-06-19  8:18 UTC (permalink / raw)
  To: linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org

Hi,

With CONFIG_OF_DYNAMIC enabled, I got the following. Is this a known issue?

....
[    0.000000] ERROR: Bad of_node_put() on /timer@60005000
[    0.000000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.10.0-rc6-next-20130617-00054-gb8f8ed0 #232
[    0.000000] [<c00155b8>] (unwind_backtrace+0x0/0x138) from [<c0011cf0>] (show_stack+0x10/0x14)
[    0.000000] [<c0011cf0>] (show_stack+0x10/0x14) from [<c0559548>] (dump_stack+0x78/0xbc)
[    0.000000] [<c0559548>] (dump_stack+0x78/0xbc) from [<c039ae30>] (of_node_release+0x90/0xa0)
[    0.000000] [<c039ae30>] (of_node_release+0x90/0xa0) from [<c039b3e4>] (of_find_matching_node_and_match+0x74/0x98)
[    0.000000] [<c039b3e4>] (of_find_matching_node_and_match+0x74/0x98) from [<c0791658>] (clocksource_of_init+0x40/0x58)
[    0.000000] [<c0791658>] (clocksource_of_init+0x40/0x58) from [<c077a2b4>] (time_init+0x1c/0x30)
[    0.000000] [<c077a2b4>] (time_init+0x1c/0x30) from [<c0777708>] (start_kernel+0x168/0x2b0)
[    0.000000] [<c0777708>] (start_kernel+0x168/0x2b0) from [<80008074>] (0x80008074)
[    0.000000] ERROR: Bad of_node_put() on /rtc
[    0.000000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.10.0-rc6-next-20130617-00054-gb8f8ed0 #232
[    0.000000] [<c00155b8>] (unwind_backtrace+0x0/0x138) from [<c0011cf0>] (show_stack+0x10/0x14)
[    0.000000] [<c0011cf0>] (show_stack+0x10/0x14) from [<c0559548>] (dump_stack+0x78/0xbc)
[    0.000000] [<c0559548>] (dump_stack+0x78/0xbc) from [<c039ae30>] (of_node_release+0x90/0xa0)
[    0.000000] [<c039ae30>] (of_node_release+0x90/0xa0) from [<c039b3e4>] (of_find_matching_node_and_match+0x74/0x98)
[    0.000000] [<c039b3e4>] (of_find_matching_node_and_match+0x74/0x98) from [<c0791658>] (clocksource_of_init+0x40/0x58)
[    0.000000] [<c0791658>] (clocksource_of_init+0x40/0x58) from [<c077a2b4>] (time_init+0x1c/0x30)
[    0.000000] [<c077a2b4>] (time_init+0x1c/0x30) from [<c0777708>] (start_kernel+0x168/0x2b0)
[    0.000000] [<c0777708>] (start_kernel+0x168/0x2b0) from [<80008074>] (0x80008074)
....

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ERROR: Bad of_node_put() on /timer@60005000
       [not found] ` <20130619.111837.2022797543173602143.hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
@ 2013-06-19 15:32   ` Stephen Warren
       [not found]     ` <51C1CF01.7080606-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Warren @ 2013-06-19 15:32 UTC (permalink / raw)
  To: Hiroshi Doyu; +Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org

On 06/19/2013 02:18 AM, Hiroshi Doyu wrote:
> Hi,
> 
> With CONFIG_OF_DYNAMIC enabled, I got the following. Is this a known issue?

Well, that option isn't enabled in tegra_defconfig so it's unlikely
anyone working on Tegra would have run into it. Best ask on the ARM or
devicetree-discuss mailing list if you want, or just send a patch to fix it.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ERROR: Bad of_node_put() on /timer@60005000
       [not found]     ` <51C1CF01.7080606-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
@ 2013-06-19 18:28       ` Hiroshi Doyu
  0 siblings, 0 replies; 3+ messages in thread
From: Hiroshi Doyu @ 2013-06-19 18:28 UTC (permalink / raw)
  To: swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org
  Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org

Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> wrote @ Wed, 19 Jun 2013 17:32:17 +0200:

> On 06/19/2013 02:18 AM, Hiroshi Doyu wrote:
> > Hi,
> > 
> > With CONFIG_OF_DYNAMIC enabled, I got the following. Is this a known issue?
> 
> Well, that option isn't enabled in tegra_defconfig so it's unlikely
> anyone working on Tegra would have run into it. Best ask on the ARM or
> devicetree-discuss mailing list if you want, or just send a patch to fix it.

Ok, I'll check if refcounting is ok or not.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-06-19 18:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-19  8:18 ERROR: Bad of_node_put() on /timer@60005000 Hiroshi Doyu
     [not found] ` <20130619.111837.2022797543173602143.hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-06-19 15:32   ` Stephen Warren
     [not found]     ` <51C1CF01.7080606-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-06-19 18:28       ` Hiroshi Doyu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.