On 02/06/2014 10:46 PM, Greg Kroah-Hartman wrote:
On Thu, Feb 06, 2014 at 09:38:37PM -0800, Guenter Roeck wrote:
Hi Greg,
I see a couple of new build errors in stable-queue.
3.4:
mips:allmodconfig
powerpc:allmodconfig
powerpc:ppc6xx_defconfig
x86_64:allyesconfig
and others ... stopped looking here.
kernel/trace/ftrace.c: In function 'ftrace_graph_entry_test':
kernel/trace/ftrace.c:4558:2: error: too many arguments to function 'ftrace_ops_test'
kernel/trace/ftrace.c:1363:1: note: declared here
make[2]: *** [kernel/trace/ftrace.o] Error 1
Guess the culprit is "ftrace-have-function-graph-only-trace-based-on-global_ops-filters.patch".
Maybe you already fixed it - I just saw a new set of changes coming in.
If so, never mind.
No, I didn't, it builds here for me, odd.
It can not really work, so something must be wrong:
kernel/trace/ftrace.c:ftrace_ops_test(struct ftrace_ops *ops, unsigned long ip)
kernel/trace/ftrace.c:ftrace_ops_test(struct ftrace_ops *ops, unsigned long ip)
kernel/trace/ftrace.c: ftrace_ops_test(op, ip))
kernel/trace/ftrace.c: if (ftrace_ops_test(op, ip))
kernel/trace/ftrace.c: if (!ftrace_ops_test(&global_ops, trace->func, NULL))
3.13:
alpha:defconfig
Inconsistent kallsyms data
Try make KALLSYMS_EXTRA_PASS=1 as a workaround
make: *** [vmlinux] Error 1
Bisect points to 'mm: munlock: fix potential race with THP page split'.
Reverting it fixes the problem.
Hm, that's not good, does Linus's tree also have this problem?
No; both HEAD and 3.14-rc1 are fine.
Guenter
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html