[GIT,PULL] perf/urgent for v6.4

Message ID 20230625094033.GCZJgLkSWnRJfxNXCQ@fat_crate.local
State New
Headers
Series [GIT,PULL] perf/urgent for v6.4 |

Pull-request

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

Message

Borislav Petkov June 25, 2023, 9:40 a.m. UTC
  Hi Linus,

please pull two urgent perf fixes for 6.4.

Thx.

---

The following changes since commit 858fd168a95c5b9669aac8db6c14a9aeab446375:

  Linux 6.4-rc6 (2023-06-11 14:35:30 -0700)

are available in the Git repository at:

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

for you to fetch changes up to a6742cb90b567f952a95efa27dee345748d09fc7:

  perf/x86/intel: Fix the FRONTEND encoding on GNR and MTL (2023-06-16 16:46:33 +0200)

----------------------------------------------------------------
- Drop the __weak attribute from a function prototype as it otherwise
  leads to the function getting replaced by a dummy stub

- Fix the umask value setup of the frontend event as former is different
  on two Intel cores

----------------------------------------------------------------
Kan Liang (1):
      perf/x86/intel: Fix the FRONTEND encoding on GNR and MTL

Marc Zyngier (1):
      perf/core: Drop __weak attribute from arch_perf_update_userpage() prototype

 arch/x86/events/intel/core.c | 15 ++++++++++++++-
 include/linux/perf_event.h   |  6 +++---
 2 files changed, 17 insertions(+), 4 deletions(-)
  

Comments

pr-tracker-bot@kernel.org June 25, 2023, 5:23 p.m. UTC | #1
The pull request you sent on Sun, 25 Jun 2023 11:40:33 +0200:

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

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

Thank you!