rcu_segcblistRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: ✅struct rcu_segcblist {
struct callback_head *head;
struct callback_head ** tails[4];
long unsigned int gp_seq[4];
long int len;
long int len_lazy;
};
4.15: ✅struct rcu_segcblist {
struct callback_head *head;
struct callback_head ** tails[4];
long unsigned int gp_seq[4];
long int len;
long int len_lazy;
};
4.18: ✅struct rcu_segcblist {
struct callback_head *head;
struct callback_head ** tails[4];
long unsigned int gp_seq[4];
long int len;
long int len_lazy;
};
5.0: ✅struct rcu_segcblist {
struct callback_head *head;
struct callback_head ** tails[4];
long unsigned int gp_seq[4];
long int len;
long int len_lazy;
};
5.3: ✅struct rcu_segcblist {
struct callback_head *head;
struct callback_head ** tails[4];
long unsigned int gp_seq[4];
long int len;
long int len_lazy;
};
5.4: ✅struct rcu_segcblist {
struct callback_head *head;
struct callback_head ** tails[4];
long unsigned int gp_seq[4];
long int len;
long int len_lazy;
u8 enabled;
u8 offloaded;
};
5.8: ✅struct rcu_segcblist {
struct callback_head *head;
struct callback_head ** tails[4];
long unsigned int gp_seq[4];
long int len;
u8 enabled;
u8 offloaded;
};
5.11: ✅struct rcu_segcblist {
struct callback_head *head;
struct callback_head ** tails[4];
long unsigned int gp_seq[4];
long int len;
u8 enabled;
u8 offloaded;
};
5.13: ✅struct rcu_segcblist {
struct callback_head *head;
struct callback_head ** tails[4];
long unsigned int gp_seq[4];
long int len;
long int seglen[4];
u8 flags;
};
5.15: ✅struct rcu_segcblist {
struct callback_head *head;
struct callback_head ** tails[4];
long unsigned int gp_seq[4];
long int len;
long int seglen[4];
u8 flags;
};
5.19: ✅struct rcu_segcblist {
struct callback_head *head;
struct callback_head ** tails[4];
long unsigned int gp_seq[4];
long int len;
long int seglen[4];
u8 flags;
};
6.2: ✅struct rcu_segcblist {
struct callback_head *head;
struct callback_head ** tails[4];
long unsigned int gp_seq[4];
long int len;
long int seglen[4];
u8 flags;
};
6.5: ✅struct rcu_segcblist {
struct callback_head *head;
struct callback_head ** tails[4];
long unsigned int gp_seq[4];
long int len;
long int seglen[4];
u8 flags;
};
6.8: ✅struct rcu_segcblist {
struct callback_head *head;
struct callback_head ** tails[4];
long unsigned int gp_seq[4];
atomic_long_t len;
long int seglen[4];
u8 flags;
};
arm64: ✅struct rcu_segcblist {
struct callback_head *head;
struct callback_head ** tails[4];
long unsigned int gp_seq[4];
long int len;
long int len_lazy;
u8 enabled;
u8 offloaded;
};
armhf: ✅struct rcu_segcblist {
struct callback_head *head;
struct callback_head ** tails[4];
long unsigned int gp_seq[4];
long int len;
long int len_lazy;
u8 enabled;
u8 offloaded;
};
ppc64el: ✅struct rcu_segcblist {
struct callback_head *head;
struct callback_head ** tails[4];
long unsigned int gp_seq[4];
long int len;
long int len_lazy;
u8 enabled;
u8 offloaded;
};
riscv64: ✅struct rcu_segcblist {
struct callback_head *head;
struct callback_head ** tails[4];
long unsigned int gp_seq[4];
long int len;
long int len_lazy;
u8 enabled;
u8 offloaded;
};
aws: ✅struct rcu_segcblist {
struct callback_head *head;
struct callback_head ** tails[4];
long unsigned int gp_seq[4];
long int len;
long int len_lazy;
u8 enabled;
u8 offloaded;
};
azure: ✅struct rcu_segcblist {
struct callback_head *head;
struct callback_head ** tails[4];
long unsigned int gp_seq[4];
atomic_long_t len;
long int len_lazy;
u8 enabled;
u8 offloaded;
};
gcp: ✅struct rcu_segcblist {
struct callback_head *head;
struct callback_head ** tails[4];
long unsigned int gp_seq[4];
long int len;
long int len_lazy;
u8 enabled;
u8 offloaded;
};
lowlatency: ✅struct rcu_segcblist {
struct callback_head *head;
struct callback_head ** tails[4];
long unsigned int gp_seq[4];
long int len;
long int len_lazy;
u8 enabled;
u8 offloaded;
};
Regular
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 ⚠️u8 enabled
u8 offloaded
5.4 and 5.8 ⚠️long int len_lazy
5.8 and 5.11 ✅
5.11 and 5.13 ⚠️long int seglen[4]
u8 flags
u8 enabled
u8 offloaded
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 ⚠️long int len ➡️ atomic_long_t len
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and azure ⚠️long int len ➡️ atomic_long_t len
generic and gcp ✅
generic and lowlatency ✅