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

Message ID 20230319125655.GBZBcGl5kNdF8qMFJU@fat_crate.local
State New
Headers
Series [GIT,PULL] perf/urgent for v6.3-rc3 |

Pull-request

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

Message

Borislav Petkov March 19, 2023, 12:56 p.m. UTC
  Hi Linus,

please pull three urgent perf fixes for 6.3.

Thx.

---

The following changes since commit eeac8ede17557680855031c6f305ece2378af326:

  Linux 6.3-rc2 (2023-03-12 16:36:44 -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_rc3

for you to fetch changes up to fd0815f632c24878e325821943edccc7fde947a2:

  perf: Fix check before add_event_to_groups() in perf_group_detach() (2023-03-15 21:49:47 +0100)

----------------------------------------------------------------
- Check whether sibling events have been deactivated before adding them
  to groups

- Update the proper event time tracking variable depending on the
  event type

- Fix a memory overwrite issue due to using the wrong function argument
  when outputting perf events

----------------------------------------------------------------
Budimir Markovic (1):
      perf: Fix check before add_event_to_groups() in perf_group_detach()

Song Liu (1):
      perf: fix perf_event_context->time

Yang Jihong (1):
      perf/core: Fix perf_output_begin parameter is incorrectly invoked in perf_event_bpf_output

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

Comments

pr-tracker-bot@kernel.org March 19, 2023, 5:15 p.m. UTC | #1
The pull request you sent on Sun, 19 Mar 2023 13:56:55 +0100:

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

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

Thank you!