io_workerRegular
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_worker {
refcount_t ref;
unsigned int flags;
struct hlist_nulls_node nulls_node;
struct list_head all_list;
struct task_struct *task;
struct io_wqe *wqe;
struct io_wq_work *cur_work;
spinlock_t lock;
struct callback_head rcu;
struct mm_struct *mm;
const struct cred *cur_creds;
const struct cred *saved_creds;
struct files_struct *restore_files;
struct fs_struct *restore_fs;
};
5.11: ✅struct io_worker {
refcount_t ref;
unsigned int flags;
struct hlist_nulls_node nulls_node;
struct list_head all_list;
struct task_struct *task;
struct io_wqe *wqe;
struct io_wq_work *cur_work;
spinlock_t lock;
struct callback_head rcu;
struct mm_struct *mm;
struct cgroup_subsys_state *blkcg_css;
const struct cred *cur_creds;
const struct cred *saved_creds;
struct files_struct *restore_files;
struct nsproxy *restore_nsproxy;
struct fs_struct *restore_fs;
};
5.13: ✅struct io_worker {
refcount_t ref;
unsigned int flags;
struct hlist_nulls_node nulls_node;
struct list_head all_list;
struct task_struct *task;
struct io_wqe *wqe;
struct io_wq_work *cur_work;
spinlock_t lock;
struct completion ref_done;
struct callback_head rcu;
};
5.15: ✅struct io_worker {
refcount_t ref;
unsigned int flags;
struct hlist_nulls_node nulls_node;
struct list_head all_list;
struct task_struct *task;
struct io_wqe *wqe;
struct io_wq_work *cur_work;
spinlock_t lock;
struct completion ref_done;
long unsigned int create_state;
struct callback_head create_work;
int create_index;
struct callback_head rcu;
struct work_struct work;
};
5.19: ✅struct io_worker {
refcount_t ref;
unsigned int flags;
struct hlist_nulls_node nulls_node;
struct list_head all_list;
struct task_struct *task;
struct io_wqe *wqe;
struct io_wq_work *cur_work;
struct io_wq_work *next_work;
raw_spinlock_t lock;
struct completion ref_done;
long unsigned int create_state;
struct callback_head create_work;
int create_index;
struct callback_head rcu;
struct work_struct work;
};
6.2: ✅struct io_worker {
refcount_t ref;
unsigned int flags;
struct hlist_nulls_node nulls_node;
struct list_head all_list;
struct task_struct *task;
struct io_wqe *wqe;
struct io_wq_work *cur_work;
struct io_wq_work *next_work;
raw_spinlock_t lock;
struct completion ref_done;
long unsigned int create_state;
struct callback_head create_work;
int create_index;
struct callback_head rcu;
struct work_struct work;
};
6.5: ✅struct io_worker {
refcount_t ref;
unsigned int flags;
struct hlist_nulls_node nulls_node;
struct list_head all_list;
struct task_struct *task;
struct io_wq *wq;
struct io_wq_work *cur_work;
struct io_wq_work *next_work;
raw_spinlock_t lock;
struct completion ref_done;
long unsigned int create_state;
struct callback_head create_work;
int create_index;
struct callback_head rcu;
struct work_struct work;
};
6.8: ✅struct io_worker {
refcount_t ref;
unsigned int flags;
struct hlist_nulls_node nulls_node;
struct list_head all_list;
struct task_struct *task;
struct io_wq *wq;
struct io_wq_work *cur_work;
struct io_wq_work *next_work;
raw_spinlock_t lock;
struct completion ref_done;
long unsigned int create_state;
struct callback_head create_work;
int create_index;
struct callback_head rcu;
struct work_struct work;
};
arm64: Absent ⚠️
armhf: Absent ⚠️
ppc64el: Absent ⚠️
riscv64: Absent ⚠️
aws: Absent ⚠️
azure: Absent ⚠️
gcp: Absent ⚠️
lowlatency: Absent ⚠️
Regular
5.8 and 5.11 ⚠️struct cgroup_subsys_state *blkcg_css
struct nsproxy *restore_nsproxy
5.11 and 5.13 ⚠️struct completion ref_done
struct mm_struct *mm
struct cgroup_subsys_state *blkcg_css
const struct cred *cur_creds
const struct cred *saved_creds
struct files_struct *restore_files
struct nsproxy *restore_nsproxy
struct fs_struct *restore_fs
5.13 and 5.15 ⚠️long unsigned int create_state
struct callback_head create_work
int create_index
struct work_struct work
5.15 and 5.19 ⚠️struct io_wq_work *next_work
spinlock_t lock ➡️ raw_spinlock_t lock
5.19 and 6.2 ✅
6.2 and 6.5 ⚠️struct io_wq *wq
struct io_wqe *wqe
6.5 and 6.8 ✅