io_timeoutRegular
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: ✅struct io_timeout {
struct file *file;
struct hrtimer timer;
};
5.8: ✅struct io_timeout {
struct file *file;
u64 addr;
int flags;
u32 off;
u32 target_seq;
};
5.11: ✅struct io_timeout {
struct file *file;
u32 off;
u32 target_seq;
struct list_head list;
struct io_kiocb *head;
};
5.13: ✅struct io_timeout {
struct file *file;
u32 off;
u32 target_seq;
struct list_head list;
struct io_kiocb *head;
};
5.15: ✅struct io_timeout {
struct file *file;
u32 off;
u32 target_seq;
struct list_head list;
struct io_kiocb *head;
struct io_kiocb *prev;
};
5.19: ✅struct io_timeout {
struct file *file;
u32 off;
u32 target_seq;
struct list_head list;
struct io_kiocb *head;
struct io_kiocb *prev;
};
6.2: ✅struct io_timeout {
struct file *file;
u32 off;
u32 target_seq;
struct list_head list;
struct io_kiocb *head;
struct io_kiocb *prev;
};
6.5: ✅struct io_timeout {
struct file *file;
u32 off;
u32 target_seq;
u32 repeats;
struct list_head list;
struct io_kiocb *head;
struct io_kiocb *prev;
};
6.8: ✅struct io_timeout {
struct file *file;
u32 off;
u32 target_seq;
u32 repeats;
struct list_head list;
struct io_kiocb *head;
struct io_kiocb *prev;
};
arm64: ✅struct io_timeout {
struct file *file;
struct hrtimer timer;
};
armhf: ✅struct io_timeout {
struct file *file;
struct hrtimer timer;
};
ppc64el: ✅struct io_timeout {
struct file *file;
struct hrtimer timer;
};
riscv64: ✅struct io_timeout {
struct file *file;
struct hrtimer timer;
};
aws: ✅struct io_timeout {
struct file *file;
struct hrtimer timer;
};
azure: ✅struct io_timeout {
struct file *file;
struct hrtimer timer;
};
gcp: ✅struct io_timeout {
struct file *file;
struct hrtimer timer;
};
lowlatency: ✅struct io_timeout {
struct file *file;
struct hrtimer timer;
};
Regular
5.4 and 5.8 ⚠️u64 addr
int flags
u32 off
u32 target_seq
struct hrtimer timer
5.8 and 5.11 ⚠️struct list_head list
struct io_kiocb *head
u64 addr
int flags
5.11 and 5.13 ✅
5.13 and 5.15 ⚠️struct io_kiocb *prev
5.15 and 5.19 ✅
5.19 and 6.2 ✅
6.2 and 6.5 ⚠️u32 repeats
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 ✅