Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1690379
| From | Arnaldo Carvalho de Melo <acme@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] perf probe: Fix build failure for get_target_map() |
| Date | 2017-07-18 17:50 +0200 |
| Message-ID | <u4CV3-4cY-7@gated-at.bofh.it> (permalink) |
| References | <u045z-5Wp-3@gated-at.bofh.it> <u4bBy-3PU-51@gated-at.bofh.it> <u4e6l-5An-7@gated-at.bofh.it> <u4wPE-w0-19@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Em Tue, Jul 18, 2017 at 07:19:45PM +1000, Michael Ellerman escreveu:
> Arnaldo Carvalho de Melo <acme@kernel.org> writes:
>
> > Em Mon, Jul 17, 2017 at 04:02:22PM +0530, Ravi Bangoria escreveu:
> >> Commit 801bc8193463 ("perf probe: Allow placing uprobes in
> >> alternate namespaces.") is causing a build failure on powerpc:
> >>
> >> error: incompatible type for argument 2 of 'get_target_map'
> >> map = get_target_map(pev->target, pev->uprobes);
> >> ^~~
> >>
> >> Fix it by changing parameters of get_target_map().
> >
> > Thanks, since this hasn't made it to Ingo I'll fold this into the patch
> > where the problem was introduced, adding credits to you, leaving a Link
> > to this message, so that we don't lose bisection in this area on
> > powerpc.
>
> Thanks.
>
> I just bisected to this commit too - should have checked the list first! :)
:-)
I just re-ammended this cset to cover the !HAVE_DWARF_SUPPORT build as
well, just re-force-pushed acme/perf/core with this fix.
- Arnaldo
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: [PATCH tip/perf/core 6/7] perf documentation: updates for target-ns. Arnaldo Carvalho de Melo <acme@kernel.org> - 2017-07-03 20:50 +0200
Re: [PATCH tip/perf/core 6/7] perf documentation: updates for target-ns. Krister Johansen <kjlx@templeofstupid.com> - 2017-07-05 22:50 +0200
[PATCH v2 tip/perf/core 3/6] perf probe: allow placing uprobes in alternate namespaces. Krister Johansen <kjlx@templeofstupid.com> - 2017-07-06 03:50 +0200
[PATCH] perf probe: Fix build failure for get_target_map() Ravi Bangoria <ravi.bangoria@linux.vnet.ibm.com> - 2017-07-17 12:40 +0200
Re: [PATCH] perf probe: Fix build failure for get_target_map() Arnaldo Carvalho de Melo <acme@kernel.org> - 2017-07-17 15:20 +0200
Re: [PATCH] perf probe: Fix build failure for get_target_map() Michael Ellerman <mpe@ellerman.id.au> - 2017-07-18 11:20 +0200
Re: [PATCH] perf probe: Fix build failure for get_target_map() Arnaldo Carvalho de Melo <acme@kernel.org> - 2017-07-18 17:50 +0200
Re: [PATCH] perf probe: Fix build failure for get_target_map() Michael Ellerman <mpe@ellerman.id.au> - 2017-07-19 08:00 +0200
[tip:perf/core] perf probe: Allow placing uprobes in alternate namespaces. tip-bot for Krister Johansen <tipbot@zytor.com> - 2017-07-20 11:20 +0200
[PATCH v2 tip/perf/core 6/6] perf buildid-cache: cache debuginfo Krister Johansen <kjlx@templeofstupid.com> - 2017-07-06 03:50 +0200
[tip:perf/core] perf buildid-cache: Cache debuginfo tip-bot for Krister Johansen <tipbot@zytor.com> - 2017-07-20 11:00 +0200
[PATCH v2 tip/perf/core 5/6] perf top: support lookup of symbols in other mount namespaces. Krister Johansen <kjlx@templeofstupid.com> - 2017-07-06 03:50 +0200
Re: [PATCH v2 tip/perf/core 5/6] perf top: support lookup of symbols in other mount namespaces. Arnaldo Carvalho de Melo <acme@kernel.org> - 2017-07-21 19:20 +0200
[tip:perf/core] perf top: Support lookup of symbols in other mount namespaces. tip-bot for Krister Johansen <tipbot@zytor.com> - 2017-07-26 19:30 +0200
[PATCH v2 tip/perf/core 4/6] perf buildid-cache: support binary objects from other namespaces Krister Johansen <kjlx@templeofstupid.com> - 2017-07-06 03:50 +0200
[tip:perf/core] perf buildid-cache: Support binary objects from other namespaces tip-bot for Krister Johansen <tipbot@zytor.com> - 2017-07-20 11:00 +0200
[PATCH v2 tip/perf/core 0/6] namespace tracing improvements Krister Johansen <kjlx@templeofstupid.com> - 2017-07-06 03:50 +0200
[PATCH v2 tip/perf/core 2/6] perf maps: lookup maps in both intitial mountns and inner mountns. Krister Johansen <kjlx@templeofstupid.com> - 2017-07-06 03:50 +0200
[tip:perf/core] perf maps: Lookup maps in both intitial mountns and inner mountns. tip-bot for Krister Johansen <tipbot@zytor.com> - 2017-07-20 11:00 +0200
[PATCH v2 tip/perf/core 1/6] perf symbols: find symbols in different mount namespace Krister Johansen <kjlx@templeofstupid.com> - 2017-07-06 03:50 +0200
Re: [PATCH v2 tip/perf/core 1/6] perf symbols: find symbols in different mount namespace Arnaldo Carvalho de Melo <acme@kernel.org> - 2017-07-06 21:50 +0200
Re: [PATCH v2 tip/perf/core 1/6] perf symbols: find symbols in different mount namespace Krister Johansen <kjlx@templeofstupid.com> - 2017-07-07 21:40 +0200
Re: [PATCH v2 tip/perf/core 1/6] perf symbols: find symbols in different mount namespace Thomas-Mich Richter <tmricht@linux.vnet.ibm.com> - 2017-07-10 08:20 +0200
Re: [PATCH v2 tip/perf/core 1/6] perf symbols: find symbols in different mount namespace Krister Johansen <kjlx@templeofstupid.com> - 2017-07-11 00:50 +0200
Re: [PATCH v2 tip/perf/core 1/6] perf symbols: find symbols in different mount namespace Arnaldo Carvalho de Melo <acme@kernel.org> - 2017-07-11 01:00 +0200
Re: [PATCH v2 tip/perf/core 1/6] perf symbols: find symbols in different mount namespace Krister Johansen <kjlx@templeofstupid.com> - 2017-07-11 01:40 +0200
Re: [PATCH v2 tip/perf/core 1/6] perf symbols: find symbols in different mount namespace Arnaldo Carvalho de Melo <acme@kernel.org> - 2017-07-11 15:00 +0200
Re: [PATCH v2 tip/perf/core 1/6] perf symbols: find symbols in different mount namespace Krister Johansen <kjlx@templeofstupid.com> - 2017-07-11 19:20 +0200
[tip:perf/core] perf symbols: Find symbols in different mount namespace tip-bot for Krister Johansen <tipbot@zytor.com> - 2017-07-20 11:00 +0200
csiph-web