diff options
author | Jiri Kosina | 2019-05-06 15:55:18 +0200 |
---|---|---|
committer | Jiri Kosina | 2019-05-06 15:55:18 +0200 |
commit | 1efbd99ed41db9ddc3ae7e189934c62e9dbe55c4 (patch) | |
tree | 106dd68e510b226394b4c1727cb6002b2a0d3c38 /include/linux/livepatch.h | |
parent | selftests/livepatch: Add functions.sh to TEST_PROGS_EXTENDED (diff) | |
parent | livepatch: Remove duplicated code for early initialization (diff) | |
download | kernel-qcow2-linux-1efbd99ed41db9ddc3ae7e189934c62e9dbe55c4.tar.gz kernel-qcow2-linux-1efbd99ed41db9ddc3ae7e189934c62e9dbe55c4.tar.xz kernel-qcow2-linux-1efbd99ed41db9ddc3ae7e189934c62e9dbe55c4.zip |
Merge branches 'for-5.1/upstream-fixes' and 'for-5.2/core' into for-linus
Diffstat (limited to 'include/linux/livepatch.h')
-rw-r--r-- | include/linux/livepatch.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/livepatch.h b/include/linux/livepatch.h index 53551f470722..a14bab1a0a3e 100644 --- a/include/linux/livepatch.h +++ b/include/linux/livepatch.h @@ -86,7 +86,6 @@ struct klp_func { struct list_head node; struct list_head stack_node; unsigned long old_size, new_size; - bool kobj_added; bool nop; bool patched; bool transition; @@ -141,7 +140,6 @@ struct klp_object { struct list_head func_list; struct list_head node; struct module *mod; - bool kobj_added; bool dynamic; bool patched; }; @@ -170,7 +168,6 @@ struct klp_patch { struct list_head list; struct kobject kobj; struct list_head obj_list; - bool kobj_added; bool enabled; bool forced; struct work_struct free_work; |