nodeRegular
4.4: ✅struct node {
struct list_head list;
struct audit_tree *owner;
unsigned int index;
};
4.8: ✅struct node {
struct device dev;
struct work_struct node_work;
};
4.10: ✅struct node {
struct device dev;
struct work_struct node_work;
};
4.13: ✅struct node {
struct device dev;
struct work_struct node_work;
};
4.15: ✅struct node {
struct device dev;
struct work_struct node_work;
};
4.18: ✅struct node {
struct device dev;
struct work_struct node_work;
};
5.0: ✅struct node {
struct device dev;
struct work_struct node_work;
};
5.3: ✅struct node {
struct device dev;
struct list_head access_list;
struct work_struct node_work;
struct list_head cache_attrs;
struct device *cache_dev;
};
5.4: ✅struct node {
struct device dev;
struct list_head access_list;
struct work_struct node_work;
struct list_head cache_attrs;
struct device *cache_dev;
};
5.8: ✅struct node {
struct list_head list;
struct audit_tree *owner;
unsigned int index;
};
5.11: ✅struct node {
struct list_head list;
struct audit_tree *owner;
unsigned int index;
};
5.13: ✅struct node {
struct list_head list;
struct audit_tree *owner;
unsigned int index;
};
5.15: ✅struct node {
struct list_head list;
struct audit_tree *owner;
unsigned int index;
};
5.19: ✅struct node {
struct device dev;
struct list_head access_list;
struct work_struct node_work;
struct list_head cache_attrs;
struct device *cache_dev;
};
6.2: ✅struct node {
struct device dev;
struct list_head access_list;
struct list_head cache_attrs;
struct device *cache_dev;
};
6.5: ✅struct node {
struct device dev;
struct list_head access_list;
struct list_head cache_attrs;
struct device *cache_dev;
};
6.8: ✅struct node {
struct device dev;
struct list_head access_list;
struct list_head cache_attrs;
struct device *cache_dev;
};
arm64: ✅struct node {
struct device dev;
struct list_head access_list;
struct work_struct node_work;
struct list_head cache_attrs;
struct device *cache_dev;
};
armhf: ✅struct node {
struct device dev;
struct list_head access_list;
};
ppc64el: ✅struct node {
struct device dev;
struct list_head access_list;
struct work_struct node_work;
};
riscv64: ✅struct node {
struct device dev;
struct list_head access_list;
};
aws: ✅struct node {
struct device dev;
struct list_head access_list;
struct work_struct node_work;
struct list_head cache_attrs;
struct device *cache_dev;
};
azure: ✅struct node {
struct device dev;
struct list_head access_list;
struct work_struct node_work;
struct list_head cache_attrs;
struct device *cache_dev;
};
gcp: ✅struct node {
struct device dev;
struct list_head access_list;
struct work_struct node_work;
};
lowlatency: ✅struct node {
struct device dev;
struct list_head access_list;
struct work_struct node_work;
struct list_head cache_attrs;
struct device *cache_dev;
};
Regular
4.4 and 4.8 ⚠️struct device dev
struct work_struct node_work
struct list_head list
struct audit_tree *owner
unsigned int index
4.8 and 4.10 ✅
4.10 and 4.13 ✅
4.13 and 4.15 ✅
4.15 and 4.18 ✅
4.18 and 5.0 ✅
5.0 and 5.3 ⚠️struct list_head access_list
struct list_head cache_attrs
struct device *cache_dev
5.3 and 5.4 ✅
5.4 and 5.8 ⚠️struct list_head list
struct audit_tree *owner
unsigned int index
struct device dev
struct list_head access_list
struct work_struct node_work
struct list_head cache_attrs
struct device *cache_dev
5.8 and 5.11 ✅
5.11 and 5.13 ✅
5.13 and 5.15 ✅
5.15 and 5.19 ⚠️struct device dev
struct list_head access_list
struct work_struct node_work
struct list_head cache_attrs
struct device *cache_dev
struct list_head list
struct audit_tree *owner
unsigned int index
5.19 and 6.2 ⚠️struct work_struct node_work
6.2 and 6.5 ✅
6.5 and 6.8 ✅
amd64 and arm64 ✅
amd64 and armhf ⚠️struct work_struct node_work
struct list_head cache_attrs
struct device *cache_dev
amd64 and ppc64el ⚠️struct list_head cache_attrs
struct device *cache_dev
amd64 and riscv64 ⚠️struct work_struct node_work
struct list_head cache_attrs
struct device *cache_dev
generic and aws ✅
generic and azure ✅
generic and gcp ⚠️struct list_head cache_attrs
struct device *cache_dev
generic and lowlatency ✅