Cleanup: Remove deprecated TODO file
[lttng-modules.git] / instrumentation / syscalls / lttng-syscalls-extractor / linux-link-trace-syscalls-as-data.patch
index 6ba8e6686dd82e161f201a762f4ec0f20018e421..5269071f308f194bfd53cabd9aa957fb7a92b1fb 100644 (file)
@@ -3,27 +3,24 @@ Linux: link syscalls metadata as data (for LTTng syscall extraction)
 * NOT for mainline *
 
 Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
----
- include/asm-generic/vmlinux.lds.h |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
 
-Index: linux-2.6-lttng/include/asm-generic/vmlinux.lds.h
-===================================================================
---- linux-2.6-lttng.orig/include/asm-generic/vmlinux.lds.h
-+++ linux-2.6-lttng/include/asm-generic/vmlinux.lds.h
-@@ -169,6 +169,7 @@
-       MEM_KEEP(exit.data)                                             \
+diff --git a/include/asm-generic/vmlinux.lds.h b/include/asm-generic/vmlinux.lds.h
+index e00f41aa8ec4..13f51fa7c3f3 100644
+--- a/include/asm-generic/vmlinux.lds.h
++++ b/include/asm-generic/vmlinux.lds.h
+@@ -318,6 +318,7 @@
+       __end_once = .;                                                 \
        STRUCT_ALIGN();                                                 \
        *(__tracepoints)                                                \
 +      TRACE_SYSCALLS()                                                \
        /* implement dynamic printk debug */                            \
-       . = ALIGN(8);                                                   \
-       VMLINUX_SYMBOL(__start___jump_table) = .;                       \
-@@ -489,7 +490,6 @@
-       *(.init.rodata)                                                 \
+       . = ALIGN(8);                                                   \
+       __start___verbose = .;                                          \
+@@ -650,7 +651,6 @@
        MCOUNT_REC()                                                    \
+       *(.init.rodata .init.rodata.*)                                  \
        FTRACE_EVENTS()                                                 \
 -      TRACE_SYSCALLS()                                                \
-       DEV_DISCARD(init.rodata)                                        \
-       CPU_DISCARD(init.rodata)                                        \
+       KPROBE_BLACKLIST()                                              \
+       ERROR_INJECT_WHITELIST()                                        \
        MEM_DISCARD(init.rodata)                                        \
This page took 0.028861 seconds and 4 git commands to generate.