kernel_clone_argsRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: Absent ⚠️
4.18: Absent ⚠️
5.0: Absent ⚠️
5.3: ✅struct kernel_clone_args {
u64 flags;
int *pidfd;
int *child_tid;
int *parent_tid;
int exit_signal;
long unsigned int stack;
long unsigned int stack_size;
long unsigned int tls;
};
5.4: ✅struct kernel_clone_args {
u64 flags;
int *pidfd;
int *child_tid;
int *parent_tid;
int exit_signal;
long unsigned int stack;
long unsigned int stack_size;
long unsigned int tls;
};
5.8: ✅struct kernel_clone_args {
u64 flags;
int *pidfd;
int *child_tid;
int *parent_tid;
int exit_signal;
long unsigned int stack;
long unsigned int stack_size;
long unsigned int tls;
pid_t *set_tid;
size_t set_tid_size;
int cgroup;
struct cgroup *cgrp;
struct css_set *cset;
};
5.11: ✅struct kernel_clone_args {
u64 flags;
int *pidfd;
int *child_tid;
int *parent_tid;
int exit_signal;
long unsigned int stack;
long unsigned int stack_size;
long unsigned int tls;
pid_t *set_tid;
size_t set_tid_size;
int cgroup;
struct cgroup *cgrp;
struct css_set *cset;
};
5.13: ✅struct kernel_clone_args {
u64 flags;
int *pidfd;
int *child_tid;
int *parent_tid;
int exit_signal;
long unsigned int stack;
long unsigned int stack_size;
long unsigned int tls;
pid_t *set_tid;
size_t set_tid_size;
int cgroup;
int io_thread;
struct cgroup *cgrp;
struct css_set *cset;
};
5.15: ✅struct kernel_clone_args {
u64 flags;
int *pidfd;
int *child_tid;
int *parent_tid;
int exit_signal;
long unsigned int stack;
long unsigned int stack_size;
long unsigned int tls;
pid_t *set_tid;
size_t set_tid_size;
int cgroup;
int io_thread;
struct cgroup *cgrp;
struct css_set *cset;
};
5.19: ✅struct kernel_clone_args {
u64 flags;
int *pidfd;
int *child_tid;
int *parent_tid;
int exit_signal;
long unsigned int stack;
long unsigned int stack_size;
long unsigned int tls;
pid_t *set_tid;
size_t set_tid_size;
int cgroup;
int io_thread;
int kthread;
int idle;
int (*fn)(void *);
void *fn_arg;
struct cgroup *cgrp;
struct css_set *cset;
};
6.2: ✅struct kernel_clone_args {
u64 flags;
int *pidfd;
int *child_tid;
int *parent_tid;
int exit_signal;
long unsigned int stack;
long unsigned int stack_size;
long unsigned int tls;
pid_t *set_tid;
size_t set_tid_size;
int cgroup;
int io_thread;
int kthread;
int idle;
int (*fn)(void *);
void *fn_arg;
struct cgroup *cgrp;
struct css_set *cset;
};
6.5: ✅struct kernel_clone_args {
u64 flags;
int *pidfd;
int *child_tid;
int *parent_tid;
const char *name;
int exit_signal;
u32 kthread;
u32 io_thread;
u32 user_worker;
u32 no_files;
long unsigned int stack;
long unsigned int stack_size;
long unsigned int tls;
pid_t *set_tid;
size_t set_tid_size;
int cgroup;
int idle;
int (*fn)(void *);
void *fn_arg;
struct cgroup *cgrp;
struct css_set *cset;
};
6.8: ✅struct kernel_clone_args {
u64 flags;
int *pidfd;
int *child_tid;
int *parent_tid;
const char *name;
int exit_signal;
u32 kthread;
u32 io_thread;
u32 user_worker;
u32 no_files;
long unsigned int stack;
long unsigned int stack_size;
long unsigned int tls;
pid_t *set_tid;
size_t set_tid_size;
int cgroup;
int idle;
int (*fn)(void *);
void *fn_arg;
struct cgroup *cgrp;
struct css_set *cset;
};
arm64: ✅struct kernel_clone_args {
u64 flags;
int *pidfd;
int *child_tid;
int *parent_tid;
int exit_signal;
long unsigned int stack;
long unsigned int stack_size;
long unsigned int tls;
};
armhf: ✅struct kernel_clone_args {
u64 flags;
int *pidfd;
int *child_tid;
int *parent_tid;
int exit_signal;
long unsigned int stack;
long unsigned int stack_size;
long unsigned int tls;
};
ppc64el: ✅struct kernel_clone_args {
u64 flags;
int *pidfd;
int *child_tid;
int *parent_tid;
int exit_signal;
long unsigned int stack;
long unsigned int stack_size;
long unsigned int tls;
};
riscv64: ✅struct kernel_clone_args {
u64 flags;
int *pidfd;
int *child_tid;
int *parent_tid;
int exit_signal;
long unsigned int stack;
long unsigned int stack_size;
long unsigned int tls;
};
aws: ✅struct kernel_clone_args {
u64 flags;
int *pidfd;
int *child_tid;
int *parent_tid;
int exit_signal;
long unsigned int stack;
long unsigned int stack_size;
long unsigned int tls;
};
azure: ✅struct kernel_clone_args {
u64 flags;
int *pidfd;
int *child_tid;
int *parent_tid;
int exit_signal;
long unsigned int stack;
long unsigned int stack_size;
long unsigned int tls;
};
gcp: ✅struct kernel_clone_args {
u64 flags;
int *pidfd;
int *child_tid;
int *parent_tid;
int exit_signal;
long unsigned int stack;
long unsigned int stack_size;
long unsigned int tls;
};
lowlatency: ✅struct kernel_clone_args {
u64 flags;
int *pidfd;
int *child_tid;
int *parent_tid;
int exit_signal;
long unsigned int stack;
long unsigned int stack_size;
long unsigned int tls;
};
Regular
5.3 and 5.4 ✅
5.4 and 5.8 ⚠️pid_t *set_tid
size_t set_tid_size
int cgroup
struct cgroup *cgrp
struct css_set *cset
5.8 and 5.11 ✅
5.11 and 5.13 ⚠️int io_thread
5.13 and 5.15 ✅
5.15 and 5.19 ⚠️int kthread
int idle
int (*fn)(void *)
void *fn_arg
5.19 and 6.2 ✅
6.2 and 6.5 ⚠️const char *name
u32 user_worker
u32 no_files
int io_thread ➡️ u32 io_thread
int kthread ➡️ u32 kthread
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 ✅