pidRegular
4.4: ✅struct pid {
atomic_t count;
unsigned int level;
struct hlist_head tasks[3];
struct callback_head rcu;
struct upid numbers[1];
};
4.8: ✅struct pid {
atomic_t count;
unsigned int level;
struct hlist_head tasks[3];
struct callback_head rcu;
struct upid numbers[1];
};
4.10: ✅struct pid {
atomic_t count;
unsigned int level;
struct hlist_head tasks[3];
struct callback_head rcu;
struct upid numbers[1];
};
4.13: ✅struct pid {
atomic_t count;
unsigned int level;
struct hlist_head tasks[3];
struct callback_head rcu;
struct upid numbers[1];
};
4.15: ✅struct pid {
atomic_t count;
unsigned int level;
struct hlist_head tasks[3];
struct callback_head rcu;
struct upid numbers[1];
};
4.18: ✅struct pid {
atomic_t count;
unsigned int level;
struct hlist_head tasks[3];
struct callback_head rcu;
struct upid numbers[1];
};
5.0: ✅struct pid {
atomic_t count;
unsigned int level;
struct hlist_head tasks[4];
struct callback_head rcu;
struct upid numbers[1];
};
5.3: ✅struct pid {
refcount_t count;
unsigned int level;
struct hlist_head tasks[4];
wait_queue_head_t wait_pidfd;
struct callback_head rcu;
struct upid numbers[1];
};
5.4: ✅struct pid {
refcount_t count;
unsigned int level;
struct hlist_head tasks[4];
wait_queue_head_t wait_pidfd;
struct callback_head rcu;
struct upid numbers[1];
};
5.8: ✅struct pid {
refcount_t count;
unsigned int level;
spinlock_t lock;
struct hlist_head tasks[4];
struct hlist_head inodes;
wait_queue_head_t wait_pidfd;
struct callback_head rcu;
struct upid numbers[1];
};
5.11: ✅struct pid {
refcount_t count;
unsigned int level;
spinlock_t lock;
struct hlist_head tasks[4];
struct hlist_head inodes;
wait_queue_head_t wait_pidfd;
struct callback_head rcu;
struct upid numbers[1];
};
5.13: ✅struct pid {
refcount_t count;
unsigned int level;
spinlock_t lock;
struct hlist_head tasks[4];
struct hlist_head inodes;
wait_queue_head_t wait_pidfd;
struct callback_head rcu;
struct upid numbers[1];
};
5.15: ✅struct pid {
refcount_t count;
unsigned int level;
spinlock_t lock;
struct hlist_head tasks[4];
struct hlist_head inodes;
wait_queue_head_t wait_pidfd;
struct callback_head rcu;
struct upid numbers[1];
};
5.19: ✅struct pid {
refcount_t count;
unsigned int level;
spinlock_t lock;
struct hlist_head tasks[4];
struct hlist_head inodes;
wait_queue_head_t wait_pidfd;
struct callback_head rcu;
struct upid numbers[1];
};
6.2: ✅struct pid {
refcount_t count;
unsigned int level;
spinlock_t lock;
struct hlist_head tasks[4];
struct hlist_head inodes;
wait_queue_head_t wait_pidfd;
struct callback_head rcu;
struct upid numbers[1];
};
6.5: ✅struct pid {
refcount_t count;
unsigned int level;
spinlock_t lock;
struct hlist_head tasks[4];
struct hlist_head inodes;
wait_queue_head_t wait_pidfd;
struct callback_head rcu;
struct upid numbers[0];
};
6.8: ✅struct pid {
refcount_t count;
unsigned int level;
spinlock_t lock;
struct hlist_head tasks[4];
struct hlist_head inodes;
wait_queue_head_t wait_pidfd;
struct callback_head rcu;
struct upid numbers[0];
};
arm64: ✅struct pid {
refcount_t count;
unsigned int level;
struct hlist_head tasks[4];
wait_queue_head_t wait_pidfd;
struct callback_head rcu;
struct upid numbers[1];
};
armhf: ✅struct pid {
refcount_t count;
unsigned int level;
struct hlist_head tasks[4];
wait_queue_head_t wait_pidfd;
struct callback_head rcu;
struct upid numbers[1];
};
ppc64el: ✅struct pid {
refcount_t count;
unsigned int level;
struct hlist_head tasks[4];
wait_queue_head_t wait_pidfd;
struct callback_head rcu;
struct upid numbers[1];
};
riscv64: ✅struct pid {
refcount_t count;
unsigned int level;
struct hlist_head tasks[4];
wait_queue_head_t wait_pidfd;
struct callback_head rcu;
struct upid numbers[1];
};
aws: ✅struct pid {
refcount_t count;
unsigned int level;
struct hlist_head tasks[4];
wait_queue_head_t wait_pidfd;
struct callback_head rcu;
struct upid numbers[1];
};
azure: ✅struct pid {
refcount_t count;
unsigned int level;
struct hlist_head tasks[4];
wait_queue_head_t wait_pidfd;
struct callback_head rcu;
struct upid numbers[1];
};
gcp: ✅struct pid {
refcount_t count;
unsigned int level;
struct hlist_head tasks[4];
wait_queue_head_t wait_pidfd;
struct callback_head rcu;
struct upid numbers[1];
};
lowlatency: ✅struct pid {
refcount_t count;
unsigned int level;
struct hlist_head tasks[4];
wait_queue_head_t wait_pidfd;
struct callback_head rcu;
struct upid numbers[1];
};
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 ⚠️struct hlist_head tasks[3] ➡️ struct hlist_head tasks[4]
5.0 and 5.3 ⚠️wait_queue_head_t wait_pidfd
atomic_t count ➡️ refcount_t count
5.3 and 5.4 ✅
5.4 and 5.8 ⚠️spinlock_t lock
struct hlist_head inodes
5.8 and 5.11 ✅
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 ⚠️struct upid numbers[1] ➡️ struct upid numbers[0]
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 ✅