vagrant@node:/tmp/stap$ stap -g -a mips -p4 -B CROSS_COMPILE=mipsel-linux- \ > -r /tmp/stap/linux-3.10 \ > -m killsnoop bsp/systemtap-4.7/testsuite/systemtap.examples/lwtools/killsnoop-nd.stp /tmp/stapuaNZ7P/killsnoop_src.c:297: error: 'IN_ACCESS' undeclared here (not in a function) /tmp/stapuaNZ7P/killsnoop_src.c:298: error: 'IN_MODIFY' undeclared here (not in a function) /tmp/stapuaNZ7P/killsnoop_src.c:299: error: 'IN_ATTRIB' undeclared here (not in a function) /tmp/stapuaNZ7P/killsnoop_src.c:300: error: 'IN_CLOSE_WRITE' undeclared here (not in a function) /tmp/stapuaNZ7P/killsnoop_src.c:301: error: 'IN_CLOSE_NOWRITE' undeclared here (not in a function) /tmp/stapuaNZ7P/killsnoop_src.c:302: error: 'IN_OPEN' undeclared here (not in a function) /tmp/stapuaNZ7P/killsnoop_src.
CC drivers/tty/serial/ingenic_uart.o drivers/tty/serial/ingenic_uart.c: In function 'init_hw_stopped_status': drivers/tty/serial/ingenic_uart.c:586:20: error: 'ASYNC_CTS_FLOW' undeclared (first use in this function); did you mean 'ASYNC_SAK'? if (tport.flags & ASYNC_CTS_FLOW) { ^~~~~~~~~~~~~~ ASYNC_SAK drivers/tty/serial/ingenic_uart.c:586:20: note: each undeclared identifier is reported only once for each function it appears in make[3]: *** [drivers/tty/serial/ingenic_uart.o] Error 1 make[2]: *** [drivers/tty/serial] Error 2drivers/tty/serial/ingenic_uart.c @@ -583,7 +583,7 @@ static void init_hw_stopped_status(struct uart_port *uport) struct tty_port tport = uport->state->port; struct tty_struct *tty = tport.
CC arch/mips/kernel/signal.o In file included from ./arch/mips/include/asm/thread_info.h:15:0, from include/linux/thread_info.h:54, from include/asm-generic/preempt.h:4, from arch/mips/include/generated/asm/preempt.h:1, from include/linux/preempt.h:59, from include/linux/spinlock.h:50, from include/linux/seqlock.h:35, from include/linux/time.h:5, from include/uapi/linux/timex.h:56, from include/linux/timex.h:56, from include/linux/sched.h:19, from include/linux/context_tracking.h:4, from arch/mips/kernel/signal.c:12: arch/mips/kernel/signal.c: In function 'protected_restore_fp_context': ./arch/mips/include/asm/processor.h:140:17: error: array subscript is above array bounds [-Werror=array-bounds] fpr->val##width[FPR_IDX(width, idx)] = val; \ ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ./arch/mips/include/asm/processor.h:144:1: note: in expansion of macro 'BUILD_FPR_ACCESS' BUILD_FPR_ACCESS(64)ChangeLog-4.5.7
6533af4d4831c421cd9aa4dce7cfc19a3514cc09
From 6533af4d4831c421cd9aa4dce7cfc19a3514cc09 Mon Sep 17 00:00:00 2001 From: Paul Burton <paul.