mbox series

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

Message ID 396f8b57-50f5-cd20-7a32-40785e669048@linuxfoundation.org (mailing list archive)
State Mainlined, archived
Headers show
Series [GIT,PULL] cpupower update for Linux 5.10-rc1 | expand

Pull-request

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

Message

Shuah Khan Oct. 13, 2020, 5:13 p.m. UTC
Hi Rafael,

Please pull the following cpupower update for Linux 5.10-rc1 or for
a later rc.

This cpupower update for Linux 5.10-rc1 consists of minor fixes for
spelling and speeding up generating git version string which will
in turn speedup compiles.

diff is attached.

thanks,
-- Shuah

----------------------------------------------------------------
The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

   Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 527b7779e5ecabb057089b760140309bdcacc16a:

   cpupower: speed up generating git version string (2020-08-20 13:04:47 
-0600)

----------------------------------------------------------------
linux-cpupower-5.10-rc1

This cpupower update for Linux 5.10-rc1 consists of minor fixes for
spelling and speeding up generating git version string which will
in turn speedup compiles.

----------------------------------------------------------------
Colin Ian King (1):
       cpupowerutils: fix spelling mistake "dependant" -> "dependent"

Martin Kaistra (1):
       cpupower: speed up generating git version string

  tools/power/cpupower/Makefile                | 2 +-
  tools/power/cpupower/debug/i386/intel_gsic.c | 2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------
The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 527b7779e5ecabb057089b760140309bdcacc16a:

  cpupower: speed up generating git version string (2020-08-20 13:04:47 -0600)

----------------------------------------------------------------
linux-cpupower-5.10-rc1

This cpupower update for Linux 5.10-rc1 consists of minor fixes for
spelling and speeding up generating git version string which will
in turn speedup compiles.

----------------------------------------------------------------
Colin Ian King (1):
      cpupowerutils: fix spelling mistake "dependant" -> "dependent"

Martin Kaistra (1):
      cpupower: speed up generating git version string

 tools/power/cpupower/Makefile                | 2 +-
 tools/power/cpupower/debug/i386/intel_gsic.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Rafael J. Wysocki Oct. 16, 2020, 2:18 p.m. UTC | #1
On Tue, Oct 13, 2020 at 7:15 PM Shuah Khan <skhan@linuxfoundation.org> wrote:
>
> On 10/13/20 11:13 AM, Shuah Khan wrote:
> > Hi Rafael,
> >
> > Please pull the following cpupower update for Linux 5.10-rc1 or for
> > a later rc.
> >
> > This cpupower update for Linux 5.10-rc1 consists of minor fixes for
> > spelling and speeding up generating git version string which will
> > in turn speedup compiles.
> >
> > diff is attached.
> >
>
> Sorry. Here is the diff.

Pulled, thanks!