Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1501934
| From | Petr Mladek <pmladek@suse.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] thermal/intel_powerclamp: Conversion to kthread worker API and new CPU hotplug state |
| Date | 2016-10-17 14:40 +0200 |
| Message-ID | <stfmV-3uj-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
The kthread worker API enhancements are in 4.9-rc1. Therefore
we could finally convert the intel_powerclamp kthreads to it.
The API hides a rather tricky code for the sleeping, freezing,
and exiting checks. It should help to avoid races and maintain
these operations.
Sebastian asked me to send also the conversion to the new
CPU hotplug state machine on top of the kthread conversion.
IMPORTANT:
I have tested this on top of 4.9-rc1. But I needed to add
("sched/fair: Fix sched domains NULL deference in select_idle_sibling()")
from linux-tip, see
https://lkml.kernel.org/r/tip-9cfb38a7ba5a9c27c1af8093fb1af4b699c0a441@git.kernel.org
Otherwise, the CPU hotplug failed very often.
Petr Mladek (2):
thermal/intel_powerclamp: Remove duplicated code that starts the
kthread
thermal/intel_powerclamp: Convert the kthread to kthread worker API
Sebastian Andrzej Siewior (1):
thermal/intel_powerclamp: Convert to CPU hotplug state
drivers/thermal/intel_powerclamp.c | 374 +++++++++++++++++++++----------------
1 file changed, 209 insertions(+), 165 deletions(-)
--
1.8.5.6
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] thermal/intel_powerclamp: Conversion to kthread worker API and new CPU hotplug state Petr Mladek <pmladek@suse.com> - 2016-10-17 14:40 +0200
[PATCH 2/3] thermal/intel_powerclamp: Convert the kthread to kthread worker API Petr Mladek <pmladek@suse.com> - 2016-10-17 14:40 +0200
[PATCH 1/3] thermal/intel_powerclamp: Remove duplicated code that starts the kthread Petr Mladek <pmladek@suse.com> - 2016-10-17 14:40 +0200
[PATCH 3/3] thermal/intel_powerclamp: Convert to CPU hotplug state Petr Mladek <pmladek@suse.com> - 2016-10-17 14:40 +0200
Re: [PATCH 3/3] thermal/intel_powerclamp: Convert to CPU hotplug state Jacob Pan <jacob.jun.pan@linux.intel.com> - 2016-10-21 22:20 +0200
Re: [PATCH 3/3] thermal/intel_powerclamp: Convert to CPU hotplug state Petr Mladek <pmladek@suse.com> - 2016-10-24 17:50 +0200
Re: [PATCH 3/3] thermal/intel_powerclamp: Convert to CPU hotplug state Jacob Pan <jacob.jun.pan@linux.intel.com> - 2016-10-24 19:00 +0200
csiph-web