From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754569AbcBVLlM (ORCPT ); Mon, 22 Feb 2016 06:41:12 -0500 Received: from foss.arm.com ([217.140.101.70]:56093 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752488AbcBVLlK (ORCPT ); Mon, 22 Feb 2016 06:41:10 -0500 Date: Mon, 22 Feb 2016 11:42:06 +0000 From: Juri Lelli To: Pingbo Wen Cc: mturquette@baylibre.com, linux-kernel@vger.kernel.org, smuckle@linaro.org Subject: Re: [Eas-dev] [PATCH] cpufreq_sched: set governor_data before waking up kschedfreq Message-ID: <20160222114206.GE27380@e106622-lin> References: <1455967966-11911-1-git-send-email-pingbo.wen@linaro.org> <20160222105338.GD27380@e106622-lin> <56CAF1B5.4020603@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56CAF1B5.4020603@linaro.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 22/02/16 19:32, Pingbo Wen wrote: > Hi, Juri > > On Monday, February 22, 2016 06:53 PM, Juri Lelli wrote: > > Hi, > > > > On 20/02/16 19:32, Pingbo Wen wrote: > >> Fix null pointer dereference error liked below. This BUG can be easily > >> re-produced by 'monkey --throttle 50' in android 6.0. > >> > > > > I'm not sure which code base you are looking at here, but I think this > > problem has already been noticed and fixed by Ricky. Thanks for sharing > > your fix, though. > > I pulled git://linux-arm.org/linux-power.git origin/energy_model_rfc_v5.2, > but didn't get any new commits about this bug. Where can I find the latest > branch? > The fix is not yet present in any branch, but I think it has been already discussed in Steve's last RFC. I guess it will be incorporated in his next version. Best, - Juri