[GIT,PULL] perf/urgent for v6.3-rc6

Message ID 20230409110843.GBZDKcu+oZLHL7V8VL@fat_crate.local
State New
Headers
Series [GIT,PULL] perf/urgent for v6.3-rc6 |

Pull-request

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

Message

Borislav Petkov April 9, 2023, 11:08 a.m. UTC
  Hi Linus,

please pull a couple of urgent perf fixes for 6.3.

Thx.

---

The following changes since commit 197b6b60ae7bc51dd0814953c562833143b292aa:

  Linux 6.3-rc4 (2023-03-26 14:40:20 -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.3_rc6

for you to fetch changes up to 24d3ae2f37d8bc3c14b31d353c5d27baf582b6a6:

  perf/core: Fix the same task check in perf_event_set_output (2023-04-05 09:58:46 +0200)

----------------------------------------------------------------
- Fix "same task" check when redirecting event output

- Do not wait unconditionally for RCU on the event migration path if
  there are no events to migrate

----------------------------------------------------------------
Kan Liang (1):
      perf/core: Fix the same task check in perf_event_set_output

Peter Zijlstra (1):
      perf: Optimize perf_pmu_migrate_context()

 kernel/events/core.c | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)
  

Comments

pr-tracker-bot@kernel.org April 9, 2023, 5:17 p.m. UTC | #1
The pull request you sent on Sun, 9 Apr 2023 13:08:43 +0200:

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

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

Thank you!