subprocess_info
Regular
4.4
: ✅struct subprocess_info {
struct work_struct work;
struct completion *complete;
char *path;
char **argv;
char **envp;
int wait;
int retval;
int (*init)(struct subprocess_info *, struct cred *);
void (*cleanup)(struct subprocess_info *);
void *data;
};
4.8
: ✅struct subprocess_info {
struct work_struct work;
struct completion *complete;
char *path;
char **argv;
char **envp;
int wait;
int retval;
int (*init)(struct subprocess_info *, struct cred *);
void (*cleanup)(struct subprocess_info *);
void *data;
};
4.10
: ✅struct subprocess_info {
struct work_struct work;
struct completion *complete;
char *path;
char **argv;
char **envp;
int wait;
int retval;
int (*init)(struct subprocess_info *, struct cred *);
void (*cleanup)(struct subprocess_info *);
void *data;
};
4.13
: ✅struct subprocess_info {
struct work_struct work;
struct completion *complete;
const char *path;
char **argv;
char **envp;
int wait;
int retval;
int (*init)(struct subprocess_info *, struct cred *);
void (*cleanup)(struct subprocess_info *);
void *data;
};
4.15
: ✅struct subprocess_info {
struct work_struct work;
struct completion *complete;
const char *path;
char **argv;
char **envp;
int wait;
int retval;
int (*init)(struct subprocess_info *, struct cred *);
void (*cleanup)(struct subprocess_info *);
void *data;
};
4.18
: ✅struct subprocess_info {
struct work_struct work;
struct completion *complete;
const char *path;
char **argv;
char **envp;
struct file *file;
int wait;
int retval;
pid_t pid;
int (*init)(struct subprocess_info *, struct cred *);
void (*cleanup)(struct subprocess_info *);
void *data;
};
5.0
: ✅struct subprocess_info {
struct work_struct work;
struct completion *complete;
const char *path;
char **argv;
char **envp;
struct file *file;
int wait;
int retval;
pid_t pid;
int (*init)(struct subprocess_info *, struct cred *);
void (*cleanup)(struct subprocess_info *);
void *data;
};
5.3
: ✅struct subprocess_info {
struct work_struct work;
struct completion *complete;
const char *path;
char **argv;
char **envp;
struct file *file;
int wait;
int retval;
pid_t pid;
int (*init)(struct subprocess_info *, struct cred *);
void (*cleanup)(struct subprocess_info *);
void *data;
};
5.4
: ✅struct subprocess_info {
struct work_struct work;
struct completion *complete;
const char *path;
char **argv;
char **envp;
struct file *file;
int wait;
int retval;
pid_t pid;
int (*init)(struct subprocess_info *, struct cred *);
void (*cleanup)(struct subprocess_info *);
void *data;
};
5.8
: ✅struct subprocess_info {
struct work_struct work;
struct completion *complete;
const char *path;
char **argv;
char **envp;
struct file *file;
int wait;
int retval;
pid_t pid;
int (*init)(struct subprocess_info *, struct cred *);
void (*cleanup)(struct subprocess_info *);
void *data;
};
5.11
: ✅struct subprocess_info {
struct work_struct work;
struct completion *complete;
const char *path;
char **argv;
char **envp;
int wait;
int retval;
int (*init)(struct subprocess_info *, struct cred *);
void (*cleanup)(struct subprocess_info *);
void *data;
};
5.13
: ✅struct subprocess_info {
struct work_struct work;
struct completion *complete;
const char *path;
char **argv;
char **envp;
int wait;
int retval;
int (*init)(struct subprocess_info *, struct cred *);
void (*cleanup)(struct subprocess_info *);
void *data;
};
5.15
: ✅struct subprocess_info {
struct work_struct work;
struct completion *complete;
const char *path;
char **argv;
char **envp;
int wait;
int retval;
int (*init)(struct subprocess_info *, struct cred *);
void (*cleanup)(struct subprocess_info *);
void *data;
};
5.19
: ✅struct subprocess_info {
struct work_struct work;
struct completion *complete;
const char *path;
char **argv;
char **envp;
int wait;
int retval;
int (*init)(struct subprocess_info *, struct cred *);
void (*cleanup)(struct subprocess_info *);
void *data;
};
6.2
: ✅struct subprocess_info {
struct work_struct work;
struct completion *complete;
const char *path;
char **argv;
char **envp;
int wait;
int retval;
int (*init)(struct subprocess_info *, struct cred *);
void (*cleanup)(struct subprocess_info *);
void *data;
};
6.5
: ✅struct subprocess_info {
struct work_struct work;
struct completion *complete;
const char *path;
char **argv;
char **envp;
int wait;
int retval;
int (*init)(struct subprocess_info *, struct cred *);
void (*cleanup)(struct subprocess_info *);
void *data;
};
6.8
: ✅struct subprocess_info {
struct work_struct work;
struct completion *complete;
const char *path;
char **argv;
char **envp;
int wait;
int retval;
int (*init)(struct subprocess_info *, struct cred *);
void (*cleanup)(struct subprocess_info *);
void *data;
};
arm64
: ✅struct subprocess_info {
struct work_struct work;
struct completion *complete;
const char *path;
char **argv;
char **envp;
struct file *file;
int wait;
int retval;
pid_t pid;
int (*init)(struct subprocess_info *, struct cred *);
void (*cleanup)(struct subprocess_info *);
void *data;
};
armhf
: ✅struct subprocess_info {
struct work_struct work;
struct completion *complete;
const char *path;
char **argv;
char **envp;
struct file *file;
int wait;
int retval;
pid_t pid;
int (*init)(struct subprocess_info *, struct cred *);
void (*cleanup)(struct subprocess_info *);
void *data;
};
ppc64el
: ✅struct subprocess_info {
struct work_struct work;
struct completion *complete;
const char *path;
char **argv;
char **envp;
struct file *file;
int wait;
int retval;
pid_t pid;
int (*init)(struct subprocess_info *, struct cred *);
void (*cleanup)(struct subprocess_info *);
void *data;
};
riscv64
: ✅struct subprocess_info {
struct work_struct work;
struct completion *complete;
const char *path;
char **argv;
char **envp;
struct file *file;
int wait;
int retval;
pid_t pid;
int (*init)(struct subprocess_info *, struct cred *);
void (*cleanup)(struct subprocess_info *);
void *data;
};
aws
: ✅struct subprocess_info {
struct work_struct work;
struct completion *complete;
const char *path;
char **argv;
char **envp;
struct file *file;
int wait;
int retval;
pid_t pid;
int (*init)(struct subprocess_info *, struct cred *);
void (*cleanup)(struct subprocess_info *);
void *data;
};
azure
: ✅struct subprocess_info {
struct work_struct work;
struct completion *complete;
const char *path;
char **argv;
char **envp;
struct file *file;
int wait;
int retval;
pid_t pid;
int (*init)(struct subprocess_info *, struct cred *);
void (*cleanup)(struct subprocess_info *);
void *data;
};
gcp
: ✅struct subprocess_info {
struct work_struct work;
struct completion *complete;
const char *path;
char **argv;
char **envp;
struct file *file;
int wait;
int retval;
pid_t pid;
int (*init)(struct subprocess_info *, struct cred *);
void (*cleanup)(struct subprocess_info *);
void *data;
};
lowlatency
: ✅struct subprocess_info {
struct work_struct work;
struct completion *complete;
const char *path;
char **argv;
char **envp;
struct file *file;
int wait;
int retval;
pid_t pid;
int (*init)(struct subprocess_info *, struct cred *);
void (*cleanup)(struct subprocess_info *);
void *data;
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
✅
4.10
and 4.13
⚠️char *path
➡️ const char *path
4.13
and 4.15
✅
4.15
and 4.18
⚠️struct file *file
pid_t pid
4.18
and 5.0
✅
5.0
and 5.3
✅
5.3
and 5.4
✅
5.4
and 5.8
✅
5.8
and 5.11
⚠️struct file *file
pid_t pid
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
✅