mbox series

[GIT,PULL] turbosat 2022.04.16

Message ID CAJvTdKm=LUqHRHZ6DwvEEK-3ReOhJF7h+NLRKP7+Lqfb=dAXyg@mail.gmail.com
State New
Headers show
Series [GIT,PULL] turbosat 2022.04.16 | expand

Pull-request

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

Message

Len Brown April 17, 2022, 4:20 a.m. UTC
Hi Rafael,

Please pull these turbostat patches to sync upstream with turbostat 2022.04.06.

thanks!
Len Brown, Intel Open Source Technology Center

The following changes since commit f443e374ae131c168a065ea1748feac6b2e76613:

  Linux 5.17 (2022-03-20 13:14:17 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 58990892ca29c310eca7df1d39d3dbc1b18c2d0e:

  tools/power turbostat: version 2022.04.16 (2022-04-17 00:05:25 -0400)

----------------------------------------------------------------
Chen Yu (1):
      tools/power turbostat: Support thermal throttle count print

Dan Merillat (1):
      tools/power turbostat: fix dump for AMD cpus

Len Brown (5):
      tools/power turbostat: tweak --show and --hide capability
      tools/power turbostat: fix ICX DRAM power numbers
      tools/power turbostat: be more useful as non-root
      tools/power turbostat: No build warnings with -Wextra
      tools/power turbostat: version 2022.04.16

Sumeet Pawnikar (2):
      tools/power turbostat: Add Power Limit4 support
      tools/power turbostat: print power values upto three decimal

Zephaniah E. Loss-Cutler-Hull (2):
      tools/power turbostat: Allow -e for all names.
      tools/power turbostat: Allow printing header every N iterations

 arch/x86/include/asm/msr-index.h      |   1 +
 tools/power/x86/turbostat/Makefile    |   2 +-
 tools/power/x86/turbostat/turbostat.8 |   2 +-
 tools/power/x86/turbostat/turbostat.c | 594 ++++++++++++++++++++++------------
 4 files changed, 389 insertions(+), 210 deletions(-)

Comments

Rafael J. Wysocki April 19, 2022, 3:48 p.m. UTC | #1
On Sun, Apr 17, 2022 at 6:21 AM Len Brown <lenb@kernel.org> wrote:
>
> Hi Rafael,
>
> Please pull these turbostat patches to sync upstream with turbostat 2022.04.06.
>
> thanks!
> Len Brown, Intel Open Source Technology Center
>
> The following changes since commit f443e374ae131c168a065ea1748feac6b2e76613:
>
>   Linux 5.17 (2022-03-20 13:14:17 -0700)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git turbostat
>
> for you to fetch changes up to 58990892ca29c310eca7df1d39d3dbc1b18c2d0e:
>
>   tools/power turbostat: version 2022.04.16 (2022-04-17 00:05:25 -0400)
>
> ----------------------------------------------------------------
> Chen Yu (1):
>       tools/power turbostat: Support thermal throttle count print
>
> Dan Merillat (1):
>       tools/power turbostat: fix dump for AMD cpus
>
> Len Brown (5):
>       tools/power turbostat: tweak --show and --hide capability
>       tools/power turbostat: fix ICX DRAM power numbers
>       tools/power turbostat: be more useful as non-root
>       tools/power turbostat: No build warnings with -Wextra
>       tools/power turbostat: version 2022.04.16
>
> Sumeet Pawnikar (2):
>       tools/power turbostat: Add Power Limit4 support
>       tools/power turbostat: print power values upto three decimal
>
> Zephaniah E. Loss-Cutler-Hull (2):
>       tools/power turbostat: Allow -e for all names.
>       tools/power turbostat: Allow printing header every N iterations
>
>  arch/x86/include/asm/msr-index.h      |   1 +
>  tools/power/x86/turbostat/Makefile    |   2 +-
>  tools/power/x86/turbostat/turbostat.8 |   2 +-
>  tools/power/x86/turbostat/turbostat.c | 594 ++++++++++++++++++++++------------
>  4 files changed, 389 insertions(+), 210 deletions(-)

Pulled and pushed out, thanks!