RE: next/master bisection: baseline.dmesg.alert on imx8mn-ddr4-evk

From: Peng Fan
Date: Tue Apr 28 2020 - 01:54:29 EST


> Subject: Re: next/master bisection: baseline.dmesg.alert on
> imx8mn-ddr4-evk
>
> On 27-04-20, 14:00, Guillaume Tucker wrote:
> > Please see the bisection report below about a boot failure.
> >
> > Reports aren't automatically sent to the public while we're trialing
> > new bisection features on kernelci.org but this one looks valid.
>
> @Peng: I have dropped your patch now, please resend it once you have fixed
> the issue.

Sorry, I used an old base for the patch, the cpu_dev should be applied before
check cpu-supply property.

if (!of_find_property(cpu_dev->of_node, "cpu-supply", NULL))
return -ENODEV;

cpu_dev = get_cpu_device(0); --> put before the upper code.

I'll post new version.

Thanks,
Peng.

>
> --
> viresh