From: <gregkh@linuxfoundation.org>
To: lukasz.anaczkowski@intel.com,
dasaratharaman.chandramouli@intel.com,
gregkh@linuxfoundation.org, kristen@linux.intel.com,
rafael.j.wysocki@intel.com, yishimat@redhat.com
Cc: <stable@vger.kernel.org>, <stable-commits@vger.kernel.org>
Subject: Patch "intel_pstate: Add get_scaling cpu_defaults param to Knights Landing" has been added to the 4.1-stable tree
Date: Sat, 08 Aug 2015 15:02:41 -0700 [thread overview]
Message-ID: <143907136120057@kroah.com> (raw)
This is a note to let you know that I've just added the patch titled
intel_pstate: Add get_scaling cpu_defaults param to Knights Landing
to the 4.1-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
intel_pstate-add-get_scaling-cpu_defaults-param-to-knights-landing.patch
and it can be found in the queue-4.1 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@vger.kernel.org> know about it.
>From 69cefc273f942bd7bb347a02e8b5b738d5f6e6f3 Mon Sep 17 00:00:00 2001
From: Lukasz Anaczkowski <lukasz.anaczkowski@intel.com>
Date: Tue, 21 Jul 2015 10:41:13 +0200
Subject: intel_pstate: Add get_scaling cpu_defaults param to Knights Landing
From: Lukasz Anaczkowski <lukasz.anaczkowski@intel.com>
commit 69cefc273f942bd7bb347a02e8b5b738d5f6e6f3 upstream.
Scaling for Knights Landing is same as the default scaling (100000).
When Knigts Landing support was added to the pstate driver, this
parameter was omitted resulting in a kernel panic during boot.
Fixes: b34ef932d79a (intel_pstate: Knights Landing support)
Reported-by: Yasuaki Ishimatsu <yishimat@redhat.com>
Signed-off-by: Dasaratharaman Chandramouli <dasaratharaman.chandramouli@intel.com>
Signed-off-by: Lukasz Anaczkowski <lukasz.anaczkowski@intel.com>
Acked-by: Kristen Carlson Accardi <kristen@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
drivers/cpufreq/intel_pstate.c | 1 +
1 file changed, 1 insertion(+)
--- a/drivers/cpufreq/intel_pstate.c
+++ b/drivers/cpufreq/intel_pstate.c
@@ -678,6 +678,7 @@ static struct cpu_defaults knl_params =
.get_max = core_get_max_pstate,
.get_min = core_get_min_pstate,
.get_turbo = knl_get_turbo_pstate,
+ .get_scaling = core_get_scaling,
.set = core_set_pstate,
},
};
Patches currently in stable-queue which might be from lukasz.anaczkowski@intel.com are
queue-4.1/intel_pstate-add-get_scaling-cpu_defaults-param-to-knights-landing.patch
reply other threads:[~2015-08-08 22:02 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=143907136120057@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=dasaratharaman.chandramouli@intel.com \
--cc=kristen@linux.intel.com \
--cc=lukasz.anaczkowski@intel.com \
--cc=rafael.j.wysocki@intel.com \
--cc=stable-commits@vger.kernel.org \
--cc=stable@vger.kernel.org \
--cc=yishimat@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).