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=-5.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable 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 A9E80C43215 for ; Thu, 21 Nov 2019 13:52:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7917B2070B for ; Thu, 21 Nov 2019 13:52:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1574344375; bh=zYluV3+BkKDTzX4PhM/6p8mm4PW1N2NXyUniwFP2SIE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=nIBUQWkcBTHPzKg4HWSN6z6QC9bnn2WzPCvqsdLffeMbpn92uKI+TdNEKi6zkiaSp XZhXu0WlV3GqHDsDDy7Nh9C0R7mlBSY2KlM/hN64YHl933X0fyGHRR81eI5fr+iUga ld5o0Y9qs3yY0TiwibQ4HMbkwQXzPhlNl5RXNMGM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726634AbfKUNwy (ORCPT ); Thu, 21 Nov 2019 08:52:54 -0500 Received: from mail.kernel.org ([198.145.29.99]:60264 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726293AbfKUNwy (ORCPT ); Thu, 21 Nov 2019 08:52:54 -0500 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 3E8D820679; Thu, 21 Nov 2019 13:52:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1574344371; bh=zYluV3+BkKDTzX4PhM/6p8mm4PW1N2NXyUniwFP2SIE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=x91gtEgxXBqjIgsQOgdk7x0GiDDCxwDmZtviKrjR+nByMeWgo19NAQ3WAymaWWviH zlvhAf78wNJ6qMg74R+JpoIChWrczxTrye0Dqzgrt3QEgMstRcO1YOiMWkib2fwuxM lj9DbLQHNzNo0L/bwdiNlP7atLCBlD7mllrCsiCA= Date: Thu, 21 Nov 2019 14:52:49 +0100 From: Greg Kroah-Hartman To: Viresh Kumar Cc: Sasha Levin , "kernelci.org bot" , tomeu.vizoso@collabora.com, guillaume.tucker@collabora.com, Niklas Cassel , broonie@kernel.org, khilman@baylibre.com, mgalka@collabora.com, enric.balletbo@collabora.com, linux-pm@vger.kernel.org, Stephen Boyd , linux-kernel@vger.kernel.org, Nishanth Menon , Len Brown , "Rafael J. Wysocki" , Pavel Machek , Viresh Kumar Subject: Re: stable/linux-4.14.y bisection: boot on odroid-x2 Message-ID: <20191121135249.GA549340@kroah.com> References: <5dd5fbf5.1c69fb81.0938.8061@mx.google.com> <20191121060811.mvzzh4zlfzlubzlv@vireshk-i7> <20191121065821.GA344102@kroah.com> <20191121085529.qjmj7pwew4wjmggu@vireshk-i7> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191121085529.qjmj7pwew4wjmggu@vireshk-i7> User-Agent: Mutt/1.12.2 (2019-09-21) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > > > > 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 > > > > Signed-off-by: Viresh Kumar > > > > Signed-off-by: Sasha Levin > > > > > > @Sasha: Please drop this patch for now. > > > > Drop it from 4.14 and 4.19? > > Yes. Now done, thanks. greg k-h