Commit 654c3b93 authored by Yu Liao's avatar Yu Liao
Browse files

kabi: reserve space for struct clocksource

hulk inclusion
category: feature
bugzilla: https://gitee.com/openeuler/kernel/issues/I907UN


CVE: NA

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

Reserve space for posix clock related structure.

Signed-off-by: default avatarYu Liao <liaoyu15@huawei.com>
parent c62b4b67
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
#include <linux/clocksource_ids.h>
#include <asm/div64.h>
#include <asm/io.h>
#include <linux/kabi.h>

struct clocksource;
struct module;
@@ -131,6 +132,11 @@ struct clocksource {
	u64			wd_last;
#endif
	struct module		*owner;

	KABI_RESERVE(1)
	KABI_RESERVE(2)
	KABI_RESERVE(3)
	KABI_RESERVE(4)
};

/*