seccomp_knotifRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: Absent ⚠️
4.18: Absent ⚠️
5.0: ✅struct seccomp_knotif {
struct task_struct *task;
u64 id;
const struct seccomp_data *data;
enum notify_state state;
int error;
long int val;
struct completion ready;
struct list_head list;
};
5.3: ✅struct seccomp_knotif {
struct task_struct *task;
u64 id;
const struct seccomp_data *data;
enum notify_state state;
int error;
long int val;
struct completion ready;
struct list_head list;
};
5.4: ✅struct seccomp_knotif {
struct task_struct *task;
u64 id;
const struct seccomp_data *data;
enum notify_state state;
int error;
long int val;
u32 flags;
struct completion ready;
struct list_head list;
};
5.8: ✅struct seccomp_knotif {
struct task_struct *task;
u64 id;
const struct seccomp_data *data;
enum notify_state state;
int error;
long int val;
u32 flags;
struct completion ready;
struct list_head list;
};
5.11: ✅struct seccomp_knotif {
struct task_struct *task;
u64 id;
const struct seccomp_data *data;
enum notify_state state;
int error;
long int val;
u32 flags;
struct completion ready;
struct list_head list;
struct list_head addfd;
};
5.13: ✅struct seccomp_knotif {
struct task_struct *task;
u64 id;
const struct seccomp_data *data;
enum notify_state state;
int error;
long int val;
u32 flags;
struct completion ready;
struct list_head list;
struct list_head addfd;
};
5.15: ✅struct seccomp_knotif {
struct task_struct *task;
u64 id;
const struct seccomp_data *data;
enum notify_state state;
int error;
long int val;
u32 flags;
struct completion ready;
struct list_head list;
struct list_head addfd;
};
5.19: ✅struct seccomp_knotif {
struct task_struct *task;
u64 id;
const struct seccomp_data *data;
enum notify_state state;
int error;
long int val;
u32 flags;
struct completion ready;
struct list_head list;
struct list_head addfd;
};
6.2: ✅struct seccomp_knotif {
struct task_struct *task;
u64 id;
const struct seccomp_data *data;
enum notify_state state;
int error;
long int val;
u32 flags;
struct completion ready;
struct list_head list;
struct list_head addfd;
};
6.5: ✅struct seccomp_knotif {
struct task_struct *task;
u64 id;
const struct seccomp_data *data;
enum notify_state state;
int error;
long int val;
u32 flags;
struct completion ready;
struct list_head list;
struct list_head addfd;
};
6.8: ✅struct seccomp_knotif {
struct task_struct *task;
u64 id;
const struct seccomp_data *data;
enum notify_state state;
int error;
long int val;
u32 flags;
struct completion ready;
struct list_head list;
struct list_head addfd;
};
arm64: ✅struct seccomp_knotif {
struct task_struct *task;
u64 id;
const struct seccomp_data *data;
enum notify_state state;
int error;
long int val;
u32 flags;
struct completion ready;
struct list_head list;
};
armhf: ✅struct seccomp_knotif {
struct task_struct *task;
u64 id;
const struct seccomp_data *data;
enum notify_state state;
int error;
long int val;
u32 flags;
struct completion ready;
struct list_head list;
};
ppc64el: ✅struct seccomp_knotif {
struct task_struct *task;
u64 id;
const struct seccomp_data *data;
enum notify_state state;
int error;
long int val;
u32 flags;
struct completion ready;
struct list_head list;
};
riscv64: ✅struct seccomp_knotif {
struct task_struct *task;
u64 id;
const struct seccomp_data *data;
enum notify_state state;
int error;
long int val;
u32 flags;
struct completion ready;
struct list_head list;
};
aws: ✅struct seccomp_knotif {
struct task_struct *task;
u64 id;
const struct seccomp_data *data;
enum notify_state state;
int error;
long int val;
u32 flags;
struct completion ready;
struct list_head list;
};
azure: ✅struct seccomp_knotif {
struct task_struct *task;
u64 id;
const struct seccomp_data *data;
enum notify_state state;
int error;
long int val;
u32 flags;
struct completion ready;
struct list_head list;
};
gcp: ✅struct seccomp_knotif {
struct task_struct *task;
u64 id;
const struct seccomp_data *data;
enum notify_state state;
int error;
long int val;
u32 flags;
struct completion ready;
struct list_head list;
};
lowlatency: ✅struct seccomp_knotif {
struct task_struct *task;
u64 id;
const struct seccomp_data *data;
enum notify_state state;
int error;
long int val;
u32 flags;
struct completion ready;
struct list_head list;
};
Regular
5.0 and 5.3 ✅
5.3 and 5.4 ⚠️u32 flags
5.4 and 5.8 ✅
5.8 and 5.11 ⚠️struct list_head addfd
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 ✅
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅