Loading include/linux/uprobes.h +9 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,7 @@ struct uprobe_consumer { #ifdef CONFIG_UPROBES #include <asm/uprobes.h> #include <linux/kabi.h> enum uprobe_task_state { UTASK_RUNNING, Loading Loading @@ -78,6 +79,14 @@ struct uprobe_task { struct return_instance *return_instances; unsigned int depth; KABI_RESERVE(1) KABI_RESERVE(2) KABI_RESERVE(3) KABI_RESERVE(4) KABI_RESERVE(5) KABI_RESERVE(6) KABI_RESERVE(7) KABI_RESERVE(8) }; struct return_instance { Loading Loading
include/linux/uprobes.h +9 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,7 @@ struct uprobe_consumer { #ifdef CONFIG_UPROBES #include <asm/uprobes.h> #include <linux/kabi.h> enum uprobe_task_state { UTASK_RUNNING, Loading Loading @@ -78,6 +79,14 @@ struct uprobe_task { struct return_instance *return_instances; unsigned int depth; KABI_RESERVE(1) KABI_RESERVE(2) KABI_RESERVE(3) KABI_RESERVE(4) KABI_RESERVE(5) KABI_RESERVE(6) KABI_RESERVE(7) KABI_RESERVE(8) }; struct return_instance { Loading