Message ID | cover.1492408342.git.viresh.kumar@linaro.org |
---|---|
Headers | show
Delivered-To: patch@linaro.org Received: by 10.140.109.52 with SMTP id k49csp1212527qgf; Sun, 16 Apr 2017 23:02:59 -0700 (PDT) X-Received: by 10.98.55.197 with SMTP id e188mr10218051pfa.116.1492408979562; Sun, 16 Apr 2017 23:02:59 -0700 (PDT) Return-Path: <linux-kernel-owner@vger.kernel.org> Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y67si10036543pfj.22.2017.04.16.23.02.59; Sun, 16 Apr 2017 23:02:59 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@linaro.org; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932837AbdDQGCr (ORCPT <rfc822;takahiro.akashi@linaro.org> + 14 others); Mon, 17 Apr 2017 02:02:47 -0400 Received: from mail-pg0-f47.google.com ([74.125.83.47]:35540 "EHLO mail-pg0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932645AbdDQGCl (ORCPT <rfc822;linux-kernel@vger.kernel.org>); Mon, 17 Apr 2017 02:02:41 -0400 Received: by mail-pg0-f47.google.com with SMTP id 72so59107839pge.2 for <linux-kernel@vger.kernel.org>; Sun, 16 Apr 2017 23:02:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=+modO125UAiQwTwbeiROj7l7z9sjR9Q30Up5OnH4Xx0=; b=TC5j90td25Z8vIAlgCFaMilIXqfB2eT5bcmkyK4BmvIf3s/5AItOkci6Bw+eioDfkf SsiQIBzMYeRxv9szIW41upacW6O4JRaVpcZu9QMkOp9OmZM5IZj66dAJn7VtUoe342L0 AjWvqD6SKqvT/yOaxhyFm2QX/GknXY98uTgQY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=+modO125UAiQwTwbeiROj7l7z9sjR9Q30Up5OnH4Xx0=; b=ZMakr6as2xD63DBZORViz+N9GJM1HZAlJaxcGBmMXVbLtkfy/CTW6K8KH53pvc+S+p rt0tM7urJ4hO620Ldr1S/S/dcIHW6RKgWlExhBnEWtGnH/2mE3hnXFjNk55iOJ7usxBw R95OQKQRaYuXDsrInrkZDv6OJTm+SPeHQtHpfin9KAQi2NYupIcMU7tcntEVbdHu5zgA TnD+G/St4ZJflTzAOPErWnGSI+HdOAzaWvTf5aSGKd52sVV1L4hPen5tKlybsi9avGZe oGQ7+8C/kmobDFtpPAjAVY1ZfWK8r2yp+Uq4GzLBUxE5nFhT7DFP8NUeSlSSlpjFpbLn ol8Q== X-Gm-Message-State: AN3rC/5QBPrL9oX9dr76ero92u593B1K0pBCQPNBHzhovXLeo+Dt+K5N HCOhNSaqzFPEJ+Os X-Received: by 10.84.129.4 with SMTP id 4mr11081951plb.37.1492408961131; Sun, 16 Apr 2017 23:02:41 -0700 (PDT) Received: from localhost ([122.172.121.5]) by smtp.gmail.com with ESMTPSA id j125sm741846pgc.53.2017.04.16.23.02.39 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 16 Apr 2017 23:02:40 -0700 (PDT) From: Viresh Kumar <viresh.kumar@linaro.org> To: Javi Merino <javi.merino@kernel.org>, Zhang Rui <rui.zhang@intel.com>, Eduardo Valentin <edubezval@gmail.com> Cc: linaro-kernel@lists.linaro.org, Amit Daniel Kachhap <amit.kachhap@gmail.com>, Rafael Wysocki <rjw@rjwysocki.net>, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Vincent Guittot <vincent.guittot@linaro.org>, Viresh Kumar <viresh.kumar@linaro.org> Subject: [PATCH V2 00/17] thermal: cpu_cooling: improve interaction with cpufreq core Date: Mon, 17 Apr 2017 11:31:45 +0530 Message-Id: <cover.1492408342.git.viresh.kumar@linaro.org> X-Mailer: git-send-email 2.12.0.432.g71c3a4f4ba37 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: <linux-kernel.vger.kernel.org> X-Mailing-List: linux-kernel@vger.kernel.org |
Series |
thermal: cpu_cooling: improve interaction with cpufreq core
|
expand
|
On 24-04-17, 11:43, Lukasz Luba wrote: > Hi Viresh, > > I was out of office. > I run your v3 (from git) with some basic tests. > IPA does not work, at least v3 does not crash the kernel. > I didn't have time to go through the patches to narrow down > the problem. Did it work with the patch you sent last week ? -- viresh