From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754496AbcBVLcM (ORCPT ); Mon, 22 Feb 2016 06:32:12 -0500 Received: from mail-pa0-f41.google.com ([209.85.220.41]:33944 "EHLO mail-pa0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754011AbcBVLcK (ORCPT ); Mon, 22 Feb 2016 06:32:10 -0500 Subject: Re: [Eas-dev] [PATCH] cpufreq_sched: set governor_data before waking up kschedfreq To: Juri Lelli References: <1455967966-11911-1-git-send-email-pingbo.wen@linaro.org> <20160222105338.GD27380@e106622-lin> Cc: pingbo.wen@linaro.org, mturquette@baylibre.com, linux-kernel@vger.kernel.org, smuckle@linaro.org From: Pingbo Wen Message-ID: <56CAF1B5.4020603@linaro.org> Date: Mon, 22 Feb 2016 19:32:05 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <20160222105338.GD27380@e106622-lin> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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? Pingbo