vmpressureRegular
4.4: ✅struct vmpressure {
long unsigned int scanned;
long unsigned int reclaimed;
struct spinlock sr_lock;
struct list_head events;
struct mutex events_lock;
struct work_struct work;
};
4.8: ✅struct vmpressure {
long unsigned int scanned;
long unsigned int reclaimed;
long unsigned int tree_scanned;
long unsigned int tree_reclaimed;
struct spinlock sr_lock;
struct list_head events;
struct mutex events_lock;
struct work_struct work;
};
4.10: ✅struct vmpressure {
long unsigned int scanned;
long unsigned int reclaimed;
long unsigned int tree_scanned;
long unsigned int tree_reclaimed;
struct spinlock sr_lock;
struct list_head events;
struct mutex events_lock;
struct work_struct work;
};
4.13: ✅struct vmpressure {
long unsigned int scanned;
long unsigned int reclaimed;
long unsigned int tree_scanned;
long unsigned int tree_reclaimed;
struct spinlock sr_lock;
struct list_head events;
struct mutex events_lock;
struct work_struct work;
};
4.15: ✅struct vmpressure {
long unsigned int scanned;
long unsigned int reclaimed;
long unsigned int tree_scanned;
long unsigned int tree_reclaimed;
struct spinlock sr_lock;
struct list_head events;
struct mutex events_lock;
struct work_struct work;
};
4.18: ✅struct vmpressure {
long unsigned int scanned;
long unsigned int reclaimed;
long unsigned int tree_scanned;
long unsigned int tree_reclaimed;
struct spinlock sr_lock;
struct list_head events;
struct mutex events_lock;
struct work_struct work;
};
5.0: ✅struct vmpressure {
long unsigned int scanned;
long unsigned int reclaimed;
long unsigned int tree_scanned;
long unsigned int tree_reclaimed;
struct spinlock sr_lock;
struct list_head events;
struct mutex events_lock;
struct work_struct work;
};
5.3: ✅struct vmpressure {
long unsigned int scanned;
long unsigned int reclaimed;
long unsigned int tree_scanned;
long unsigned int tree_reclaimed;
spinlock_t sr_lock;
struct list_head events;
struct mutex events_lock;
struct work_struct work;
};
5.4: ✅struct vmpressure {
long unsigned int scanned;
long unsigned int reclaimed;
long unsigned int tree_scanned;
long unsigned int tree_reclaimed;
spinlock_t sr_lock;
struct list_head events;
struct mutex events_lock;
struct work_struct work;
};
5.8: ✅struct vmpressure {
long unsigned int scanned;
long unsigned int reclaimed;
long unsigned int tree_scanned;
long unsigned int tree_reclaimed;
spinlock_t sr_lock;
struct list_head events;
struct mutex events_lock;
struct work_struct work;
};
5.11: ✅struct vmpressure {
long unsigned int scanned;
long unsigned int reclaimed;
long unsigned int tree_scanned;
long unsigned int tree_reclaimed;
spinlock_t sr_lock;
struct list_head events;
struct mutex events_lock;
struct work_struct work;
};
5.13: ✅struct vmpressure {
long unsigned int scanned;
long unsigned int reclaimed;
long unsigned int tree_scanned;
long unsigned int tree_reclaimed;
spinlock_t sr_lock;
struct list_head events;
struct mutex events_lock;
struct work_struct work;
};
5.15: ✅struct vmpressure {
long unsigned int scanned;
long unsigned int reclaimed;
long unsigned int tree_scanned;
long unsigned int tree_reclaimed;
spinlock_t sr_lock;
struct list_head events;
struct mutex events_lock;
struct work_struct work;
};
5.19: ✅struct vmpressure {
long unsigned int scanned;
long unsigned int reclaimed;
long unsigned int tree_scanned;
long unsigned int tree_reclaimed;
spinlock_t sr_lock;
struct list_head events;
struct mutex events_lock;
struct work_struct work;
};
6.2: ✅struct vmpressure {
long unsigned int scanned;
long unsigned int reclaimed;
long unsigned int tree_scanned;
long unsigned int tree_reclaimed;
spinlock_t sr_lock;
struct list_head events;
struct mutex events_lock;
struct work_struct work;
};
6.5: ✅struct vmpressure {
long unsigned int scanned;
long unsigned int reclaimed;
long unsigned int tree_scanned;
long unsigned int tree_reclaimed;
spinlock_t sr_lock;
struct list_head events;
struct mutex events_lock;
struct work_struct work;
};
6.8: ✅struct vmpressure {
long unsigned int scanned;
long unsigned int reclaimed;
long unsigned int tree_scanned;
long unsigned int tree_reclaimed;
spinlock_t sr_lock;
struct list_head events;
struct mutex events_lock;
struct work_struct work;
};
arm64: ✅struct vmpressure {
long unsigned int scanned;
long unsigned int reclaimed;
long unsigned int tree_scanned;
long unsigned int tree_reclaimed;
spinlock_t sr_lock;
struct list_head events;
struct mutex events_lock;
struct work_struct work;
};
armhf: ✅struct vmpressure {
long unsigned int scanned;
long unsigned int reclaimed;
long unsigned int tree_scanned;
long unsigned int tree_reclaimed;
spinlock_t sr_lock;
struct list_head events;
struct mutex events_lock;
struct work_struct work;
};
ppc64el: ✅struct vmpressure {
long unsigned int scanned;
long unsigned int reclaimed;
long unsigned int tree_scanned;
long unsigned int tree_reclaimed;
spinlock_t sr_lock;
struct list_head events;
struct mutex events_lock;
struct work_struct work;
};
riscv64: ✅struct vmpressure {
long unsigned int scanned;
long unsigned int reclaimed;
long unsigned int tree_scanned;
long unsigned int tree_reclaimed;
spinlock_t sr_lock;
struct list_head events;
struct mutex events_lock;
struct work_struct work;
};
aws: ✅struct vmpressure {
long unsigned int scanned;
long unsigned int reclaimed;
long unsigned int tree_scanned;
long unsigned int tree_reclaimed;
spinlock_t sr_lock;
struct list_head events;
struct mutex events_lock;
struct work_struct work;
};
azure: ✅struct vmpressure {
long unsigned int scanned;
long unsigned int reclaimed;
long unsigned int tree_scanned;
long unsigned int tree_reclaimed;
spinlock_t sr_lock;
struct list_head events;
struct mutex events_lock;
struct work_struct work;
};
gcp: ✅struct vmpressure {
long unsigned int scanned;
long unsigned int reclaimed;
long unsigned int tree_scanned;
long unsigned int tree_reclaimed;
spinlock_t sr_lock;
struct list_head events;
struct mutex events_lock;
struct work_struct work;
};
lowlatency: ✅struct vmpressure {
long unsigned int scanned;
long unsigned int reclaimed;
long unsigned int tree_scanned;
long unsigned int tree_reclaimed;
spinlock_t sr_lock;
struct list_head events;
struct mutex events_lock;
struct work_struct work;
};
Regular
4.4 and 4.8 ⚠️long unsigned int tree_scanned
long unsigned int tree_reclaimed
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 spinlock sr_lock ➡️ spinlock_t sr_lock
5.3 and 5.4 ✅
5.4 and 5.8 ✅
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 arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅