[tip:perf/core] perf annotate: Prevent overflow in size calculation

2012-07-25 Thread tip-bot for Cody Schafer
Commit-ID: 8696329b7bcf32e69ad12d5975ad1497936d43ec Gitweb: http://git.kernel.org/tip/8696329b7bcf32e69ad12d5975ad1497936d43ec Author: Cody Schafer AuthorDate: Thu, 19 Jul 2012 20:05:25 -0700 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 25 Jul 2012 13:06:42 -0300 perf annotate

[PATCH v3] perf: prevent overflow in size calculation

2012-07-19 Thread Cody Schafer
ignoring the chained return value of perf_session_deliver_event in flush_sample_queue. Signed-off-by: Cody Schafer --- tools/perf/util/annotate.c | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/tools/perf/util/annotate.c b/tools/perf/util/annotate.c index

[PATCH v2] perf: prevent overflow in size calculation

2012-07-19 Thread Cody Schafer
ignoring the chained return value of perf_session_deliver_event in flush_sample_queue. Signed-off-by: Cody Schafer --- tools/perf/util/annotate.c | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/tools/perf/util/annotate.c b/tools/perf/util/annotate.c index

[PATCH] perf: prevent overflow in size calculation

2012-07-19 Thread Cody Schafer
ignoring the chained return value of perf_session_deliver_event in flush_sample_queue. Signed-off-by: Cody Schafer --- tools/perf/util/annotate.c |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tools/perf/util/annotate.c b/tools/perf/util/annotate.c index 8069dfb