Re: linux-next: build failure after merge of the sysctl tree

From: Luis Chamberlain
Date: Sun Apr 03 2022 - 21:48:13 EST


On Mon, Apr 04, 2022 at 10:26:17AM +1000, Stephen Rothwell wrote:
> Hi all,
>
> On Wed, 30 Mar 2022 11:56:17 +1100 Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote:
> >
> > Hi all,
> >
> > After merging the sysctl tree, today's linux-next build (powerpc
> > ppc64_defconfig) failed like this:
> >
> > kernel/sysctl.c:1776:36: error: 'C_A_D' undeclared here (not in a function)
> > 1776 | .data = &C_A_D,
> > | ^~~~~
> >
> > Caused by commit
> >
> > 84053cc7ef2f ("ftrace: move sysctl_ftrace_enabled to ftrace.c")
> >
> > I can't imagine how that happened (though I do note that the whole branch
> > has been rebased and not tested :-( ).
> >
> > I have used the sysctl tree from next-20220329 for today.
>
> I am still getting this failure.

I have fixed these issues in a new push to sysctl-next just now.
This all goes tested through 0-day with no issues found there.
Sorry for the delay in fixing this.

Luis