From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [GIT PULL 0/8] perf/urgent fixes Date: Fri, 20 Oct 2017 09:16:48 +0200 Message-ID: <20171020071648.lb6nnqlpnyil5qmw@gmail.com> References: <20171019174515.7407-1-acme@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20171019174515.7407-1-acme@kernel.org> Sender: linux-kernel-owner@vger.kernel.org To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org, Adrian Hunter , Alexander Shishkin , Andi Kleen , Changbin Du , David Ahern , Hari Bathini , Hendrik Brueckner , Jin Yao , Jiri Olsa , Kan Liang , Kim Phillips , Li Zhijian , Namhyung Kim , Peter Zijlstra , Philip Li , Ravi Bangoria , Taeung Song , Thomas-Mich Richter List-Id: linux-perf-users.vger.kernel.org * Arnaldo Carvalho de Melo wrote: > Hi Ingo, > > Please consider pulling, > > - Arnaldo > > Test results at the end of this message, as usual. > > The following changes since commit 47a74bdcbfeff543f706dc0e385eebbb5d655ed2: > > Merge tag 'perf-urgent-for-mingo-4.14-20171010' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent (2017-10-10 19:21:37 +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-20171019 > > for you to fetch changes up to 74f8e22c153f4464060a0c2e4cfd1d6e51af2109: > > perf test shell trace+probe_libc_inet_pton.sh: Be compatible with Debian/Ubuntu (2017-10-18 09:14:18 -0300) > > ---------------------------------------------------------------- > perf/urgent fixes: > > - Fix crash in perf_hpp__reset_output_field() (Jiri Olsa) > > - Fix eBPF file/vendor events ambiguity in event specification (Jiri Olsa) > > - Fix closing evsel fd in 'perf stat' (Jin Yao) > > - Make perf test shell trace+probe_libc_inet_pton.sh pass in Debian/Ubuntu (Li Zhijian) > > - Fix 'perf buildid-list --with-hits' crash when processing PERF_RECORD_NAMESPACE (Namhyung Kim) > > - Fix documentation for a inexistent option 'perf record -l' (Taeung Song) > > - Add long time reviewers to MAINTAINERS (Arnaldo Carvalho de Melo) > > Signed-off-by: Arnaldo Carvalho de Melo > > ---------------------------------------------------------------- > Arnaldo Carvalho de Melo (1): > perf tools: Add long time reviewers to MAINTAINERS > > Jin Yao (1): > perf xyarray: Fix wrong processing when closing evsel fd > > Jiri Olsa (3): > perf hists: Fix crash in perf_hpp__reset_output_field() > perf hists: Add extra integrity checks to fmt_free() > perf tools: Check wether the eBPF file exists in event parsing > > Li Zhijian (1): > perf test shell trace+probe_libc_inet_pton.sh: Be compatible with Debian/Ubuntu > > Namhyung Kim (1): > perf buildid-list: Fix crash when processing PERF_RECORD_NAMESPACE > > Taeung Song (1): > perf record: Fix documentation for a inexistent option '-l' > > MAINTAINERS | 2 ++ > tools/perf/Documentation/perf-record.txt | 4 ++-- > tools/perf/tests/shell/trace+probe_libc_inet_pton.sh | 9 ++++++--- > tools/perf/ui/hist.c | 9 ++++++++- > tools/perf/util/parse-events.l | 17 +++++++++++++++-- > tools/perf/util/session.c | 2 ++ > tools/perf/util/xyarray.h | 4 ++-- > 7 files changed, 37 insertions(+), 10 deletions(-) Pulled, thanks a lot Arnaldo! Ingo From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752020AbdJTHQ5 (ORCPT ); Fri, 20 Oct 2017 03:16:57 -0400 Received: from mail-wm0-f68.google.com ([74.125.82.68]:56091 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751718AbdJTHQx (ORCPT ); Fri, 20 Oct 2017 03:16:53 -0400 X-Google-Smtp-Source: ABhQp+Qzy4ALHsbOTEoCeaGCdOIK8fL7aGo9t7Gt8Hcn8bm9VHEgtuEnjSq5Jv3IFdnCPfn0TuVPrg== Date: Fri, 20 Oct 2017 09:16:48 +0200 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org, Adrian Hunter , Alexander Shishkin , Andi Kleen , Changbin Du , David Ahern , Hari Bathini , Hendrik Brueckner , Jin Yao , Jiri Olsa , Kan Liang , Kim Phillips , Li Zhijian , Namhyung Kim , Peter Zijlstra , Philip Li , Ravi Bangoria , Taeung Song , Thomas-Mich Richter , Wang Nan , Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 0/8] perf/urgent fixes Message-ID: <20171020071648.lb6nnqlpnyil5qmw@gmail.com> References: <20171019174515.7407-1-acme@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171019174515.7407-1-acme@kernel.org> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Arnaldo Carvalho de Melo wrote: > Hi Ingo, > > Please consider pulling, > > - Arnaldo > > Test results at the end of this message, as usual. > > The following changes since commit 47a74bdcbfeff543f706dc0e385eebbb5d655ed2: > > Merge tag 'perf-urgent-for-mingo-4.14-20171010' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent (2017-10-10 19:21:37 +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-20171019 > > for you to fetch changes up to 74f8e22c153f4464060a0c2e4cfd1d6e51af2109: > > perf test shell trace+probe_libc_inet_pton.sh: Be compatible with Debian/Ubuntu (2017-10-18 09:14:18 -0300) > > ---------------------------------------------------------------- > perf/urgent fixes: > > - Fix crash in perf_hpp__reset_output_field() (Jiri Olsa) > > - Fix eBPF file/vendor events ambiguity in event specification (Jiri Olsa) > > - Fix closing evsel fd in 'perf stat' (Jin Yao) > > - Make perf test shell trace+probe_libc_inet_pton.sh pass in Debian/Ubuntu (Li Zhijian) > > - Fix 'perf buildid-list --with-hits' crash when processing PERF_RECORD_NAMESPACE (Namhyung Kim) > > - Fix documentation for a inexistent option 'perf record -l' (Taeung Song) > > - Add long time reviewers to MAINTAINERS (Arnaldo Carvalho de Melo) > > Signed-off-by: Arnaldo Carvalho de Melo > > ---------------------------------------------------------------- > Arnaldo Carvalho de Melo (1): > perf tools: Add long time reviewers to MAINTAINERS > > Jin Yao (1): > perf xyarray: Fix wrong processing when closing evsel fd > > Jiri Olsa (3): > perf hists: Fix crash in perf_hpp__reset_output_field() > perf hists: Add extra integrity checks to fmt_free() > perf tools: Check wether the eBPF file exists in event parsing > > Li Zhijian (1): > perf test shell trace+probe_libc_inet_pton.sh: Be compatible with Debian/Ubuntu > > Namhyung Kim (1): > perf buildid-list: Fix crash when processing PERF_RECORD_NAMESPACE > > Taeung Song (1): > perf record: Fix documentation for a inexistent option '-l' > > MAINTAINERS | 2 ++ > tools/perf/Documentation/perf-record.txt | 4 ++-- > tools/perf/tests/shell/trace+probe_libc_inet_pton.sh | 9 ++++++--- > tools/perf/ui/hist.c | 9 ++++++++- > tools/perf/util/parse-events.l | 17 +++++++++++++++-- > tools/perf/util/session.c | 2 ++ > tools/perf/util/xyarray.h | 4 ++-- > 7 files changed, 37 insertions(+), 10 deletions(-) Pulled, thanks a lot Arnaldo! Ingo