lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20170929173305.vyabhunztrfk7x7n@gmail.com> Date: Fri, 29 Sep 2017 19:33:05 +0200 From: Ingo Molnar <mingo@...nel.org> To: Arnaldo Carvalho de Melo <acme@...nel.org> Cc: linux-kernel@...r.kernel.org, linux-perf-users@...r.kernel.org, Adrian Hunter <adrian.hunter@...el.com>, Akemi Yagi <toracat@...epo.org>, Alan Bartlett <ajb@...epo.org>, Alexander Shishkin <alexander.shishkin@...ux.intel.com>, Andi Kleen <ak@...ux.intel.com>, Andy Lutomirski <luto@...nel.org>, David Ahern <dsahern@...il.com>, Hendrik Brueckner <brueckner@...ux.vnet.ibm.com>, Jiri Olsa <jolsa@...hat.com>, Krister Johansen <kjlx@...pleofstupid.com>, Li Bin <huawei.libin@...wei.com>, Mengting Zhang <zhangmengting@...wei.com>, Milian Wolff <milian.wolff@...b.com>, Namhyung Kim <namhyung@...nel.org>, Peter Zijlstra <peterz@...radead.org>, Taeung Song <treeze.taeung@...il.com>, Thomas-Mich Richter <tmricht@...ux.vnet.ibm.com>, Wang Nan <wangnan0@...wei.com>, Yao Jin <yao.jin@...ux.intel.com>, Zvonko Kosic <zvonko.kosic@...ibm.com>, Arnaldo Carvalho de Melo <acme@...hat.com> Subject: Re: [GIT PULL 0/7] perf/urgent fixes * Arnaldo Carvalho de Melo <acme@...nel.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@...hat.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
Powered by blists - more mailing lists