mnt_namespaceRegular
4.4: ✅struct mnt_namespace {
atomic_t count;
struct ns_common ns;
struct mount *root;
struct list_head list;
struct user_namespace *user_ns;
u64 seq;
wait_queue_head_t poll;
u64 event;
};
4.8: ✅struct mnt_namespace {
atomic_t count;
struct ns_common ns;
struct mount *root;
struct list_head list;
struct user_namespace *user_ns;
u64 seq;
wait_queue_head_t poll;
u64 event;
};
4.10: ✅struct mnt_namespace {
atomic_t count;
struct ns_common ns;
struct mount *root;
struct list_head list;
struct user_namespace *user_ns;
struct ucounts *ucounts;
u64 seq;
wait_queue_head_t poll;
u64 event;
unsigned int mounts;
unsigned int pending_mounts;
};
4.13: ✅struct mnt_namespace {
atomic_t count;
struct ns_common ns;
struct mount *root;
struct list_head list;
struct user_namespace *user_ns;
struct ucounts *ucounts;
u64 seq;
wait_queue_head_t poll;
u64 event;
unsigned int mounts;
unsigned int pending_mounts;
};
4.15: ✅struct mnt_namespace {
atomic_t count;
struct ns_common ns;
struct mount *root;
struct list_head list;
struct user_namespace *user_ns;
struct ucounts *ucounts;
u64 seq;
wait_queue_head_t poll;
u64 event;
unsigned int mounts;
unsigned int pending_mounts;
};
4.18: ✅struct mnt_namespace {
atomic_t count;
struct ns_common ns;
struct mount *root;
struct list_head list;
struct user_namespace *user_ns;
struct ucounts *ucounts;
u64 seq;
wait_queue_head_t poll;
u64 event;
unsigned int mounts;
unsigned int pending_mounts;
};
5.0: ✅struct mnt_namespace {
atomic_t count;
struct ns_common ns;
struct mount *root;
struct list_head list;
struct user_namespace *user_ns;
struct ucounts *ucounts;
u64 seq;
wait_queue_head_t poll;
u64 event;
unsigned int mounts;
unsigned int pending_mounts;
};
5.3: ✅struct mnt_namespace {
atomic_t count;
struct ns_common ns;
struct mount *root;
struct list_head list;
struct user_namespace *user_ns;
struct ucounts *ucounts;
u64 seq;
wait_queue_head_t poll;
u64 event;
unsigned int mounts;
unsigned int pending_mounts;
};
5.4: ✅struct mnt_namespace {
atomic_t count;
struct ns_common ns;
struct mount *root;
struct list_head list;
struct user_namespace *user_ns;
struct ucounts *ucounts;
u64 seq;
wait_queue_head_t poll;
u64 event;
unsigned int mounts;
unsigned int pending_mounts;
};
5.8: ✅struct mnt_namespace {
atomic_t count;
struct ns_common ns;
struct mount *root;
struct list_head list;
spinlock_t ns_lock;
struct user_namespace *user_ns;
struct ucounts *ucounts;
u64 seq;
wait_queue_head_t poll;
u64 event;
unsigned int mounts;
unsigned int pending_mounts;
};
5.11: ✅struct mnt_namespace {
struct ns_common ns;
struct mount *root;
struct list_head list;
spinlock_t ns_lock;
struct user_namespace *user_ns;
struct ucounts *ucounts;
u64 seq;
wait_queue_head_t poll;
u64 event;
unsigned int mounts;
unsigned int pending_mounts;
};
5.13: ✅struct mnt_namespace {
struct ns_common ns;
struct mount *root;
struct list_head list;
spinlock_t ns_lock;
struct user_namespace *user_ns;
struct ucounts *ucounts;
u64 seq;
wait_queue_head_t poll;
u64 event;
unsigned int mounts;
unsigned int pending_mounts;
};
5.15: ✅struct mnt_namespace {
struct ns_common ns;
struct mount *root;
struct list_head list;
spinlock_t ns_lock;
struct user_namespace *user_ns;
struct ucounts *ucounts;
u64 seq;
wait_queue_head_t poll;
u64 event;
unsigned int mounts;
unsigned int pending_mounts;
};
5.19: ✅struct mnt_namespace {
struct ns_common ns;
struct mount *root;
struct list_head list;
spinlock_t ns_lock;
struct user_namespace *user_ns;
struct ucounts *ucounts;
u64 seq;
wait_queue_head_t poll;
u64 event;
unsigned int mounts;
unsigned int pending_mounts;
};
6.2: ✅struct mnt_namespace {
struct ns_common ns;
struct mount *root;
struct list_head list;
spinlock_t ns_lock;
struct user_namespace *user_ns;
struct ucounts *ucounts;
u64 seq;
wait_queue_head_t poll;
u64 event;
unsigned int mounts;
unsigned int pending_mounts;
};
6.5: ✅struct mnt_namespace {
struct ns_common ns;
struct mount *root;
struct list_head list;
spinlock_t ns_lock;
struct user_namespace *user_ns;
struct ucounts *ucounts;
u64 seq;
wait_queue_head_t poll;
u64 event;
unsigned int mounts;
unsigned int pending_mounts;
};
6.8: ✅struct mnt_namespace {
struct ns_common ns;
struct mount *root;
struct rb_root mounts;
struct user_namespace *user_ns;
struct ucounts *ucounts;
u64 seq;
wait_queue_head_t poll;
u64 event;
unsigned int nr_mounts;
unsigned int pending_mounts;
};
arm64: ✅struct mnt_namespace {
atomic_t count;
struct ns_common ns;
struct mount *root;
struct list_head list;
struct user_namespace *user_ns;
struct ucounts *ucounts;
u64 seq;
wait_queue_head_t poll;
u64 event;
unsigned int mounts;
unsigned int pending_mounts;
};
armhf: ✅struct mnt_namespace {
atomic_t count;
struct ns_common ns;
struct mount *root;
struct list_head list;
struct user_namespace *user_ns;
struct ucounts *ucounts;
u64 seq;
wait_queue_head_t poll;
u64 event;
unsigned int mounts;
unsigned int pending_mounts;
};
ppc64el: ✅struct mnt_namespace {
atomic_t count;
struct ns_common ns;
struct mount *root;
struct list_head list;
struct user_namespace *user_ns;
struct ucounts *ucounts;
u64 seq;
wait_queue_head_t poll;
u64 event;
unsigned int mounts;
unsigned int pending_mounts;
};
riscv64: ✅struct mnt_namespace {
atomic_t count;
struct ns_common ns;
struct mount *root;
struct list_head list;
struct user_namespace *user_ns;
struct ucounts *ucounts;
u64 seq;
wait_queue_head_t poll;
u64 event;
unsigned int mounts;
unsigned int pending_mounts;
};
aws: ✅struct mnt_namespace {
atomic_t count;
struct ns_common ns;
struct mount *root;
struct list_head list;
struct user_namespace *user_ns;
struct ucounts *ucounts;
u64 seq;
wait_queue_head_t poll;
u64 event;
unsigned int mounts;
unsigned int pending_mounts;
};
azure: ✅struct mnt_namespace {
atomic_t count;
struct ns_common ns;
struct mount *root;
struct list_head list;
struct user_namespace *user_ns;
struct ucounts *ucounts;
u64 seq;
wait_queue_head_t poll;
u64 event;
unsigned int mounts;
unsigned int pending_mounts;
};
gcp: ✅struct mnt_namespace {
atomic_t count;
struct ns_common ns;
struct mount *root;
struct list_head list;
struct user_namespace *user_ns;
struct ucounts *ucounts;
u64 seq;
wait_queue_head_t poll;
u64 event;
unsigned int mounts;
unsigned int pending_mounts;
};
lowlatency: ✅struct mnt_namespace {
atomic_t count;
struct ns_common ns;
struct mount *root;
struct list_head list;
struct user_namespace *user_ns;
struct ucounts *ucounts;
u64 seq;
wait_queue_head_t poll;
u64 event;
unsigned int mounts;
unsigned int pending_mounts;
};
Regular
4.4 and 4.8 ✅
4.8 and 4.10 ⚠️struct ucounts *ucounts
unsigned int mounts
unsigned int pending_mounts
4.10 and 4.13 ✅
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 ✅
5.4 and 5.8 ⚠️spinlock_t ns_lock
5.8 and 5.11 ⚠️atomic_t count
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 ⚠️unsigned int nr_mounts
struct list_head list
spinlock_t ns_lock
unsigned int mounts ➡️ struct rb_root mounts
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅