[GIT,PULL] perf/urgent for v6.2-rc4

Message ID Y8PwPKu2/SfWMdn6@zn.tnic
State New
Headers
Series [GIT,PULL] perf/urgent for v6.2-rc4 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/perf_urgent_for_v6.2_rc4

Message

Borislav Petkov Jan. 15, 2023, 12:23 p.m. UTC
  Hi Linus,

please pull a couple of urgent perf fixes for 6.2.

Thx.

---

The following changes since commit b7bfaa761d760e72a969d116517eaa12e404c262:

  Linux 6.2-rc3 (2023-01-08 11:49:43 -0600)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/perf_urgent_for_v6.2_rc4

for you to fetch changes up to 5268a2842066c227e6ccd94bac562f1e1000244f:

  perf/x86/intel/uncore: Add Emerald Rapids (2023-01-09 12:00:58 +0100)

----------------------------------------------------------------
- Add new Meteor Lake and Emerald Rapids support to the model checking
  and detection logic

----------------------------------------------------------------
Kan Liang (4):
      perf/x86/cstate: Add Meteor Lake support
      perf/x86/msr: Add Meteor Lake support
      perf/x86/msr: Add Emerald Rapids
      perf/x86/intel/uncore: Add Emerald Rapids

 arch/x86/events/intel/cstate.c | 21 ++++++++++++---------
 arch/x86/events/intel/uncore.c |  1 +
 arch/x86/events/msr.c          |  3 +++
 3 files changed, 16 insertions(+), 9 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Jan. 15, 2023, 12:30 p.m. UTC | #1
The pull request you sent on Sun, 15 Jan 2023 13:23:24 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/perf_urgent_for_v6.2_rc4

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/a7b19c603e0ca156fb2422017a053d5d48fc769b

Thank you!
  
Borislav Petkov Jan. 15, 2023, 12:31 p.m. UTC | #2
Pls ignore this one too - you have it already.

Sorry for the noise.

On Sun, Jan 15, 2023 at 01:23:24PM +0100, Borislav Petkov wrote:
> Hi Linus,
> 
> please pull a couple of urgent perf fixes for 6.2.
> 
> Thx.
> 
> ---
> 
> The following changes since commit b7bfaa761d760e72a969d116517eaa12e404c262:
> 
>   Linux 6.2-rc3 (2023-01-08 11:49:43 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/perf_urgent_for_v6.2_rc4
> 
> for you to fetch changes up to 5268a2842066c227e6ccd94bac562f1e1000244f:
> 
>   perf/x86/intel/uncore: Add Emerald Rapids (2023-01-09 12:00:58 +0100)
> 
> ----------------------------------------------------------------
> - Add new Meteor Lake and Emerald Rapids support to the model checking
>   and detection logic
> 
> ----------------------------------------------------------------
> Kan Liang (4):
>       perf/x86/cstate: Add Meteor Lake support
>       perf/x86/msr: Add Meteor Lake support
>       perf/x86/msr: Add Emerald Rapids
>       perf/x86/intel/uncore: Add Emerald Rapids
> 
>  arch/x86/events/intel/cstate.c | 21 ++++++++++++---------
>  arch/x86/events/intel/uncore.c |  1 +
>  arch/x86/events/msr.c          |  3 +++
>  3 files changed, 16 insertions(+), 9 deletions(-)