zswap_poolRegular
4.4: ✅struct zswap_pool {
struct zpool *zpool;
struct crypto_comp **tfm;
struct kref kref;
struct list_head list;
struct callback_head callback_head;
struct notifier_block notifier;
char tfm_name[64];
};
4.8: ✅struct zswap_pool {
struct zpool *zpool;
struct crypto_comp **tfm;
struct kref kref;
struct list_head list;
struct work_struct work;
struct notifier_block notifier;
char tfm_name[64];
};
4.10: ✅struct zswap_pool {
struct zpool *zpool;
struct crypto_comp **tfm;
struct kref kref;
struct list_head list;
struct work_struct work;
struct hlist_node node;
char tfm_name[64];
};
4.13: ✅struct zswap_pool {
struct zpool *zpool;
struct crypto_comp **tfm;
struct kref kref;
struct list_head list;
struct work_struct work;
struct hlist_node node;
char tfm_name[128];
};
4.15: ✅struct zswap_pool {
struct zpool *zpool;
struct crypto_comp **tfm;
struct kref kref;
struct list_head list;
struct work_struct work;
struct hlist_node node;
char tfm_name[128];
};
4.18: ✅struct zswap_pool {
struct zpool *zpool;
struct crypto_comp **tfm;
struct kref kref;
struct list_head list;
struct work_struct work;
struct hlist_node node;
char tfm_name[128];
};
5.0: ✅struct zswap_pool {
struct zpool *zpool;
struct crypto_comp **tfm;
struct kref kref;
struct list_head list;
struct work_struct work;
struct hlist_node node;
char tfm_name[128];
};
5.3: ✅struct zswap_pool {
struct zpool *zpool;
struct crypto_comp **tfm;
struct kref kref;
struct list_head list;
struct work_struct work;
struct hlist_node node;
char tfm_name[128];
};
5.4: ✅struct zswap_pool {
struct zpool *zpool;
struct crypto_comp **tfm;
struct kref kref;
struct list_head list;
struct work_struct work;
struct hlist_node node;
char tfm_name[128];
};
5.8: ✅struct zswap_pool {
struct zpool *zpool;
struct crypto_comp **tfm;
struct kref kref;
struct list_head list;
struct work_struct release_work;
struct work_struct shrink_work;
struct hlist_node node;
char tfm_name[128];
};
5.11: ✅struct zswap_pool {
struct zpool *zpool;
struct crypto_acomp_ctx *acomp_ctx;
struct kref kref;
struct list_head list;
struct work_struct release_work;
struct work_struct shrink_work;
struct hlist_node node;
char tfm_name[128];
};
5.13: ✅struct zswap_pool {
struct zpool *zpool;
struct crypto_acomp_ctx *acomp_ctx;
struct kref kref;
struct list_head list;
struct work_struct release_work;
struct work_struct shrink_work;
struct hlist_node node;
char tfm_name[128];
};
5.15: ✅struct zswap_pool {
struct zpool *zpool;
struct crypto_acomp_ctx *acomp_ctx;
struct kref kref;
struct list_head list;
struct work_struct release_work;
struct work_struct shrink_work;
struct hlist_node node;
char tfm_name[128];
};
5.19: ✅struct zswap_pool {
struct zpool *zpool;
struct crypto_acomp_ctx *acomp_ctx;
struct kref kref;
struct list_head list;
struct work_struct release_work;
struct work_struct shrink_work;
struct hlist_node node;
char tfm_name[128];
};
6.2: ✅struct zswap_pool {
struct zpool *zpool;
struct crypto_acomp_ctx *acomp_ctx;
struct kref kref;
struct list_head list;
struct work_struct release_work;
struct work_struct shrink_work;
struct hlist_node node;
char tfm_name[128];
};
6.5: ✅struct zswap_pool {
struct zpool *zpool;
struct crypto_acomp_ctx *acomp_ctx;
struct kref kref;
struct list_head list;
struct work_struct release_work;
struct work_struct shrink_work;
struct hlist_node node;
char tfm_name[128];
struct list_head lru;
spinlock_t lru_lock;
};
6.8: ✅struct zswap_pool {
struct zpool * zpools[32];
struct crypto_acomp_ctx *acomp_ctx;
struct kref kref;
struct list_head list;
struct work_struct release_work;
struct work_struct shrink_work;
struct hlist_node node;
char tfm_name[128];
struct list_lru list_lru;
struct mem_cgroup *next_shrink;
struct shrinker *shrinker;
atomic_t nr_stored;
};
arm64: ✅struct zswap_pool {
struct zpool *zpool;
struct crypto_comp **tfm;
struct kref kref;
struct list_head list;
struct work_struct work;
struct hlist_node node;
char tfm_name[128];
};
armhf: ✅struct zswap_pool {
struct zpool *zpool;
struct crypto_comp **tfm;
struct kref kref;
struct list_head list;
struct work_struct work;
struct hlist_node node;
char tfm_name[128];
};
ppc64el: ✅struct zswap_pool {
struct zpool *zpool;
struct crypto_comp **tfm;
struct kref kref;
struct list_head list;
struct work_struct work;
struct hlist_node node;
char tfm_name[128];
};
riscv64: ✅struct zswap_pool {
struct zpool *zpool;
struct crypto_comp **tfm;
struct kref kref;
struct list_head list;
struct work_struct work;
struct hlist_node node;
char tfm_name[128];
};
aws: ✅struct zswap_pool {
struct zpool *zpool;
struct crypto_comp **tfm;
struct kref kref;
struct list_head list;
struct work_struct work;
struct hlist_node node;
char tfm_name[128];
};
azure: ✅struct zswap_pool {
struct zpool *zpool;
struct crypto_comp **tfm;
struct kref kref;
struct list_head list;
struct work_struct work;
struct hlist_node node;
char tfm_name[128];
};
gcp: ✅struct zswap_pool {
struct zpool *zpool;
struct crypto_comp **tfm;
struct kref kref;
struct list_head list;
struct work_struct work;
struct hlist_node node;
char tfm_name[128];
};
lowlatency: ✅struct zswap_pool {
struct zpool *zpool;
struct crypto_comp **tfm;
struct kref kref;
struct list_head list;
struct work_struct work;
struct hlist_node node;
char tfm_name[128];
};
Regular
4.4 and 4.8 ⚠️struct work_struct work
struct callback_head callback_head
4.8 and 4.10 ⚠️struct hlist_node node
struct notifier_block notifier
4.10 and 4.13 ⚠️char tfm_name[64] ➡️ char tfm_name[128]
4.13 and 4.15 ✅
4.15 and 4.18 ✅
4.18 and 5.0 ✅
5.0 and 5.3 ✅
5.3 and 5.4 ✅
5.4 and 5.8 ⚠️struct work_struct release_work
struct work_struct shrink_work
struct work_struct work
5.8 and 5.11 ⚠️struct crypto_acomp_ctx *acomp_ctx
struct crypto_comp **tfm
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 ⚠️struct list_head lru
spinlock_t lru_lock
6.5 and 6.8 ⚠️struct zpool * zpools[32]
struct list_lru list_lru
struct mem_cgroup *next_shrink
struct shrinker *shrinker
atomic_t nr_stored
struct zpool *zpool
struct list_head lru
spinlock_t lru_lock
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅