Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1204503
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 4.1 099/123] perf hists browser: Take the --comm, --dsos, etc filters into account |
| Date | 2015-08-10 21:20 +0200 |
| Message-ID | <pW0M2-73c-37@gated-at.bofh.it> (permalink) |
| References | <pVkD7-3vG-3@gated-at.bofh.it> <pVkD8-3vG-39@gated-at.bofh.it> <pVDw5-5Jn-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Sun, Aug 09, 2015 at 08:12:41PM +0200, Andre Tomt (LKML) wrote: > On 09. aug. 2015 00:09, Greg Kroah-Hartman wrote: > >4.1-stable review patch. If anyone has any objections, please let me know. > > > >------------------ > > > >From: Arnaldo Carvalho de Melo <acme@redhat.com> > > > >commit 9c0fa8dd3d58de8b688fda758eea1719949c7f0a upstream. > > This commit needs upstream commit 0bc2f2f7d080561cc484d2d0a162a9396bed3383 > as well to fix the following build error > > > CC ui/browsers/hists.o > ui/browsers/hists.c: In function 'hist_browser__has_filter': > ui/browsers/hists.c:48:68: error: 'struct symbol_conf' has no member named > 'has_filter' > return hists__has_filter(hb->hists) || hb->min_pcnt || > symbol_conf.has_filter; > ^ > ui/browsers/hists.c:49:1: error: control reaches end of non-void function > [-Werror=return-type] > } > ^ > cc1: all warnings being treated as errors > /disks/build/data/linux-4.1.5-rc1/tools/build/Makefile.build:68: recipe for > target 'ui/browsers/hists.o' failed > make[4]: *** [ui/browsers/hists.o] Error 1 > /disks/build/data/linux-4.1.5-rc1/tools/build/Makefile.build:107: recipe for > target 'browsers' failed > make[3]: *** [browsers] Error 2 > /disks/build/data/linux-4.1.5-rc1/tools/build/Makefile.build:107: recipe for > target 'ui' failed > make[2]: *** [ui] Error 2 > Makefile.perf:366: recipe for target 'libperf-in.o' failed > make[1]: *** [libperf-in.o] Error 2 > Makefile:68: recipe for target 'all' failed > make: *** [all] Error 2 > Now applied, thanks. greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 4.1 099/123] perf hists browser: Take the --comm, --dsos, etc filters into account Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-08-09 00:20 +0200
Re: [PATCH 4.1 099/123] perf hists browser: Take the --comm, --dsos, etc filters into account "Andre Tomt (LKML)" <lkml@tomt.net> - 2015-08-09 20:30 +0200
Re: [PATCH 4.1 099/123] perf hists browser: Take the --comm, --dsos, etc filters into account Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-08-10 21:20 +0200
Re: [PATCH 4.1 099/123] perf hists browser: Take the --comm, --dsos, etc filters into account Luis Henriques <luis.henriques@canonical.com> - 2015-08-11 11:00 +0200
Re: [PATCH 4.1 099/123] perf hists browser: Take the --comm, --dsos, etc filters into account Kamal Mostafa <kamal@canonical.com> - 2015-08-11 18:40 +0200
csiph-web