From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8763EC2D0C8 for ; Sat, 28 Dec 2019 21:45:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 51D342173E for ; Sat, 28 Dec 2019 21:45:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1577569550; bh=ogVM91kchqdclBQQHiyLjPEyRq19Zxg1/RlU9gnqe0Q=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=LxLDIYYstwXqambf858ORZM90rE9pqSdJCefttcnVLaE36rgDWM4KBtwnBy4Amz/e vAVT4iN7TItsBbcvTeJdGXv6P8Vf21FTWXKT1WQ7A2stGE4SzBQg5aCg7ur4JkRxbk 0L2GGYUMbiGPsWAoMpSg0cZgrw7xZAEzg07ZXuaE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726702AbfL1Vpt (ORCPT ); Sat, 28 Dec 2019 16:45:49 -0500 Received: from mail.kernel.org ([198.145.29.99]:53358 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726640AbfL1Vpt (ORCPT ); Sat, 28 Dec 2019 16:45:49 -0500 Received: from localhost (67-132-193-197.dia.static.qwest.net [67.132.193.197]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8107B207E0; Sat, 28 Dec 2019 21:45:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1577569548; bh=ogVM91kchqdclBQQHiyLjPEyRq19Zxg1/RlU9gnqe0Q=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VuZuMksyLhCtBz86cuiCFnehDNcvOGoGW0m0mJas3LgWeZIcQdpUToFuPX8xYnE5y CDDDHonH0m+M9CHieMoPR/xd3qJgnOrzafRhLUxFFgM+4cDQgUWj3Jhu/s2zMP+lmc NHEoVmTjVXV/3ry0S+eab9nwrCIMzEWlfK8Wglw4= Date: Sat, 28 Dec 2019 16:45:46 -0500 From: Greg KH To: Thomas Backlund Cc: "stable@vger.kernel.org" Subject: Re: Broken stuff in current 5.4 stable queue Message-ID: <20191228214546.GA392439@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Sat, Dec 28, 2019 at 09:27:56PM +0200, Thomas Backlund wrote: > Isn't autosel stuff being buildtested before it ends up in stable queue ? > > > I tried to build the current stuff and end up with: > > > ********** > libbpf.c: In function 'bpf_program__collect_reloc': > libbpf.c:1795:5: error: implicit declaration of function 'pr_warn'; did you > mean 'pr_warning'? [-Werror=implicit-function-declaration] >  1795 |     pr_warn("bad call relo offset: %lu\n", sym.st_value); >       |     ^~~~~~~ >       |     pr_warning > libbpf.c:1795:5: error: nested extern declaration of 'pr_warn' > [-Werror=nested-externs] > > > Caused by: > libbpf-fix-call-relocation-offset-calculation-bug.patch > > > > ********** > builtin-trace.c: In function 'trace__record': > builtin-trace.c:2580:17: warning: implicit declaration of function > 'asprintf__tp_filter_pids' [-Wimplicit-function-declaration] >  2580 |  char *filter = asprintf__tp_filter_pids(1, &pid); >       |                 ^~~~~~~~~~~~~~~~~~~~~~~~ > builtin-trace.c:2580:17: warning: nested extern declaration of > 'asprintf__tp_filter_pids' [-Wnested-externs] > builtin-trace.c:2580:17: warning: initialization of 'char *' from 'int' > makes pointer from integer without a cast [-Wint-conversion] > > > Caused by: > perf-trace-filter-own-pid-to-avoid-a-feedback-look-i.patch > > > > ********** > arch/x86/util/auxtrace.c: In function 'auxtrace_record__init_intel': > arch/x86/util/auxtrace.c:31:16: error: 'struct perf_pmu' has no member named > 'auxtrace' >    31 |   intel_bts_pmu->auxtrace = true; >       |                ^~ > mv: cannot stat 'arch/x86/util/.auxtrace.o.tmp': No such file or directory > make[6]: *** [/linux-5.4/tools/build/Makefile.build:97: > arch/x86/util/auxtrace.o] Error 1 > make[6]: *** Waiting for unfinished jobs.... > arch/x86/util/intel-bts.c: In function 'intel_bts_recording_options': > arch/x86/util/intel-bts.c:116:12: error: 'struct record_opts' has no member > named 'auxtrace_sample_mode'; did you mean 'auxtrace_snapshot_mode'? >   116 |  if (opts->auxtrace_sample_mode) { >       |            ^~~~~~~~~~~~~~~~~~~~ >       |            auxtrace_snapshot_mode > > > Caused by: > perf-intel-bts-does-not-support-aux-area-sampling.patch > > > > ********** > util/record.c: In function 'perf_can_aux_sample': > util/record.c:152:4: error: 'struct perf_event_attr' has no member named > 'aux_sample_size' >   152 |   .aux_sample_size = 1, >       |    ^~~~~~~~~~~~~~~ > > > > Caused by: > perf-record-add-a-function-to-test-for-kernel-suppor.patch > > > > ********** > util/parse-events.c: In function 'tracepoint_error': > util/parse-events.c:508:2: warning: implicit declaration of function > 'parse_events__handle_error'; did you mean 'parse_events_print_error'? > [-Wimplicit-function-declaration] >   508 |  parse_events__handle_error(e, 0, strdup(str), strdup(help)); >       |  ^~~~~~~~~~~~~~~~~~~~~~~~~~ >       |  parse_events_print_error > util/parse-events.c:508:2: warning: nested extern declaration of > 'parse_events__handle_error' [-Wnested-externs] > > > Caused by: > perf-parse-fix-potential-memory-leak-when-handling-t.patch > > > > ********** > /usr/bin/ld: perf-in.o: in function `debuginfo__find_probe_point': > /linux-5.4/tools/perf/util/probe-finder.c:1616: undefined reference to ` > die_entrypc' > /usr/bin/ld: /linux-5.4/tools/perf/util/probe-finder.c:1633: undefined > reference to `die_entrypc' > /usr/bin/ld: perf-in.o: in function `probe_point_search_cb': > /linux-5.4/tools/perf/util/probe-finder.c:1012: undefined reference to > `die_entrypc' > /usr/bin/ld: perf-in.o: in function `probe_point_inline_cb': > /linux-5.4/tools/perf/util/probe-finder.c:960: undefined reference to > `die_entrypc' > /usr/bin/ld: perf-in.o: in function `__die_walk_funclines_cb': > /linux-5.4/tools/perf/util/dwarf-aux.c:683: undefined reference to > `die_entrypc' > /usr/bin/ld: perf-in.o:/linux-5.4/tools/perf/util/dwarf-aux.c:683: more > undefined references to `die_entrypc' follow > > > Caused by: > perf-probe-fix-to-probe-a-function-which-has-no-entr.patch > perf-probe-fix-to-show-inlined-function-callsite-wit.patch > perf-probe-fix-to-list-probe-event-with-correct-line.patch > perf-probe-fix-to-probe-an-inline-function-which-has.patch > perf-probe-fix-to-show-ranges-of-variables-in-functi.patch > -- Sasha used to be testing perf builds, but something must have gone wrong here :(