[GIT,PULL] perf/urgent for v6.5-rc2

Message ID 20230716184943.GGZLQ7x4VZlQZb4aWq@fat_crate.local
State New
Headers
Series [GIT,PULL] perf/urgent for v6.5-rc2 |

Pull-request

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

Message

Borislav Petkov July 16, 2023, 6:49 p.m. UTC
  Hi Linus,

please pull a single urgent perf fix for 6.5.

Thx.

---

The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -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.5_rc2

for you to fetch changes up to 27c68c216ee1f1b086e789a64486e6511e380b8a:

  perf/x86: Fix lockdep warning in for_each_sibling_event() on SPR (2023-07-10 09:52:20 +0200)

----------------------------------------------------------------
- Fix a lockdep warning when the event given is the first one, no event
  group exists yet but the code still goes and iterates over event
  siblings

----------------------------------------------------------------
Namhyung Kim (1):
      perf/x86: Fix lockdep warning in for_each_sibling_event() on SPR

 arch/x86/events/intel/core.c | 7 +++++++
 1 file changed, 7 insertions(+)
  

Comments

pr-tracker-bot@kernel.org July 16, 2023, 8:48 p.m. UTC | #1
The pull request you sent on Sun, 16 Jul 2023 20:49:43 +0200:

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

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

Thank you!