diff options
Diffstat (limited to 'kernel/livepatch/core.c')
-rw-r--r-- | kernel/livepatch/core.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/livepatch/core.c b/kernel/livepatch/core.c index af4643873e71..217b39d71176 100644 --- a/kernel/livepatch/core.c +++ b/kernel/livepatch/core.c | |||
@@ -64,6 +64,9 @@ static LIST_HEAD(klp_ops); | |||
64 | 64 | ||
65 | static struct kobject *klp_root_kobj; | 65 | static struct kobject *klp_root_kobj; |
66 | 66 | ||
67 | /* TODO: temporary stub */ | ||
68 | void klp_update_patch_state(struct task_struct *task) {} | ||
69 | |||
67 | static struct klp_ops *klp_find_ops(unsigned long old_addr) | 70 | static struct klp_ops *klp_find_ops(unsigned long old_addr) |
68 | { | 71 | { |
69 | struct klp_ops *ops; | 72 | struct klp_ops *ops; |