All of lore.kernel.org
 help / color / mirror / Atom feed
* turbostat 19.08.31 is available
@ 2019-08-31 19:34 Len Brown
  2019-08-31 19:34 ` [PATCH 01/19] tools/power x86_energy_perf_policy: Fix "uninitialized variable" warnings at -O2 Len Brown
  0 siblings, 1 reply; 20+ messages in thread
From: Len Brown @ 2019-08-31 19:34 UTC (permalink / raw)
  To: linux-pm

Thanks for the patches everybody!

You can download the latest turbostat (and x86_energy_perf_policy) for testing here:

git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git turbostat

 tools/power/x86/turbostat/Makefile                 |   3 +-
 tools/power/x86/turbostat/turbostat.c              | 101 ++++++++++++++-------
 tools/power/x86/x86_energy_perf_policy/Makefile    |   3 +-
 .../x86_energy_perf_policy.8                       |   2 +-
 .../x86_energy_perf_policy.c                       |  28 +++---
 5 files changed, 90 insertions(+), 47 deletions(-)

[PATCH 01/19] tools/power x86_energy_perf_policy: Fix "uninitialized variable" warnings at -O2
[PATCH 02/19] tools/power/x86: Enable compiler optimisations and Fortify by default
[PATCH 03/19] tools/power: Fix typo in man page
[PATCH 04/19] tools/power x86_energy_perf_policy: Fix argument parsing
[PATCH 05/19] tools/power turbostat: remove duplicate pc10 column
[PATCH 06/19] tools/power turbostat: Make interval calculation per thread to reduce jitter
[PATCH 07/19] tools/power turbostat: fix leak of file descriptor on error return path
[PATCH 08/19] tools/power turbostat: fix file descriptor leaks
[PATCH 09/19] tools/power turbostat: fix buffer overrun

Prarit, Naoya,
For now, I went with your initial 1-line fix,
as I currently don't have an appetite for a 400-line patch
when 1-line spending 1KB / CPU will float the boat.

Yeah, it is a bummer that this "bundle formatted output into
a single buffered write" optimiation is even necessary...
you'd think that stdio could be smarter to automatically buffer
multiple prints into a single write...

[PATCH 10/19] tools/power turbostat: add Jacobsville support
[PATCH 11/19] tools/power turbostat: Fix Haswell Core systems
[PATCH 12/19] tools/power turbostat: rename has_hsw_msrs()
[PATCH 13/19] tools/power turbostat: Add Ice Lake NNPI support
[PATCH 14/19] tools/power turbostat: read from pipes too
[PATCH 15/19] tools/power turbostat: do not enforce 1ms
[PATCH 16/19] tools/power turbostat: Fix CPU%C1 display value

[PATCH 17/19] tools/power turbostat: Fix caller parameter of get_tdp_amd()
[PATCH 18/19] tools/power turbostat: Add support for Hygon Fam 18h (Dhyana) RAPL

Although these were marked RFC instead of PATCH, I applied them,
because they were otherwise properly signed, and seemed ready.

[PATCH 19/19] tools/power turbostat: update version number

cheers,
-Len


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

end of thread, other threads:[~2019-08-31 19:35 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-31 19:34 turbostat 19.08.31 is available Len Brown
2019-08-31 19:34 ` [PATCH 01/19] tools/power x86_energy_perf_policy: Fix "uninitialized variable" warnings at -O2 Len Brown
2019-08-31 19:34   ` [PATCH 02/19] tools/power/x86: Enable compiler optimisations and Fortify by default Len Brown
2019-08-31 19:34   ` [PATCH 03/19] tools/power: Fix typo in man page Len Brown
2019-08-31 19:34   ` [PATCH 04/19] tools/power x86_energy_perf_policy: Fix argument parsing Len Brown
2019-08-31 19:34   ` [PATCH 05/19] tools/power turbostat: remove duplicate pc10 column Len Brown
2019-08-31 19:34   ` [PATCH 06/19] tools/power turbostat: Make interval calculation per thread to reduce jitter Len Brown
2019-08-31 19:34   ` [PATCH 07/19] tools/power turbostat: fix leak of file descriptor on error return path Len Brown
2019-08-31 19:34   ` [PATCH 08/19] tools/power turbostat: fix file descriptor leaks Len Brown
2019-08-31 19:34   ` [PATCH 09/19] tools/power turbostat: fix buffer overrun Len Brown
2019-08-31 19:34   ` [PATCH 10/19] tools/power turbostat: add Jacobsville support Len Brown
2019-08-31 19:34   ` [PATCH 11/19] tools/power turbostat: Fix Haswell Core systems Len Brown
2019-08-31 19:34   ` [PATCH 12/19] tools/power turbostat: rename has_hsw_msrs() Len Brown
2019-08-31 19:34   ` [PATCH 13/19] tools/power turbostat: Add Ice Lake NNPI support Len Brown
2019-08-31 19:34   ` [PATCH 14/19] tools/power turbostat: read from pipes too Len Brown
2019-08-31 19:34   ` [PATCH 15/19] tools/power turbostat: do not enforce 1ms Len Brown
2019-08-31 19:34   ` [PATCH 16/19] tools/power turbostat: Fix CPU%C1 display value Len Brown
2019-08-31 19:34   ` [PATCH 17/19] tools/power turbostat: Fix caller parameter of get_tdp_amd() Len Brown
2019-08-31 19:34   ` [PATCH 18/19] tools/power turbostat: Add support for Hygon Fam 18h (Dhyana) RAPL Len Brown
2019-08-31 19:34   ` [PATCH 19/19] tools/power turbostat: update version number Len Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.