mbox series

[GIT,PULL] turbostat 2024.04.27 for linux-next

Message ID CAJvTdKmqJx5nnwfxehRRHrYi7mR=6Y8bbrwL083Ain=MhBQq6g@mail.gmail.com (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] turbostat 2024.04.27 for linux-next | expand

Pull-request

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

Message

Len Brown April 28, 2024, 3:02 a.m. UTC
Hi Stephen,
Please add this branch to linux-next:

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

Currently, and in the foreseeable future, I will stage some upstream-bound
user-space power management utility work on this branch.

I do not expect any other trees to touch these files,
including Rafael's pm/linux-next branch,
and so it should merge without conflicts.

If you pull today, you'll get the changes below.

thanks!
-Len

The following changes since commit a6189a7407795b3f5167ea532ac85931cd26083a:

  Merge tag 'turbostat-2024.04.10' of
git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux (2024-04-10
13:13:27 -0700)

are available in the Git repository at:

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

for you to fetch changes up to c9d06640119383d166924f0739cfaaefd442394a:

  tools/power turbostat: version 2024.04.27 (2024-04-27 22:15:48 -0400)

----------------------------------------------------------------
Len Brown (6):
      tools/power turbostat: Add "snapshot:" Makefile target
      tools/power turbostat: Harden probe_intel_uncore_frequency()
      tools/power turbostat: Remember global max_die_id
      tools/power turbostat: Survive sparse die_id
      tools/power turbostat: Add columns for clustered uncore frequency
      tools/power turbostat: version 2024.04.27

Patryk Wlazlyn (2):
      tools/power turbostat: Replace _Static_assert with BUILD_BUG_ON
      tools/power turbostat: Enable non-privileged users to read sysfs counters

Zhang Rui (2):
      tools/power/turbostat: Enhance ARL/LNL support
      tools/power/turbostat: Add ARL-H support

 tools/power/x86/turbostat/Makefile    |  27 +-
 tools/power/x86/turbostat/turbostat.8 |   4 +-
 tools/power/x86/turbostat/turbostat.c | 485 ++++++++++++++++++++++------------
 3 files changed, 343 insertions(+), 173 deletions(-)

Comments

Stephen Rothwell April 28, 2024, 9:52 p.m. UTC | #1
Hi Len,

On Sat, 27 Apr 2024 23:02:12 -0400 Len Brown <lenb@kernel.org> wrote:
>
> Please add this branch to linux-next:
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git next
> 
> Currently, and in the foreseeable future, I will stage some upstream-bound
> user-space power management utility work on this branch.
> 
> I do not expect any other trees to touch these files,
> including Rafael's pm/linux-next branch,
> and so it should merge without conflicts.

Added from today.

Thanks for adding your subsystem tree as a participant of linux-next.  As
you may know, this is not a judgement of your code.  The purpose of
linux-next is for integration testing and to lower the impact of
conflicts between subsystems in the next merge window. 

You will need to ensure that the patches/commits in your tree/series have
been:
     * submitted under GPL v2 (or later) and include the Contributor's
        Signed-off-by,
     * posted to the relevant mailing list,
     * reviewed by you (or another maintainer of your subsystem tree),
     * successfully unit tested, and 
     * destined for the current or next Linux merge window.

Basically, this should be just what you would send to Linus (or ask him
to fetch).  It is allowed to be rebased if you deem it necessary.