ghes_edac_pvtRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: ✅struct ghes_edac_pvt {
struct list_head list;
struct ghes *ghes;
struct mem_ctl_info *mci;
char detail_location[240];
char other_detail[160];
char msg[80];
};
4.18: ✅struct ghes_edac_pvt {
struct list_head list;
struct ghes *ghes;
struct mem_ctl_info *mci;
char detail_location[240];
char other_detail[160];
char msg[80];
};
5.0: ✅struct ghes_edac_pvt {
struct list_head list;
struct ghes *ghes;
struct mem_ctl_info *mci;
char detail_location[240];
char other_detail[160];
char msg[80];
};
5.3: ✅struct ghes_edac_pvt {
struct list_head list;
struct ghes *ghes;
struct mem_ctl_info *mci;
char detail_location[240];
char other_detail[160];
char msg[80];
};
5.4: ✅struct ghes_edac_pvt {
struct list_head list;
struct ghes *ghes;
struct mem_ctl_info *mci;
char detail_location[240];
char other_detail[160];
char msg[80];
};
5.8: ✅struct ghes_edac_pvt {
struct list_head list;
struct ghes *ghes;
struct mem_ctl_info *mci;
char other_detail[400];
char msg[80];
};
5.11: Absent ⚠️
5.13: Absent ⚠️
5.15: Absent ⚠️
5.19: Absent ⚠️
6.2: Absent ⚠️
6.5: Absent ⚠️
6.8: Absent ⚠️
arm64: ✅struct ghes_edac_pvt {
struct list_head list;
struct ghes *ghes;
struct mem_ctl_info *mci;
char detail_location[240];
char other_detail[160];
char msg[80];
};
armhf: Absent ⚠️
ppc64el: Absent ⚠️
riscv64: Absent ⚠️
aws: Absent ⚠️
azure: Absent ⚠️
gcp: ✅struct ghes_edac_pvt {
struct list_head list;
struct ghes *ghes;
struct mem_ctl_info *mci;
char detail_location[240];
char other_detail[160];
char msg[80];
};
lowlatency: ✅struct ghes_edac_pvt {
struct list_head list;
struct ghes *ghes;
struct mem_ctl_info *mci;
char detail_location[240];
char other_detail[160];
char msg[80];
};
Regular
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 ⚠️char detail_location[240]
char other_detail[160] ➡️ char other_detail[400]
amd64 and arm64 ✅
generic and gcp ✅
generic and lowlatency ✅