Re: linux-next: build failure after merge of the sysctl tree
From: Luis Chamberlain
Date: Wed Mar 30 2022 - 15:00:42 EST
On Wed, Mar 30, 2022 at 11:56:17AM +1100, Stephen Rothwell 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 :-( ).
Sorry about that, indeed I rebased it and only test compiled the
conflicts.
> I have used the sysctl tree from next-20220329 for today.
I'll push to 0-day testing before pushing a new iteration.
Trying to prepare to push to Linus.
Luis