Re: use-after-free warnings in 5.19-rcX kernel

From: Colin Foster
Date: Thu Jun 30 2022 - 12:59:44 EST


On Thu, Jun 30, 2022 at 09:56:40AM +0300, Tony Lindgren wrote:
> Hi,
>
> * Colin Foster <colin.foster@xxxxxxxxxxxxxxxx> [220630 04:30]:
> > Hi Tony,
> >
> > I'm running a beaglebone black and doing some dev on the
> > next-next/master line. I noticed a lot of messages coming by during
> > boot, and more recently a change that shouldn't have made a difference
> > seems to stop me from booting.
> >
> > The commit in question is commit: ec7aa25fa483 ("ARM: dts: Use clock-output-names for am3")
> > Prior to this commit, the boot seems fine. After this commit, I get
> > several warnings.
>
> This should be fixed with:
>
> [PATCH] clk: ti: Fix missing of_node_get() ti_find_clock_provider()
> https://lore.kernel.org/linux-clk/20220621091118.33930-1-tony@xxxxxxxxxxx/
>
> Can you please give it a try?

Yep - seems to fix the issue. Thanks!

>
> Regards,
>
> Tony