public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] cpupower update for Linux 5.2-rc6
@ 2019-06-12 20:27 Shuah Khan
  2019-06-27 21:58 ` Rafael J. Wysocki
  0 siblings, 1 reply; 2+ messages in thread
From: Shuah Khan @ 2019-06-12 20:27 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Linux PM, Shuah Khan, Thomas Renninger, Linux Kernel Mailing List

[-- Attachment #1: Type: text/plain, Size: 1652 bytes --]

Hi Rafael,

Please pull the following update for Linux 5.2-rc6 or 5.3 depending on
your pull request schedule for Linus.

This cpupower update for Linux 5.2-rc6 consists of a fix and a minor
spelling correction.

diff is attached.

thanks,
-- Shuah

----------------------------------------------------------------
The following changes since commit f2c7c76c5d0a443053e94adb9f0918fa2fb85c3a:

   Linux 5.2-rc3 (2019-06-02 13:55:33 -0700)

are available in the Git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux 
tags/linux-cpupower-5.2-rc6

for you to fetch changes up to 04507c0a9385cc8280f794a36bfff567c8cc1042:

   cpupower : frequency-set -r option misses the last cpu in related cpu 
list (2019-06-04 09:06:50 -0600)

----------------------------------------------------------------
linux-cpupower-5.2-rc6

This cpupower update for Linux 5.2-rc6 consists of a fix and a minor
spelling correction.

----------------------------------------------------------------
Abhishek Goel (1):
       cpupower : frequency-set -r option misses the last cpu in related 
cpu list

Nick Black (1):
       cpupower: correct spelling of interval

  tools/power/cpupower/man/cpupower-monitor.1 | 2 +-
  tools/power/cpupower/po/cs.po               | 2 +-
  tools/power/cpupower/po/de.po               | 2 +-
  tools/power/cpupower/po/fr.po               | 2 +-
  tools/power/cpupower/po/it.po               | 2 +-
  tools/power/cpupower/po/pt.po               | 2 +-
  tools/power/cpupower/utils/cpufreq-set.c    | 2 ++
  7 files changed, 8 insertions(+), 6 deletions(-)

----------------------------------------------------------------

[-- Attachment #2: linux-cpupower-5.2-rc6.diff --]
[-- Type: text/x-patch, Size: 3294 bytes --]

diff --git a/tools/power/cpupower/man/cpupower-monitor.1 b/tools/power/cpupower/man/cpupower-monitor.1
index 914cbb9d9cd0..70a56476f4b0 100644
--- a/tools/power/cpupower/man/cpupower-monitor.1
+++ b/tools/power/cpupower/man/cpupower-monitor.1
@@ -61,7 +61,7 @@ Only display specific monitors. Use the monitor string(s) provided by \-l option
 .PP
 \-i seconds
 .RS 4
-Measure intervall.
+Measure interval.
 .RE
 .PP
 \-c
diff --git a/tools/power/cpupower/po/cs.po b/tools/power/cpupower/po/cs.po
index cb22c45c5069..bfc7e1702ec9 100644
--- a/tools/power/cpupower/po/cs.po
+++ b/tools/power/cpupower/po/cs.po
@@ -98,7 +98,7 @@ msgstr ""
 
 #: utils/idle_monitor/cpupower-monitor.c:74
 #, c-format
-msgid "\t -i: time intervall to measure for in seconds (default 1)\n"
+msgid "\t -i: time interval to measure for in seconds (default 1)\n"
 msgstr ""
 
 #: utils/idle_monitor/cpupower-monitor.c:75
diff --git a/tools/power/cpupower/po/de.po b/tools/power/cpupower/po/de.po
index 840c17cc450a..70887bb8ba95 100644
--- a/tools/power/cpupower/po/de.po
+++ b/tools/power/cpupower/po/de.po
@@ -95,7 +95,7 @@ msgstr ""
 
 #: utils/idle_monitor/cpupower-monitor.c:74
 #, c-format
-msgid "\t -i: time intervall to measure for in seconds (default 1)\n"
+msgid "\t -i: time interval to measure for in seconds (default 1)\n"
 msgstr ""
 
 #: utils/idle_monitor/cpupower-monitor.c:75
diff --git a/tools/power/cpupower/po/fr.po b/tools/power/cpupower/po/fr.po
index b46ca2548f86..b6e505b34e4a 100644
--- a/tools/power/cpupower/po/fr.po
+++ b/tools/power/cpupower/po/fr.po
@@ -95,7 +95,7 @@ msgstr ""
 
 #: utils/idle_monitor/cpupower-monitor.c:74
 #, c-format
-msgid "\t -i: time intervall to measure for in seconds (default 1)\n"
+msgid "\t -i: time interval to measure for in seconds (default 1)\n"
 msgstr ""
 
 #: utils/idle_monitor/cpupower-monitor.c:75
diff --git a/tools/power/cpupower/po/it.po b/tools/power/cpupower/po/it.po
index f80c4ddb9bda..a1deeb52c9e0 100644
--- a/tools/power/cpupower/po/it.po
+++ b/tools/power/cpupower/po/it.po
@@ -95,7 +95,7 @@ msgstr ""
 
 #: utils/idle_monitor/cpupower-monitor.c:74
 #, c-format
-msgid "\t -i: time intervall to measure for in seconds (default 1)\n"
+msgid "\t -i: time interval to measure for in seconds (default 1)\n"
 msgstr ""
 
 #: utils/idle_monitor/cpupower-monitor.c:75
diff --git a/tools/power/cpupower/po/pt.po b/tools/power/cpupower/po/pt.po
index 990f5267ffe8..902186585bb9 100644
--- a/tools/power/cpupower/po/pt.po
+++ b/tools/power/cpupower/po/pt.po
@@ -93,7 +93,7 @@ msgstr ""
 
 #: utils/idle_monitor/cpupower-monitor.c:74
 #, c-format
-msgid "\t -i: time intervall to measure for in seconds (default 1)\n"
+msgid "\t -i: time interval to measure for in seconds (default 1)\n"
 msgstr ""
 
 #: utils/idle_monitor/cpupower-monitor.c:75
diff --git a/tools/power/cpupower/utils/cpufreq-set.c b/tools/power/cpupower/utils/cpufreq-set.c
index f49bc4aa2a08..6ed82fba5aaa 100644
--- a/tools/power/cpupower/utils/cpufreq-set.c
+++ b/tools/power/cpupower/utils/cpufreq-set.c
@@ -305,6 +305,8 @@ int cmd_freq_set(int argc, char **argv)
 				bitmask_setbit(cpus_chosen, cpus->cpu);
 				cpus = cpus->next;
 			}
+			/* Set the last cpu in related cpus list */
+			bitmask_setbit(cpus_chosen, cpus->cpu);
 			cpufreq_put_related_cpus(cpus);
 		}
 	}

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] cpupower update for Linux 5.2-rc6
  2019-06-12 20:27 [GIT PULL] cpupower update for Linux 5.2-rc6 Shuah Khan
@ 2019-06-27 21:58 ` Rafael J. Wysocki
  0 siblings, 0 replies; 2+ messages in thread
From: Rafael J. Wysocki @ 2019-06-27 21:58 UTC (permalink / raw)
  To: Shuah Khan
  Cc: Rafael J. Wysocki, Linux PM, Thomas Renninger,
	Linux Kernel Mailing List

On Wednesday, June 12, 2019 10:27:03 PM CEST Shuah Khan wrote:
>  This is a multi-part message in MIME format.
> --------------DA1BC82BAC95C219E9AB2661
> Content-Type: text/plain; charset=utf-8; format=flowed
> Content-Transfer-Encoding: 7bit
> 
> Hi Rafael,
> 
> Please pull the following update for Linux 5.2-rc6 or 5.3 depending on
> your pull request schedule for Linus.
> 
> This cpupower update for Linux 5.2-rc6 consists of a fix and a minor
> spelling correction.
> 
> diff is attached.
> 
> thanks,
> -- Shuah
> 
> ----------------------------------------------------------------
> The following changes since commit f2c7c76c5d0a443053e94adb9f0918fa2fb85c3a:
> 
>    Linux 5.2-rc3 (2019-06-02 13:55:33 -0700)
> 
> are available in the Git repository at:
> 
>    git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux 
> tags/linux-cpupower-5.2-rc6
> 
> for you to fetch changes up to 04507c0a9385cc8280f794a36bfff567c8cc1042:
> 
>    cpupower : frequency-set -r option misses the last cpu in related cpu 
> list (2019-06-04 09:06:50 -0600)

Pulled (long ago) and queued for 5.3.

Thanks, and sorry for the delayed response.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-27 21:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-12 20:27 [GIT PULL] cpupower update for Linux 5.2-rc6 Shuah Khan
2019-06-27 21:58 ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox