[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1348583839-4264-1-git-send-email-acme@infradead.org>
Date: Tue, 25 Sep 2012 11:37:17 -0300
From: Arnaldo Carvalho de Melo <acme@...radead.org>
To: Ingo Molnar <mingo@...nel.org>
Cc: linux-kernel@...r.kernel.org,
Arnaldo Carvalho de Melo <acme@...radead.org>,
Arnaldo Carvalho de Melo <acme@...hat.com>,
Namhyung Kim <namhyung@...nel.org>,
Paul Mackerras <paulus@...ba.org>,
Peter Zijlstra <peterz@...radead.org>
Subject: [GIT PULL 0/2] perf/core fixes
Hi Ingo,
Please consider pulling, on top of the previous req,
- Arnaldo
The following changes since commit b1ac754b67b5a875d63bee880f60ccb0c6bd8899:
tools lib traceevent: Handle alloc_arg failure (2012-09-24 12:31:52 -0300)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux tags/perf-core-for-mingo
for you to fetch changes up to f1b2256d66fe8d613b9afcc1c16079362f9fc05c:
tools lib traceevent: Fix error path on pevent_parse_event (2012-09-25 09:53:53 -0300)
----------------------------------------------------------------
perf/core fixes:
. The new perf_evsel__tp_sched_test 'perf test' broke the build by setting the
'ret' variable but not using it, caught by newer gcc
-Werror=unused-but-set-variable, fix from Namhyung Kim.
. pevent_parse_event should return a proper PEVENT_ERRNO__ and call
pevent_free_format on its failure path, fixes from Namhyung Kim.
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
----------------------------------------------------------------
Namhyung Kim (2):
perf test: Fix build failure
tools lib traceevent: Fix error path on pevent_parse_event
tools/lib/traceevent/event-parse.c | 8 ++++----
tools/perf/builtin-test.c | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists