mbox series

[GIT,PULL] cpupower update for Linux 4.20-rc1

Message ID 88f95364-29a8-358e-356e-e62771e52c8e@kernel.org (mailing list archive)
State Not Applicable, archived
Headers show
Series [GIT,PULL] cpupower update for Linux 4.20-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux tags/linux-cpupower-4.20-rc1

Message

shuah Oct. 15, 2018, 7:21 p.m. UTC
Hi Rafael,

Please pull the following cpupower update for Linux 4.20-rc1

This cpupower update for Linux 4.20-rc1 consists of fixes for bugs and
compile warnings from Prarit Bhargava and Anders Roxell.

diff is attached.

thanks,
-- Shuah

----------------------------------------------------------------
The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

  Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux tags/linux-cpupower-4.20-rc1

for you to fetch changes up to f69ffc5d3db8f1f03fd6d1df5930f9a1fbd787b6:

  cpupower: Fix coredump on VMWare (2018-10-08 09:19:15 -0600)

----------------------------------------------------------------
linux-cpupower-4.20-rc1

This cpupower update for Linux 4.20-rc1 consists of fixes for bugs and
compile warnings from Prarit Bhargava and Anders Roxell.

----------------------------------------------------------------
Anders Roxell (1):
      cpupower: remove stringop-truncation waring

Prarit Bhargava (2):
      cpupower: Fix AMD Family 0x17 msr_pstate size
      cpupower: Fix coredump on VMWare

 tools/power/cpupower/bench/parse.c        | 2 +-
 tools/power/cpupower/utils/cpufreq-info.c | 2 ++
 tools/power/cpupower/utils/helpers/amd.c  | 7 ++++++-
 3 files changed, 9 insertions(+), 2 deletions(-)
----------------------------------------------------------------
The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

  Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux tags/linux-cpupower-4.20-rc1

for you to fetch changes up to f69ffc5d3db8f1f03fd6d1df5930f9a1fbd787b6:

  cpupower: Fix coredump on VMWare (2018-10-08 09:19:15 -0600)

----------------------------------------------------------------
linux-cpupower-4.20-rc1

This cpupower update for Linux 4.20-rc1 consists of fixes for bugs and
compile warnings from Prarit Bhargava and Anders Roxell.

----------------------------------------------------------------
Anders Roxell (1):
      cpupower: remove stringop-truncation waring

Prarit Bhargava (2):
      cpupower: Fix AMD Family 0x17 msr_pstate size
      cpupower: Fix coredump on VMWare

 tools/power/cpupower/bench/parse.c        | 2 +-
 tools/power/cpupower/utils/cpufreq-info.c | 2 ++
 tools/power/cpupower/utils/helpers/amd.c  | 7 ++++++-
 3 files changed, 9 insertions(+), 2 deletions(-)

Comments

Rafael J. Wysocki Oct. 16, 2018, 8:14 a.m. UTC | #1
Hi Shuah,

On Mon, Oct 15, 2018 at 9:21 PM Shuah Khan <shuah@kernel.org> wrote:
>
> Hi Rafael,
>
> Please pull the following cpupower update for Linux 4.20-rc1
>
> This cpupower update for Linux 4.20-rc1 consists of fixes for bugs and
> compile warnings from Prarit Bhargava and Anders Roxell.
>
> diff is attached.

Pulled, thanks!