Re: stable/linux-4.14.y bisection: boot on odroid-x2

From: Greg Kroah-Hartman
Date: Thu Nov 21 2019 - 08:52:55 EST


On Thu, Nov 21, 2019 at 02:25:29PM +0530, Viresh Kumar wrote:
> On 21-11-19, 07:58, Greg Kroah-Hartman wrote:
> > On Thu, Nov 21, 2019 at 11:38:11AM +0530, Viresh Kumar wrote:
> > > On 20-11-19, 18:52, kernelci.org bot wrote:
> > > > commit 714ab224a8db6e8255c61a42613de9349ceb0bba
> > > > Author: Viresh Kumar <viresh.kumar@xxxxxxxxxx>
> > > > Date: Fri Aug 3 07:05:21 2018 +0530
> > > >
> > > > OPP: Protect dev_list with opp_table lock
> > > >
> > > > [ Upstream commit 3d2556992a878a2210d3be498416aee39e0c32aa ]
> > > >
> > > > The dev_list needs to be protected with a lock, else we may have
> > > > simultaneous access (addition/removal) to it and that would be racy.
> > > > Extend scope of the opp_table lock to protect dev_list as well.
> > > >
> > > > Tested-by: Niklas Cassel <niklas.cassel@xxxxxxxxxx>
> > > > Signed-off-by: Viresh Kumar <viresh.kumar@xxxxxxxxxx>
> > > > Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>
> > >
> > > @Sasha: Please drop this patch for now.
> >
> > Drop it from 4.14 and 4.19?
>
> Yes.

Now done, thanks.

greg k-h