io_sr_msgRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: Absent ⚠️
4.18: Absent ⚠️
5.0: Absent ⚠️
5.3: Absent ⚠️
5.4: Absent ⚠️
5.8: ✅struct io_sr_msg {
struct file *file;
struct user_msghdr *msg;
void *buf;
int msg_flags;
int bgid;
size_t len;
struct io_buffer *kbuf;
};
5.11: ✅struct io_sr_msg {
struct file *file;
struct user_msghdr *umsg;
void *buf;
int msg_flags;
int bgid;
size_t len;
struct io_buffer *kbuf;
};
5.13: ✅struct io_sr_msg {
struct file *file;
struct compat_msghdr *umsg_compat;
struct user_msghdr *umsg;
void *buf;
int msg_flags;
int bgid;
size_t len;
struct io_buffer *kbuf;
};
5.15: ✅struct io_sr_msg {
struct file *file;
struct compat_msghdr *umsg_compat;
struct user_msghdr *umsg;
void *buf;
int msg_flags;
int bgid;
size_t len;
struct io_buffer *kbuf;
};
5.19: ✅struct io_sr_msg {
struct file *file;
struct compat_msghdr *umsg_compat;
struct user_msghdr *umsg;
void *buf;
int msg_flags;
size_t len;
size_t done_io;
unsigned int flags;
};
6.2: ✅struct io_sr_msg {
struct file *file;
struct compat_msghdr *umsg_compat;
struct user_msghdr *umsg;
void *buf;
unsigned int len;
unsigned int done_io;
unsigned int msg_flags;
u16 flags;
u16 addr_len;
u16 buf_group;
void *addr;
struct io_kiocb *notif;
};
6.5: ✅struct io_sr_msg {
struct file *file;
struct compat_msghdr *umsg_compat;
struct user_msghdr *umsg;
void *buf;
unsigned int len;
unsigned int done_io;
unsigned int msg_flags;
u16 flags;
u16 addr_len;
u16 buf_group;
void *addr;
void *msg_control;
struct io_kiocb *notif;
};
6.8: ✅struct io_sr_msg {
struct file *file;
struct compat_msghdr *umsg_compat;
struct user_msghdr *umsg;
void *buf;
unsigned int len;
unsigned int done_io;
unsigned int msg_flags;
unsigned int nr_multishot_loops;
u16 flags;
u16 addr_len;
u16 buf_group;
void *addr;
void *msg_control;
struct io_kiocb *notif;
};
arm64: Absent ⚠️
armhf: Absent ⚠️
ppc64el: Absent ⚠️
riscv64: Absent ⚠️
aws: Absent ⚠️
azure: Absent ⚠️
gcp: Absent ⚠️
lowlatency: Absent ⚠️
Regular
5.8 and 5.11 ⚠️struct user_msghdr *umsg
struct user_msghdr *msg
5.11 and 5.13 ⚠️struct compat_msghdr *umsg_compat
5.13 and 5.15 ✅
5.15 and 5.19 ⚠️size_t done_io
unsigned int flags
int bgid
struct io_buffer *kbuf
5.19 and 6.2 ⚠️u16 addr_len
u16 buf_group
void *addr
struct io_kiocb *notif
int msg_flags ➡️ unsigned int msg_flags
size_t len ➡️ unsigned int len
size_t done_io ➡️ unsigned int done_io
unsigned int flags ➡️ u16 flags
6.2 and 6.5 ⚠️void *msg_control
6.5 and 6.8 ⚠️unsigned int nr_multishot_loops