mbox series

[GIT,PULL] : tools/power/x86/intel-speed-select pull request for 5.14-rc1

Message ID 37f1eff940cdc2113e9d6ff9848a0165380b957d.camel@intel.com (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] : tools/power/x86/intel-speed-select pull request for 5.14-rc1 | expand

Pull-request

https://github.com/spandruvada/linux-kernel.git intel-sst

Message

Pandruvada, Srinivas June 10, 2021, 10:13 p.m. UTC
Hi Hans,

These changes are on top of
https://kernel.googlesource.com/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86/for-next

The following changes since commit
501f1864e6387bf0abc5d0bb22a89fdd9ed5b97f:

  platform/x86: think-lmi: Avoid potential read before start of the
buffer (2021-06-09 17:18:25 +0200)

are available in the Git repository at:

  https://github.com/spandruvada/linux-kernel.git intel-sst

for you to fetch changes up to
019920d0deb06158a5ff48b5bc38a1e7c7809be5:

  tools/power/x86/intel-speed-select: v1.10 release (2021-06-10
14:37:28 -0700)

----------------------------------------------------------------
Srinivas Pandruvada (2):
      tools/power/x86/intel-speed-select: Fix uncore memory frequency
display
      tools/power/x86/intel-speed-select: v1.10 release

 tools/power/x86/intel-speed-select/isst-config.c  | 18
+++++++++++++++++-
 tools/power/x86/intel-speed-select/isst-core.c    | 15 +++++++++++++++
 tools/power/x86/intel-speed-select/isst-display.c |  2 +-
 tools/power/x86/intel-speed-select/isst.h         |  2 ++
 4 files changed, 35 insertions(+), 2 deletions(-)

Thanks,
Srinivas

Comments

Hans de Goede June 16, 2021, 6:12 p.m. UTC | #1
Hi,

On 6/11/21 12:13 AM, Pandruvada, Srinivas wrote:
> Hi Hans,
> 
> These changes are on top of
> https://kernel.googlesource.com/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86/for-next
> 
> The following changes since commit
> 501f1864e6387bf0abc5d0bb22a89fdd9ed5b97f:
> 
>   platform/x86: think-lmi: Avoid potential read before start of the
> buffer (2021-06-09 17:18:25 +0200)
> 
> are available in the Git repository at:
> 
>   https://github.com/spandruvada/linux-kernel.git intel-sst
> 
> for you to fetch changes up to
> 019920d0deb06158a5ff48b5bc38a1e7c7809be5:
> 
>   tools/power/x86/intel-speed-select: v1.10 release (2021-06-10
> 14:37:28 -0700)
> 
> ----------------------------------------------------------------
> Srinivas Pandruvada (2):
>       tools/power/x86/intel-speed-select: Fix uncore memory frequency
> display
>       tools/power/x86/intel-speed-select: v1.10 release

Thank you. I've applied the 2 patches from this pull-req to my
review-hans branch:
https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/log/?h=review-hans

Note this is rebased on top of 5.13-rc3 because I needed to merge
some immutable branches from other subsystems as deps for another
patch and one of those immutable branches was based on top of a
later 5.13-rc.

The cleanest way for me to deal with this is to base
platform-drivers-x86/review-hans and platform-drivers-x86/for-next 
on 5.13-rc3 instead.

Once I've run some tests on this branch the patches there will be
added to the platform-drivers-x86/for-next branch and eventually
will be included in the pdx86 pull-request to Linus for the next
merge-window.

Regards,

Hans