user_struct
Regular
4.4
: ✅struct user_struct {
atomic_t __count;
atomic_t processes;
atomic_t sigpending;
atomic_t inotify_watches;
atomic_t inotify_devs;
atomic_t fanotify_listeners;
atomic_long_t epoll_watches;
long unsigned int mq_bytes;
long unsigned int locked_shm;
long unsigned int unix_inflight;
atomic_long_t pipe_bufs;
struct key *uid_keyring;
struct key *session_keyring;
struct hlist_node uidhash_node;
kuid_t uid;
atomic_long_t locked_vm;
};
4.8
: ✅struct user_struct {
atomic_t __count;
atomic_t processes;
atomic_t sigpending;
atomic_t inotify_watches;
atomic_t inotify_devs;
atomic_t fanotify_listeners;
atomic_long_t epoll_watches;
long unsigned int mq_bytes;
long unsigned int locked_shm;
long unsigned int unix_inflight;
atomic_long_t pipe_bufs;
struct key *uid_keyring;
struct key *session_keyring;
struct hlist_node uidhash_node;
kuid_t uid;
atomic_long_t locked_vm;
};
4.10
: ✅struct user_struct {
atomic_t __count;
atomic_t processes;
atomic_t sigpending;
atomic_t inotify_watches;
atomic_t inotify_devs;
atomic_t fanotify_listeners;
atomic_long_t epoll_watches;
long unsigned int mq_bytes;
long unsigned int locked_shm;
long unsigned int unix_inflight;
atomic_long_t pipe_bufs;
struct key *uid_keyring;
struct key *session_keyring;
struct hlist_node uidhash_node;
kuid_t uid;
atomic_long_t locked_vm;
};
4.13
: ✅struct user_struct {
atomic_t __count;
atomic_t processes;
atomic_t sigpending;
atomic_t fanotify_listeners;
atomic_long_t epoll_watches;
long unsigned int mq_bytes;
long unsigned int locked_shm;
long unsigned int unix_inflight;
atomic_long_t pipe_bufs;
struct key *uid_keyring;
struct key *session_keyring;
struct hlist_node uidhash_node;
kuid_t uid;
atomic_long_t locked_vm;
};
4.15
: ✅struct user_struct {
atomic_t __count;
atomic_t processes;
atomic_t sigpending;
atomic_t fanotify_listeners;
atomic_long_t epoll_watches;
long unsigned int mq_bytes;
long unsigned int locked_shm;
long unsigned int unix_inflight;
atomic_long_t pipe_bufs;
struct key *uid_keyring;
struct key *session_keyring;
struct hlist_node uidhash_node;
kuid_t uid;
atomic_long_t locked_vm;
};
4.18
: ✅struct user_struct {
atomic_t __count;
atomic_t processes;
atomic_t sigpending;
atomic_t fanotify_listeners;
atomic_long_t epoll_watches;
long unsigned int mq_bytes;
long unsigned int locked_shm;
long unsigned int unix_inflight;
atomic_long_t pipe_bufs;
struct key *uid_keyring;
struct key *session_keyring;
struct hlist_node uidhash_node;
kuid_t uid;
atomic_long_t locked_vm;
struct ratelimit_state ratelimit;
};
5.0
: ✅struct user_struct {
refcount_t __count;
atomic_t processes;
atomic_t sigpending;
atomic_t fanotify_listeners;
atomic_long_t epoll_watches;
long unsigned int mq_bytes;
long unsigned int locked_shm;
long unsigned int unix_inflight;
atomic_long_t pipe_bufs;
struct key *uid_keyring;
struct key *session_keyring;
struct hlist_node uidhash_node;
kuid_t uid;
atomic_long_t locked_vm;
struct ratelimit_state ratelimit;
};
5.3
: ✅struct user_struct {
refcount_t __count;
atomic_t processes;
atomic_t sigpending;
atomic_t fanotify_listeners;
atomic_long_t epoll_watches;
long unsigned int mq_bytes;
long unsigned int locked_shm;
long unsigned int unix_inflight;
atomic_long_t pipe_bufs;
struct hlist_node uidhash_node;
kuid_t uid;
atomic_long_t locked_vm;
struct ratelimit_state ratelimit;
};
5.4
: ✅struct user_struct {
refcount_t __count;
atomic_t processes;
atomic_t sigpending;
atomic_t fanotify_listeners;
atomic_long_t epoll_watches;
long unsigned int mq_bytes;
long unsigned int locked_shm;
long unsigned int unix_inflight;
atomic_long_t pipe_bufs;
struct hlist_node uidhash_node;
kuid_t uid;
atomic_long_t locked_vm;
struct ratelimit_state ratelimit;
};
5.8
: ✅struct user_struct {
refcount_t __count;
atomic_t processes;
atomic_t sigpending;
atomic_t fanotify_listeners;
atomic_long_t epoll_watches;
long unsigned int mq_bytes;
long unsigned int locked_shm;
long unsigned int unix_inflight;
atomic_long_t pipe_bufs;
struct hlist_node uidhash_node;
kuid_t uid;
atomic_long_t locked_vm;
atomic_t nr_watches;
struct ratelimit_state ratelimit;
};
5.11
: ✅struct user_struct {
refcount_t __count;
atomic_t processes;
atomic_t sigpending;
atomic_t fanotify_listeners;
atomic_long_t epoll_watches;
long unsigned int mq_bytes;
long unsigned int locked_shm;
long unsigned int unix_inflight;
atomic_long_t pipe_bufs;
struct hlist_node uidhash_node;
kuid_t uid;
atomic_long_t locked_vm;
atomic_t nr_watches;
struct ratelimit_state ratelimit;
};
5.13
: ✅struct user_struct {
refcount_t __count;
atomic_t processes;
atomic_t sigpending;
atomic_long_t epoll_watches;
long unsigned int mq_bytes;
long unsigned int locked_shm;
long unsigned int unix_inflight;
atomic_long_t pipe_bufs;
struct hlist_node uidhash_node;
kuid_t uid;
atomic_long_t locked_vm;
atomic_t nr_watches;
struct ratelimit_state ratelimit;
};
5.15
: ✅struct user_struct {
refcount_t __count;
struct percpu_counter epoll_watches;
long unsigned int unix_inflight;
atomic_long_t pipe_bufs;
struct hlist_node uidhash_node;
kuid_t uid;
atomic_long_t locked_vm;
atomic_t nr_watches;
struct ratelimit_state ratelimit;
};
5.19
: ✅struct user_struct {
refcount_t __count;
struct percpu_counter epoll_watches;
long unsigned int unix_inflight;
atomic_long_t pipe_bufs;
struct hlist_node uidhash_node;
kuid_t uid;
atomic_long_t locked_vm;
atomic_t nr_watches;
struct ratelimit_state ratelimit;
};
6.2
: ✅struct user_struct {
refcount_t __count;
struct percpu_counter epoll_watches;
long unsigned int unix_inflight;
atomic_long_t pipe_bufs;
struct hlist_node uidhash_node;
kuid_t uid;
atomic_long_t locked_vm;
atomic_t nr_watches;
struct ratelimit_state ratelimit;
};
6.5
: ✅struct user_struct {
refcount_t __count;
struct percpu_counter epoll_watches;
long unsigned int unix_inflight;
atomic_long_t pipe_bufs;
struct hlist_node uidhash_node;
kuid_t uid;
atomic_long_t locked_vm;
atomic_t nr_watches;
struct ratelimit_state ratelimit;
};
6.8
: ✅struct user_struct {
refcount_t __count;
struct percpu_counter epoll_watches;
long unsigned int unix_inflight;
atomic_long_t pipe_bufs;
struct hlist_node uidhash_node;
kuid_t uid;
atomic_long_t locked_vm;
atomic_t nr_watches;
struct ratelimit_state ratelimit;
};
arm64
: ✅struct user_struct {
refcount_t __count;
atomic_t processes;
atomic_t sigpending;
atomic_t fanotify_listeners;
atomic_long_t epoll_watches;
long unsigned int mq_bytes;
long unsigned int locked_shm;
long unsigned int unix_inflight;
atomic_long_t pipe_bufs;
struct hlist_node uidhash_node;
kuid_t uid;
atomic_long_t locked_vm;
struct ratelimit_state ratelimit;
};
armhf
: ✅struct user_struct {
refcount_t __count;
atomic_t processes;
atomic_t sigpending;
atomic_t fanotify_listeners;
atomic_long_t epoll_watches;
long unsigned int mq_bytes;
long unsigned int locked_shm;
long unsigned int unix_inflight;
atomic_long_t pipe_bufs;
struct hlist_node uidhash_node;
kuid_t uid;
atomic_long_t locked_vm;
struct ratelimit_state ratelimit;
};
ppc64el
: ✅struct user_struct {
refcount_t __count;
atomic_t processes;
atomic_t sigpending;
atomic_t fanotify_listeners;
atomic_long_t epoll_watches;
long unsigned int mq_bytes;
long unsigned int locked_shm;
long unsigned int unix_inflight;
atomic_long_t pipe_bufs;
struct hlist_node uidhash_node;
kuid_t uid;
atomic_long_t locked_vm;
struct ratelimit_state ratelimit;
};
riscv64
: ✅struct user_struct {
refcount_t __count;
atomic_t processes;
atomic_t sigpending;
atomic_t fanotify_listeners;
atomic_long_t epoll_watches;
long unsigned int mq_bytes;
long unsigned int locked_shm;
long unsigned int unix_inflight;
atomic_long_t pipe_bufs;
struct hlist_node uidhash_node;
kuid_t uid;
atomic_long_t locked_vm;
struct ratelimit_state ratelimit;
};
aws
: ✅struct user_struct {
refcount_t __count;
atomic_t processes;
atomic_t sigpending;
atomic_t fanotify_listeners;
atomic_long_t epoll_watches;
long unsigned int mq_bytes;
long unsigned int locked_shm;
long unsigned int unix_inflight;
atomic_long_t pipe_bufs;
struct hlist_node uidhash_node;
kuid_t uid;
atomic_long_t locked_vm;
struct ratelimit_state ratelimit;
};
azure
: ✅struct user_struct {
refcount_t __count;
atomic_t processes;
atomic_t sigpending;
atomic_t fanotify_listeners;
atomic_long_t epoll_watches;
long unsigned int mq_bytes;
long unsigned int locked_shm;
long unsigned int unix_inflight;
atomic_long_t pipe_bufs;
struct hlist_node uidhash_node;
kuid_t uid;
atomic_long_t locked_vm;
struct ratelimit_state ratelimit;
};
gcp
: ✅struct user_struct {
refcount_t __count;
atomic_t processes;
atomic_t sigpending;
atomic_t fanotify_listeners;
atomic_long_t epoll_watches;
long unsigned int mq_bytes;
long unsigned int locked_shm;
long unsigned int unix_inflight;
atomic_long_t pipe_bufs;
struct hlist_node uidhash_node;
kuid_t uid;
atomic_long_t locked_vm;
struct ratelimit_state ratelimit;
};
lowlatency
: ✅struct user_struct {
refcount_t __count;
atomic_t processes;
atomic_t sigpending;
atomic_t fanotify_listeners;
atomic_long_t epoll_watches;
long unsigned int mq_bytes;
long unsigned int locked_shm;
long unsigned int unix_inflight;
atomic_long_t pipe_bufs;
struct hlist_node uidhash_node;
kuid_t uid;
atomic_long_t locked_vm;
struct ratelimit_state ratelimit;
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
✅
4.10
and 4.13
⚠️atomic_t inotify_watches
atomic_t inotify_devs
4.13
and 4.15
✅
4.15
and 4.18
⚠️struct ratelimit_state ratelimit
4.18
and 5.0
⚠️atomic_t __count
➡️ refcount_t __count
5.0
and 5.3
⚠️struct key *uid_keyring
struct key *session_keyring
5.3
and 5.4
✅
5.4
and 5.8
⚠️atomic_t nr_watches
5.8
and 5.11
✅
5.11
and 5.13
⚠️atomic_t fanotify_listeners
5.13
and 5.15
⚠️atomic_t processes
atomic_t sigpending
long unsigned int mq_bytes
long unsigned int locked_shm
atomic_long_t epoll_watches
➡️ struct percpu_counter epoll_watches
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
✅