Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1742256

Re: [GIT PULL 0/7] perf/urgent fixes

From Ingo Molnar <mingo@kernel.org>
Newsgroups linux.kernel
Subject Re: [GIT PULL 0/7] perf/urgent fixes
Date 2017-09-29 19:40 +0200
Message-ID <uv7qx-Nr-9@gated-at.bofh.it> (permalink)
References <uv61r-8pT-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


* Arnaldo Carvalho de Melo <acme@kernel.org> wrote:

> Hi Ingo,
> 
> 	Please consider pulling,
> 
> - Arnaldo
> 
> Test results at the end of this message, as usual.
> 
> The following changes since commit b130a699c07155a1d6ef7d971a5f3bf0e3818d5a:
> 
>   Merge tag 'perf-urgent-for-mingo-4.14-20170912' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent (2017-09-13 09:25:10 +0200)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-urgent-for-mingo-4.14-20170928
> 
> for you to fetch changes up to 5357413f5c067f60933e4b8d79d483fbe62b2bb5:
> 
>   perf test: Fix vmlinux failure on s390x part 2 (2017-09-28 13:01:42 -0300)
> 
> ----------------------------------------------------------------
> perf/urgent fixes:
> 
> - Fix syscalltbl build failure (Akemi Yagi)
> 
> - Fix attr.exclude_kernel setting for default cycles:p, this time for
>   !root with kernel.perf_event_paranoid = -1 (Arnaldo Carvalho de Melo)
> 
> - Sync kernel ABI headers with tooling headers (Ingo Molnar)
> 
> - Remove misleading debug messages with --call-graph option (Mengting Zhang)
> 
> - Revert vmlinux symbol resolution patches for s390x (Thomas Richter)
> 
> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
> 
> ----------------------------------------------------------------
> Akemi Yagi (1):
>       perf tools: Fix syscalltbl build failure
> 
> Arnaldo Carvalho de Melo (2):
>       perf tools: Get all of tools/{arch,include}/ in the MANIFEST
>       perf evsel: Fix attr.exclude_kernel setting for default cycles:p
> 
> Ingo Molnar (1):
>       tools include: Sync kernel ABI headers with tooling headers
> 
> Mengting Zhang (1):
>       perf report: Fix debug messages with --call-graph option
> 
> Thomas Richter (2):
>       perf test: Fix vmlinux failure on s390x
>       perf test: Fix vmlinux failure on s390x part 2
> 
>  tools/arch/s390/include/uapi/asm/kvm.h         |  6 ++
>  tools/arch/x86/include/asm/cpufeatures.h       |  2 +
>  tools/arch/x86/include/asm/disabled-features.h |  4 +-
>  tools/include/asm-generic/hugetlb_encode.h     | 34 ++++++++++
>  tools/include/uapi/asm-generic/mman-common.h   | 14 +----
>  tools/include/uapi/drm/drm.h                   | 22 +++++++
>  tools/include/uapi/drm/i915_drm.h              | 51 ++++++++++++++-
>  tools/include/uapi/linux/bpf.h                 | 32 ++++++----
>  tools/include/uapi/linux/kvm.h                 |  3 +-
>  tools/include/uapi/linux/mman.h                | 24 ++++++-
>  tools/perf/MANIFEST                            | 87 +-------------------------
>  tools/perf/arch/s390/util/Build                |  1 -
>  tools/perf/arch/s390/util/sym-handling.c       | 29 ---------
>  tools/perf/util/callchain.c                    | 35 ++++++-----
>  tools/perf/util/evsel.c                        |  7 ++-
>  tools/perf/util/symbol-elf.c                   |  8 +--
>  tools/perf/util/symbol.h                       |  3 -
>  tools/perf/util/syscalltbl.c                   |  2 +-
>  18 files changed, 195 insertions(+), 169 deletions(-)
>  create mode 100644 tools/include/asm-generic/hugetlb_encode.h
>  delete mode 100644 tools/perf/arch/s390/util/sym-handling.c

Pulled, thanks a lot Arnaldo!

	Ingo

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[GIT PULL 0/7] perf/urgent fixes Arnaldo Carvalho de Melo <acme@kernel.org> - 2017-09-29 18:10 +0200
  [PATCH 3/7] perf evsel: Fix attr.exclude_kernel setting for default cycles:p Arnaldo Carvalho de Melo <acme@kernel.org> - 2017-09-29 18:10 +0200
  [PATCH 4/7] perf report: Fix debug messages with --call-graph option Arnaldo Carvalho de Melo <acme@kernel.org> - 2017-09-29 18:10 +0200
  [PATCH 6/7] perf test: Fix vmlinux failure on s390x Arnaldo Carvalho de Melo <acme@kernel.org> - 2017-09-29 18:10 +0200
  [PATCH 7/7] perf test: Fix vmlinux failure on s390x part 2 Arnaldo Carvalho de Melo <acme@kernel.org> - 2017-09-29 18:10 +0200
  [PATCH 2/7] tools include: Sync kernel ABI headers with tooling headers Arnaldo Carvalho de Melo <acme@kernel.org> - 2017-09-29 18:10 +0200
  [PATCH 5/7] perf tools: Fix syscalltbl build failure Arnaldo Carvalho de Melo <acme@kernel.org> - 2017-09-29 18:10 +0200
  [PATCH 1/7] perf tools: Get all of tools/{arch,include}/ in the MANIFEST Arnaldo Carvalho de Melo <acme@kernel.org> - 2017-09-29 18:10 +0200
  Re: [GIT PULL 0/7] perf/urgent fixes Ingo Molnar <mingo@kernel.org> - 2017-09-29 19:40 +0200

csiph-web