disk_part_tblRegular
4.4: ✅struct disk_part_tbl {
struct callback_head callback_head;
int len;
struct hd_struct *last_lookup;
struct hd_struct * part[0];
};
4.8: ✅struct disk_part_tbl {
struct callback_head callback_head;
int len;
struct hd_struct *last_lookup;
struct hd_struct * part[0];
};
4.10: ✅struct disk_part_tbl {
struct callback_head callback_head;
int len;
struct hd_struct *last_lookup;
struct hd_struct * part[0];
};
4.13: ✅struct disk_part_tbl {
struct callback_head callback_head;
int len;
struct hd_struct *last_lookup;
struct hd_struct * part[0];
};
4.15: ✅struct disk_part_tbl {
struct callback_head callback_head;
int len;
struct hd_struct *last_lookup;
struct hd_struct * part[0];
};
4.18: ✅struct disk_part_tbl {
struct callback_head callback_head;
int len;
struct hd_struct *last_lookup;
struct hd_struct * part[0];
};
5.0: ✅struct disk_part_tbl {
struct callback_head callback_head;
int len;
struct hd_struct *last_lookup;
struct hd_struct * part[0];
};
5.3: ✅struct disk_part_tbl {
struct callback_head callback_head;
int len;
struct hd_struct *last_lookup;
struct hd_struct * part[0];
};
5.4: ✅struct disk_part_tbl {
struct callback_head callback_head;
int len;
struct hd_struct *last_lookup;
struct hd_struct * part[0];
};
5.8: ✅struct disk_part_tbl {
struct callback_head callback_head;
int len;
struct hd_struct *last_lookup;
struct hd_struct * part[0];
};
5.11: ✅struct disk_part_tbl {
struct callback_head callback_head;
int len;
struct block_device *last_lookup;
struct block_device * part[0];
};
5.13: Absent ⚠️
5.15: Absent ⚠️
5.19: Absent ⚠️
6.2: Absent ⚠️
6.5: Absent ⚠️
6.8: Absent ⚠️
arm64: ✅struct disk_part_tbl {
struct callback_head callback_head;
int len;
struct hd_struct *last_lookup;
struct hd_struct * part[0];
};
armhf: ✅struct disk_part_tbl {
struct callback_head callback_head;
int len;
struct hd_struct *last_lookup;
struct hd_struct * part[0];
};
ppc64el: ✅struct disk_part_tbl {
struct callback_head callback_head;
int len;
struct hd_struct *last_lookup;
struct hd_struct * part[0];
};
riscv64: ✅struct disk_part_tbl {
struct callback_head callback_head;
int len;
struct hd_struct *last_lookup;
struct hd_struct * part[0];
};
aws: ✅struct disk_part_tbl {
struct callback_head callback_head;
int len;
struct hd_struct *last_lookup;
struct hd_struct * part[0];
};
azure: ✅struct disk_part_tbl {
struct callback_head callback_head;
int len;
struct hd_struct *last_lookup;
struct hd_struct * part[0];
};
gcp: ✅struct disk_part_tbl {
struct callback_head callback_head;
int len;
struct hd_struct *last_lookup;
struct hd_struct * part[0];
};
lowlatency: ✅struct disk_part_tbl {
struct callback_head callback_head;
int len;
struct hd_struct *last_lookup;
struct hd_struct * part[0];
};
Regular
4.4 and 4.8 ✅
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 ✅
5.3 and 5.4 ✅
5.4 and 5.8 ✅
5.8 and 5.11 ⚠️struct hd_struct *last_lookup ➡️ struct block_device *last_lookup
struct hd_struct * part[0] ➡️ struct block_device * part[0]
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅