]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - kernel/livepatch/core.c
livepatch: create temporary klp_update_patch_state() stub
[mirror_ubuntu-artful-kernel.git] / kernel / livepatch / core.c
index af4643873e7179c0e750d3d69a665844d06f4725..217b39d7117618b3c8669d771a91e65bfc8e6b38 100644 (file)
@@ -64,6 +64,9 @@ static LIST_HEAD(klp_ops);
 
 static struct kobject *klp_root_kobj;
 
+/* TODO: temporary stub */
+void klp_update_patch_state(struct task_struct *task) {}
+
 static struct klp_ops *klp_find_ops(unsigned long old_addr)
 {
        struct klp_ops *ops;