klp_patchRegular
4.4: ✅struct klp_patch {
struct module *mod;
struct klp_object *objs;
struct list_head list;
struct kobject kobj;
enum klp_state state;
};
4.8: ✅struct klp_patch {
struct module *mod;
struct klp_object *objs;
struct list_head list;
struct kobject kobj;
enum klp_state state;
};
4.10: ✅struct klp_patch {
struct module *mod;
struct klp_object *objs;
struct list_head list;
struct kobject kobj;
enum klp_state state;
};
4.13: ✅struct klp_patch {
struct module *mod;
struct klp_object *objs;
bool immediate;
struct list_head list;
struct kobject kobj;
bool enabled;
struct completion finish;
};
4.15: ✅struct klp_patch {
struct module *mod;
struct klp_object *objs;
bool immediate;
struct list_head list;
struct kobject kobj;
bool enabled;
struct completion finish;
};
4.18: ✅struct klp_patch {
struct module *mod;
struct klp_object *objs;
struct list_head list;
struct kobject kobj;
bool enabled;
struct completion finish;
};
5.0: ✅struct klp_patch {
struct module *mod;
struct klp_object *objs;
struct list_head list;
struct kobject kobj;
bool enabled;
struct completion finish;
};
5.3: ✅struct klp_patch {
struct module *mod;
struct klp_object *objs;
bool replace;
struct list_head list;
struct kobject kobj;
struct list_head obj_list;
bool enabled;
bool forced;
struct work_struct free_work;
struct completion finish;
};
5.4: ✅struct klp_patch {
struct module *mod;
struct klp_object *objs;
bool replace;
struct list_head list;
struct kobject kobj;
struct list_head obj_list;
bool enabled;
bool forced;
struct work_struct free_work;
struct completion finish;
};
5.8: ✅struct klp_patch {
struct module *mod;
struct klp_object *objs;
struct klp_state *states;
bool replace;
struct list_head list;
struct kobject kobj;
struct list_head obj_list;
bool enabled;
bool forced;
struct work_struct free_work;
struct completion finish;
};
5.11: ✅struct klp_patch {
struct module *mod;
struct klp_object *objs;
struct klp_state *states;
bool replace;
struct list_head list;
struct kobject kobj;
struct list_head obj_list;
bool enabled;
bool forced;
struct work_struct free_work;
struct completion finish;
};
5.13: ✅struct klp_patch {
struct module *mod;
struct klp_object *objs;
struct klp_state *states;
bool replace;
struct list_head list;
struct kobject kobj;
struct list_head obj_list;
bool enabled;
bool forced;
struct work_struct free_work;
struct completion finish;
};
5.15: ✅struct klp_patch {
struct module *mod;
struct klp_object *objs;
struct klp_state *states;
bool replace;
struct list_head list;
struct kobject kobj;
struct list_head obj_list;
bool enabled;
bool forced;
struct work_struct free_work;
struct completion finish;
};
5.19: ✅struct klp_patch {
struct module *mod;
struct klp_object *objs;
struct klp_state *states;
bool replace;
struct list_head list;
struct kobject kobj;
struct list_head obj_list;
bool enabled;
bool forced;
struct work_struct free_work;
struct completion finish;
};
6.2: ✅struct klp_patch {
struct module *mod;
struct klp_object *objs;
struct klp_state *states;
bool replace;
struct list_head list;
struct kobject kobj;
struct list_head obj_list;
bool enabled;
bool forced;
struct work_struct free_work;
struct completion finish;
};
6.5: ✅struct klp_patch {
struct module *mod;
struct klp_object *objs;
struct klp_state *states;
bool replace;
struct list_head list;
struct kobject kobj;
struct list_head obj_list;
bool enabled;
bool forced;
struct work_struct free_work;
struct completion finish;
};
6.8: ✅struct klp_patch {
struct module *mod;
struct klp_object *objs;
struct klp_state *states;
bool replace;
struct list_head list;
struct kobject kobj;
struct list_head obj_list;
bool enabled;
bool forced;
struct work_struct free_work;
struct completion finish;
};
arm64: Absent ⚠️
armhf: Absent ⚠️
ppc64el: ✅struct klp_patch {
struct module *mod;
struct klp_object *objs;
bool replace;
struct list_head list;
struct kobject kobj;
struct list_head obj_list;
bool enabled;
bool forced;
struct work_struct free_work;
struct completion finish;
};
riscv64: Absent ⚠️
aws: ✅struct klp_patch {
struct module *mod;
struct klp_object *objs;
bool replace;
struct list_head list;
struct kobject kobj;
struct list_head obj_list;
bool enabled;
bool forced;
struct work_struct free_work;
struct completion finish;
};
azure: ✅struct klp_patch {
struct module *mod;
struct klp_object *objs;
bool replace;
struct list_head list;
struct kobject kobj;
struct list_head obj_list;
bool enabled;
bool forced;
struct work_struct free_work;
struct completion finish;
};
gcp: ✅struct klp_patch {
struct module *mod;
struct klp_object *objs;
bool replace;
struct list_head list;
struct kobject kobj;
struct list_head obj_list;
bool enabled;
bool forced;
struct work_struct free_work;
struct completion finish;
};
lowlatency: ✅struct klp_patch {
struct module *mod;
struct klp_object *objs;
bool replace;
struct list_head list;
struct kobject kobj;
struct list_head obj_list;
bool enabled;
bool forced;
struct work_struct free_work;
struct completion finish;
};
Regular
4.4 and 4.8 ✅
4.8 and 4.10 ✅
4.10 and 4.13 ⚠️bool immediate
bool enabled
struct completion finish
enum klp_state state
4.13 and 4.15 ✅
4.15 and 4.18 ⚠️bool immediate
4.18 and 5.0 ✅
5.0 and 5.3 ⚠️bool replace
struct list_head obj_list
bool forced
struct work_struct free_work
5.3 and 5.4 ✅
5.4 and 5.8 ⚠️struct klp_state *states
5.8 and 5.11 ✅
5.11 and 5.13 ✅
5.13 and 5.15 ✅
5.15 and 5.19 ✅
5.19 and 6.2 ✅
6.2 and 6.5 ✅
6.5 and 6.8 ✅
amd64 and ppc64el ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅