On Tue, May 31, 2016 at 12:29 PM, Ashwin Chaugule
wrote:
>
> On 27 May 2016 at 12:41, Hoan Tran wrote:
> > Hi Ashwin,
>
> Hi,
>
> >
> > Yes, I saw kernel crash.
> > As cpc_desc_ptr is not NULL, cppc_cpufreq_init() still can pass then
> > crash during cppc_get_perf_caps() access CPPC shared memory
On Friday, June 24, 2016 09:35:32 AM Hoan Tran wrote:
> On Tue, May 31, 2016 at 12:29 PM, Ashwin Chaugule
> wrote:
> >
> > On 27 May 2016 at 12:41, Hoan Tran wrote:
> > > Hi Ashwin,
> >
> > Hi,
> >
> > >
> > > Yes, I saw kernel crash.
> > > As cpc_desc_ptr is not NULL, cppc_cpufreq_init() still c
On Tue, May 31, 2016 at 12:29 PM, Ashwin Chaugule
wrote:
>
> On 27 May 2016 at 12:41, Hoan Tran wrote:
> > Hi Ashwin,
>
> Hi,
>
> >
> > Yes, I saw kernel crash.
> > As cpc_desc_ptr is not NULL, cppc_cpufreq_init() still can pass then
> > crash during cppc_get_perf_caps() access CPPC shared memory
Hi Ashwin,
On Tue, May 31, 2016 at 12:29 PM, Ashwin Chaugule
wrote:
> On 27 May 2016 at 12:41, Hoan Tran wrote:
>> Hi Ashwin,
>
> Hi,
>
>>
>> Yes, I saw kernel crash.
>> As cpc_desc_ptr is not NULL, cppc_cpufreq_init() still can pass then
>> crash during cppc_get_perf_caps() access CPPC shared
On 27 May 2016 at 12:41, Hoan Tran wrote:
> Hi Ashwin,
Hi,
>
> Yes, I saw kernel crash.
> As cpc_desc_ptr is not NULL, cppc_cpufreq_init() still can pass then
> crash during cppc_get_perf_caps() access CPPC shared memory.
>
> It's not only "PCC channel request fail" can create this issue but
> "
Hi Ashwin,
Yes, I saw kernel crash.
As cpc_desc_ptr is not NULL, cppc_cpufreq_init() still can pass then
crash during cppc_get_perf_caps() access CPPC shared memory.
It's not only "PCC channel request fail" can create this issue but
"acpi_get_psd() fail" also creates it
Thanks
Hoan
On Fri, May
On 25 May 2016 at 15:09, Hoan Tran wrote:
> When CPPC fails to request PCC channel, the CPC data is freed
> and cpc_desc_ptr points to the invalid data. This change prevents
> this issue by moving cpc_desc_ptr assignment after PCC channel
> request.
>
> Signed-off-by: Hoan Tran
> ---
> drivers/a
When CPPC fails to request PCC channel, the CPC data is freed
and cpc_desc_ptr points to the invalid data. This change prevents
this issue by moving cpc_desc_ptr assignment after PCC channel
request.
Signed-off-by: Hoan Tran
---
drivers/acpi/cppc_acpi.c | 6 +++---
1 file changed, 3 insertions(+
8 matches
Mail list logo