[tip:perf/urgent] perf annotate: Pass filename to objdump via execl

2019-01-08 Thread tip-bot for Ivan Krylov
Commit-ID: 442b4eb3af44906fcbb526d98c314b27f8c9acf3 Gitweb: https://git.kernel.org/tip/442b4eb3af44906fcbb526d98c314b27f8c9acf3 Author: Ivan Krylov AuthorDate: Sun, 14 Oct 2018 11:18:03 +0300 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 4 Jan 2019 12:54:49 -0300 perf annotate

Re: [PATCH] perf annotate: pass filename to objdump via execl

2018-12-30 Thread Ivan Krylov
On Sun, 14 Oct 2018 16:04:51 +0200 Jiri Olsa wrote: > Acked-by: Jiri Olsa Is there anything I could do to improve the patch? Should I wrap the path to objdump executable in a similar way? -- Best regards, Ivan

[PATCH] perf annotate: pass filename to objdump via execl

2018-10-14 Thread Ivan Krylov
t where it is not subject to any kind of interpretation, then use quoted shell interpolation to build the strings we need safely. Signed-off-by: Ivan Krylov --- tools/perf/util/annotate.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/perf/util/annotate.c b/tools