devlink_health_reporter_opsRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: Absent ⚠️
4.18: Absent ⚠️
5.0: Absent ⚠️
5.3: ✅struct devlink_health_reporter_ops {
char *name;
int (*recover)(struct devlink_health_reporter *, void *);
int (*dump)(struct devlink_health_reporter *, struct devlink_fmsg *, void *);
int (*diagnose)(struct devlink_health_reporter *, struct devlink_fmsg *);
};
5.4: ✅struct devlink_health_reporter_ops {
char *name;
int (*recover)(struct devlink_health_reporter *, void *);
int (*dump)(struct devlink_health_reporter *, struct devlink_fmsg *, void *);
int (*diagnose)(struct devlink_health_reporter *, struct devlink_fmsg *);
};
5.8: ✅struct devlink_health_reporter_ops {
char *name;
int (*recover)(struct devlink_health_reporter *, void *, struct netlink_ext_ack *);
int (*dump)(struct devlink_health_reporter *, struct devlink_fmsg *, void *, struct netlink_ext_ack *);
int (*diagnose)(struct devlink_health_reporter *, struct devlink_fmsg *, struct netlink_ext_ack *);
};
5.11: ✅struct devlink_health_reporter_ops {
char *name;
int (*recover)(struct devlink_health_reporter *, void *, struct netlink_ext_ack *);
int (*dump)(struct devlink_health_reporter *, struct devlink_fmsg *, void *, struct netlink_ext_ack *);
int (*diagnose)(struct devlink_health_reporter *, struct devlink_fmsg *, struct netlink_ext_ack *);
int (*test)(struct devlink_health_reporter *, struct netlink_ext_ack *);
};
5.13: ✅struct devlink_health_reporter_ops {
char *name;
int (*recover)(struct devlink_health_reporter *, void *, struct netlink_ext_ack *);
int (*dump)(struct devlink_health_reporter *, struct devlink_fmsg *, void *, struct netlink_ext_ack *);
int (*diagnose)(struct devlink_health_reporter *, struct devlink_fmsg *, struct netlink_ext_ack *);
int (*test)(struct devlink_health_reporter *, struct netlink_ext_ack *);
};
5.15: ✅struct devlink_health_reporter_ops {
char *name;
int (*recover)(struct devlink_health_reporter *, void *, struct netlink_ext_ack *);
int (*dump)(struct devlink_health_reporter *, struct devlink_fmsg *, void *, struct netlink_ext_ack *);
int (*diagnose)(struct devlink_health_reporter *, struct devlink_fmsg *, struct netlink_ext_ack *);
int (*test)(struct devlink_health_reporter *, struct netlink_ext_ack *);
};
5.19: ✅struct devlink_health_reporter_ops {
char *name;
int (*recover)(struct devlink_health_reporter *, void *, struct netlink_ext_ack *);
int (*dump)(struct devlink_health_reporter *, struct devlink_fmsg *, void *, struct netlink_ext_ack *);
int (*diagnose)(struct devlink_health_reporter *, struct devlink_fmsg *, struct netlink_ext_ack *);
int (*test)(struct devlink_health_reporter *, struct netlink_ext_ack *);
};
6.2: ✅struct devlink_health_reporter_ops {
char *name;
int (*recover)(struct devlink_health_reporter *, void *, struct netlink_ext_ack *);
int (*dump)(struct devlink_health_reporter *, struct devlink_fmsg *, void *, struct netlink_ext_ack *);
int (*diagnose)(struct devlink_health_reporter *, struct devlink_fmsg *, struct netlink_ext_ack *);
int (*test)(struct devlink_health_reporter *, struct netlink_ext_ack *);
};
6.5: ✅struct devlink_health_reporter_ops {
char *name;
int (*recover)(struct devlink_health_reporter *, void *, struct netlink_ext_ack *);
int (*dump)(struct devlink_health_reporter *, struct devlink_fmsg *, void *, struct netlink_ext_ack *);
int (*diagnose)(struct devlink_health_reporter *, struct devlink_fmsg *, struct netlink_ext_ack *);
int (*test)(struct devlink_health_reporter *, struct netlink_ext_ack *);
};
6.8: ✅struct devlink_health_reporter_ops {
char *name;
int (*recover)(struct devlink_health_reporter *, void *, struct netlink_ext_ack *);
int (*dump)(struct devlink_health_reporter *, struct devlink_fmsg *, void *, struct netlink_ext_ack *);
int (*diagnose)(struct devlink_health_reporter *, struct devlink_fmsg *, struct netlink_ext_ack *);
int (*test)(struct devlink_health_reporter *, struct netlink_ext_ack *);
};
arm64: ✅struct devlink_health_reporter_ops {
char *name;
int (*recover)(struct devlink_health_reporter *, void *);
int (*dump)(struct devlink_health_reporter *, struct devlink_fmsg *, void *);
int (*diagnose)(struct devlink_health_reporter *, struct devlink_fmsg *);
};
armhf: ✅struct devlink_health_reporter_ops {
char *name;
int (*recover)(struct devlink_health_reporter *, void *);
int (*dump)(struct devlink_health_reporter *, struct devlink_fmsg *, void *);
int (*diagnose)(struct devlink_health_reporter *, struct devlink_fmsg *);
};
ppc64el: ✅struct devlink_health_reporter_ops {
char *name;
int (*recover)(struct devlink_health_reporter *, void *);
int (*dump)(struct devlink_health_reporter *, struct devlink_fmsg *, void *);
int (*diagnose)(struct devlink_health_reporter *, struct devlink_fmsg *);
};
riscv64: ✅struct devlink_health_reporter_ops {
char *name;
int (*recover)(struct devlink_health_reporter *, void *);
int (*dump)(struct devlink_health_reporter *, struct devlink_fmsg *, void *);
int (*diagnose)(struct devlink_health_reporter *, struct devlink_fmsg *);
};
aws: ✅struct devlink_health_reporter_ops {
char *name;
int (*recover)(struct devlink_health_reporter *, void *);
int (*dump)(struct devlink_health_reporter *, struct devlink_fmsg *, void *);
int (*diagnose)(struct devlink_health_reporter *, struct devlink_fmsg *);
};
azure: ✅struct devlink_health_reporter_ops {
char *name;
int (*recover)(struct devlink_health_reporter *, void *);
int (*dump)(struct devlink_health_reporter *, struct devlink_fmsg *, void *);
int (*diagnose)(struct devlink_health_reporter *, struct devlink_fmsg *);
};
gcp: ✅struct devlink_health_reporter_ops {
char *name;
int (*recover)(struct devlink_health_reporter *, void *);
int (*dump)(struct devlink_health_reporter *, struct devlink_fmsg *, void *);
int (*diagnose)(struct devlink_health_reporter *, struct devlink_fmsg *);
};
lowlatency: ✅struct devlink_health_reporter_ops {
char *name;
int (*recover)(struct devlink_health_reporter *, void *);
int (*dump)(struct devlink_health_reporter *, struct devlink_fmsg *, void *);
int (*diagnose)(struct devlink_health_reporter *, struct devlink_fmsg *);
};
Regular
5.3 and 5.4 ✅
5.4 and 5.8 ⚠️int (*recover)(struct devlink_health_reporter *, void *) ➡️ int (*recover)(struct devlink_health_reporter *, void *, struct netlink_ext_ack *)
int (*dump)(struct devlink_health_reporter *, struct devlink_fmsg *, void *) ➡️ int (*dump)(struct devlink_health_reporter *, struct devlink_fmsg *, void *, struct netlink_ext_ack *)
int (*diagnose)(struct devlink_health_reporter *, struct devlink_fmsg *) ➡️ int (*diagnose)(struct devlink_health_reporter *, struct devlink_fmsg *, struct netlink_ext_ack *)
5.8 and 5.11 ⚠️int (*test)(struct devlink_health_reporter *, struct netlink_ext_ack *)
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 ✅