From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexei Starovoitov Subject: Re: linux-next: build failure after merge of the bpf-next tree Date: Wed, 27 Feb 2019 18:18:37 -0800 Message-ID: References: <20190228123136.064f94a4@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: <20190228123136.064f94a4@canb.auug.org.au> Sender: linux-kernel-owner@vger.kernel.org To: Stephen Rothwell Cc: Daniel Borkmann , Alexei Starovoitov , Networking , Linux Next Mailing List , Linux Kernel Mailing List List-Id: linux-next.vger.kernel.org On Wed, Feb 27, 2019 at 5:31 PM Stephen Rothwell wrote: > > Hi all, > > After merging the bpf-next tree, today's linux-next build (arm > multi_v7_defconfig) failed like this: > > kernel/sysctl.c:1238:13: error: 'sysctl_bpf_stats_enabled' undeclared here (not in a function); did you mean 'sysctl_base_table'? > .data = &sysctl_bpf_stats_enabled, > ^~~~~~~~~~~~~~~~~~~~~~~~ > sysctl_base_table > > Caused by commit > > 492ecee892c2 ("bpf: enable program stats") > > CONFIG_BPF=y > # CONFIG_BPF_SYSCALL is not set > > I applied the following patch for today, but it should be done > properly. Also this patch leaves proc_dointvec_minmax_bpf_stats() as an > unused function. thanks for the report. working on the fix.