rdma_restrack_entryRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: Absent ⚠️
4.18: ✅struct rdma_restrack_entry {
bool valid;
struct kref kref;
struct completion comp;
struct task_struct *task;
const char *kern_name;
struct hlist_node node;
enum rdma_restrack_type type;
};
5.0: ✅struct rdma_restrack_entry {
bool valid;
struct kref kref;
struct completion comp;
struct task_struct *task;
const char *kern_name;
struct hlist_node node;
enum rdma_restrack_type type;
bool user;
};
5.3: ✅struct rdma_restrack_entry {
bool valid;
struct kref kref;
struct completion comp;
struct task_struct *task;
const char *kern_name;
enum rdma_restrack_type type;
bool user;
u32 id;
};
5.4: ✅struct rdma_restrack_entry {
bool valid;
struct kref kref;
struct completion comp;
struct task_struct *task;
const char *kern_name;
enum rdma_restrack_type type;
bool user;
u32 id;
};
5.8: ✅struct rdma_restrack_entry {
bool valid;
struct kref kref;
struct completion comp;
struct task_struct *task;
const char *kern_name;
enum rdma_restrack_type type;
bool user;
u32 id;
};
5.11: ✅struct rdma_restrack_entry {
bool valid;
u8 no_track;
struct kref kref;
struct completion comp;
struct task_struct *task;
const char *kern_name;
enum rdma_restrack_type type;
bool user;
u32 id;
};
5.13: ✅struct rdma_restrack_entry {
bool valid;
u8 no_track;
struct kref kref;
struct completion comp;
struct task_struct *task;
const char *kern_name;
enum rdma_restrack_type type;
bool user;
u32 id;
};
5.15: ✅struct rdma_restrack_entry {
bool valid;
u8 no_track;
struct kref kref;
struct completion comp;
struct task_struct *task;
const char *kern_name;
enum rdma_restrack_type type;
bool user;
u32 id;
};
5.19: ✅struct rdma_restrack_entry {
bool valid;
u8 no_track;
struct kref kref;
struct completion comp;
struct task_struct *task;
const char *kern_name;
enum rdma_restrack_type type;
bool user;
u32 id;
};
6.2: ✅struct rdma_restrack_entry {
bool valid;
u8 no_track;
struct kref kref;
struct completion comp;
struct task_struct *task;
const char *kern_name;
enum rdma_restrack_type type;
bool user;
u32 id;
};
6.5: ✅struct rdma_restrack_entry {
bool valid;
u8 no_track;
struct kref kref;
struct completion comp;
struct task_struct *task;
const char *kern_name;
enum rdma_restrack_type type;
bool user;
u32 id;
};
6.8: ✅struct rdma_restrack_entry {
bool valid;
u8 no_track;
struct kref kref;
struct completion comp;
struct task_struct *task;
const char *kern_name;
enum rdma_restrack_type type;
bool user;
u32 id;
};
arm64: ✅struct rdma_restrack_entry {
bool valid;
struct kref kref;
struct completion comp;
struct task_struct *task;
const char *kern_name;
enum rdma_restrack_type type;
bool user;
u32 id;
};
armhf: ✅struct rdma_restrack_entry {
bool valid;
struct kref kref;
struct completion comp;
struct task_struct *task;
const char *kern_name;
enum rdma_restrack_type type;
bool user;
u32 id;
};
ppc64el: ✅struct rdma_restrack_entry {
bool valid;
struct kref kref;
struct completion comp;
struct task_struct *task;
const char *kern_name;
enum rdma_restrack_type type;
bool user;
u32 id;
};
riscv64: ✅struct rdma_restrack_entry {
bool valid;
struct kref kref;
struct completion comp;
struct task_struct *task;
const char *kern_name;
enum rdma_restrack_type type;
bool user;
u32 id;
};
aws: ✅struct rdma_restrack_entry {
bool valid;
struct kref kref;
struct completion comp;
struct task_struct *task;
const char *kern_name;
enum rdma_restrack_type type;
bool user;
u32 id;
};
azure: ✅struct rdma_restrack_entry {
bool valid;
struct kref kref;
struct completion comp;
struct task_struct *task;
const char *kern_name;
enum rdma_restrack_type type;
bool user;
u32 id;
};
gcp: ✅struct rdma_restrack_entry {
bool valid;
struct kref kref;
struct completion comp;
struct task_struct *task;
const char *kern_name;
enum rdma_restrack_type type;
bool user;
u32 id;
};
lowlatency: ✅struct rdma_restrack_entry {
bool valid;
struct kref kref;
struct completion comp;
struct task_struct *task;
const char *kern_name;
enum rdma_restrack_type type;
bool user;
u32 id;
};
Regular
4.18 and 5.0 ⚠️bool user
5.0 and 5.3 ⚠️u32 id
struct hlist_node node
5.3 and 5.4 ✅
5.4 and 5.8 ✅
5.8 and 5.11 ⚠️u8 no_track
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 ✅