mbox series

[5.10.y,0/6] Collected perf patches for stable 5.10.y

Message ID 1629375552-51897-1-git-send-email-guohanjun@huawei.com
Headers show
Series Collected perf patches for stable 5.10.y | expand

Message

Hanjun Guo Aug. 19, 2021, 12:19 p.m. UTC
I collected some bugfix perf patches which are missing for 5.10.y,
please consider to apply.

Athira Rajeev (1):
  powerpc/perf: Invoke per-CPU variable access with disabled interrupts

Jianlin Lv (1):
  perf tools: Fix arm64 build error with gcc-11

Martin Liška (1):
  perf annotate: Fix jump parsing for C++ code.

Namhyung Kim (1):
  perf record: Fix memory leak in vDSO found using ASAN

Riccardo Mancini (2):
  perf env: Fix memory leak of bpf_prog_info_linear member
  perf symbol-elf: Fix memory leak by freeing sdt_note.args

 arch/powerpc/perf/core-book3s.c             | 10 ++++++----
 tools/perf/arch/arm/include/perf_regs.h     |  2 +-
 tools/perf/arch/arm64/include/perf_regs.h   |  2 +-
 tools/perf/arch/csky/include/perf_regs.h    |  2 +-
 tools/perf/arch/powerpc/include/perf_regs.h |  2 +-
 tools/perf/arch/riscv/include/perf_regs.h   |  2 +-
 tools/perf/arch/s390/include/perf_regs.h    |  2 +-
 tools/perf/arch/x86/include/perf_regs.h     |  2 +-
 tools/perf/util/annotate.c                  |  8 ++++++++
 tools/perf/util/annotate.h                  |  1 +
 tools/perf/util/env.c                       |  1 +
 tools/perf/util/perf_regs.h                 |  7 +++++++
 tools/perf/util/symbol-elf.c                |  1 +
 tools/perf/util/vdso.c                      |  2 ++
 14 files changed, 33 insertions(+), 11 deletions(-)

Comments

Greg Kroah-Hartman Sept. 1, 2021, 9:21 a.m. UTC | #1
On Thu, Aug 19, 2021 at 08:19:06PM +0800, Hanjun Guo wrote:
> I collected some bugfix perf patches which are missing for 5.10.y,

> please consider to apply.


Now queued up, thanks.

greg k-h