Commit 59a2a3e8 authored by Luo Gengkun's avatar Luo Gengkun
Browse files

kabi: reserve space for uprobes.h

hulk inclusion
category: feature
bugzilla: https://gitee.com/src-openeuler/kernel/issues/IBC1PM



--------------------------------

reserve space for uprobes.h

Signed-off-by: default avatarLuo Gengkun <luogengkun2@huawei.com>
parent 078ad818
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@ struct uprobe_consumer {

#ifdef CONFIG_UPROBES
#include <asm/uprobes.h>
#include <linux/kabi.h>

enum uprobe_task_state {
	UTASK_RUNNING,
@@ -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 {