fanotify_group_private_dataRegular
4.4: ✅struct fanotify_group_private_data {
spinlock_t access_lock;
struct list_head access_list;
wait_queue_head_t access_waitq;
atomic_t bypass_perm;
int f_flags;
unsigned int max_marks;
struct user_struct *user;
};
4.8: ✅struct fanotify_group_private_data {
spinlock_t access_lock;
struct list_head access_list;
wait_queue_head_t access_waitq;
int f_flags;
unsigned int max_marks;
struct user_struct *user;
};
4.10: ✅struct fanotify_group_private_data {
struct list_head access_list;
wait_queue_head_t access_waitq;
int f_flags;
unsigned int max_marks;
struct user_struct *user;
};
4.13: ✅struct fanotify_group_private_data {
struct list_head access_list;
wait_queue_head_t access_waitq;
int f_flags;
unsigned int max_marks;
struct user_struct *user;
};
4.15: ✅struct fanotify_group_private_data {
struct list_head access_list;
wait_queue_head_t access_waitq;
int f_flags;
unsigned int max_marks;
struct user_struct *user;
bool audit;
};
4.18: ✅struct fanotify_group_private_data {
struct list_head access_list;
wait_queue_head_t access_waitq;
int f_flags;
unsigned int max_marks;
struct user_struct *user;
bool audit;
};
5.0: ✅struct fanotify_group_private_data {
struct list_head access_list;
wait_queue_head_t access_waitq;
int flags;
int f_flags;
unsigned int max_marks;
struct user_struct *user;
};
5.3: ✅struct fanotify_group_private_data {
struct list_head access_list;
wait_queue_head_t access_waitq;
int flags;
int f_flags;
unsigned int max_marks;
struct user_struct *user;
};
5.4: ✅struct fanotify_group_private_data {
struct list_head access_list;
wait_queue_head_t access_waitq;
int flags;
int f_flags;
unsigned int max_marks;
struct user_struct *user;
};
5.8: ✅struct fanotify_group_private_data {
struct list_head access_list;
wait_queue_head_t access_waitq;
int flags;
int f_flags;
unsigned int max_marks;
struct user_struct *user;
};
5.11: ✅struct fanotify_group_private_data {
struct list_head access_list;
wait_queue_head_t access_waitq;
int flags;
int f_flags;
unsigned int max_marks;
struct user_struct *user;
};
5.13: ✅struct fanotify_group_private_data {
struct hlist_head *merge_hash;
struct list_head access_list;
wait_queue_head_t access_waitq;
int flags;
int f_flags;
struct ucounts *ucounts;
};
5.15: ✅struct fanotify_group_private_data {
struct hlist_head *merge_hash;
struct list_head access_list;
wait_queue_head_t access_waitq;
int flags;
int f_flags;
struct ucounts *ucounts;
};
5.19: ✅struct fanotify_group_private_data {
struct hlist_head *merge_hash;
struct list_head access_list;
wait_queue_head_t access_waitq;
int flags;
int f_flags;
struct ucounts *ucounts;
mempool_t error_events_pool;
};
6.2: ✅struct fanotify_group_private_data {
struct hlist_head *merge_hash;
struct list_head access_list;
wait_queue_head_t access_waitq;
int flags;
int f_flags;
struct ucounts *ucounts;
mempool_t error_events_pool;
};
6.5: ✅struct fanotify_group_private_data {
struct hlist_head *merge_hash;
struct list_head access_list;
wait_queue_head_t access_waitq;
int flags;
int f_flags;
struct ucounts *ucounts;
mempool_t error_events_pool;
};
6.8: ✅struct fanotify_group_private_data {
struct hlist_head *merge_hash;
struct list_head access_list;
wait_queue_head_t access_waitq;
int flags;
int f_flags;
struct ucounts *ucounts;
mempool_t error_events_pool;
};
arm64: ✅struct fanotify_group_private_data {
struct list_head access_list;
wait_queue_head_t access_waitq;
int flags;
int f_flags;
unsigned int max_marks;
struct user_struct *user;
};
armhf: ✅struct fanotify_group_private_data {
struct list_head access_list;
wait_queue_head_t access_waitq;
int flags;
int f_flags;
unsigned int max_marks;
struct user_struct *user;
};
ppc64el: ✅struct fanotify_group_private_data {
struct list_head access_list;
wait_queue_head_t access_waitq;
int flags;
int f_flags;
unsigned int max_marks;
struct user_struct *user;
};
riscv64: ✅struct fanotify_group_private_data {
struct list_head access_list;
wait_queue_head_t access_waitq;
int flags;
int f_flags;
unsigned int max_marks;
struct user_struct *user;
};
aws: ✅struct fanotify_group_private_data {
struct list_head access_list;
wait_queue_head_t access_waitq;
int flags;
int f_flags;
unsigned int max_marks;
struct user_struct *user;
};
azure: ✅struct fanotify_group_private_data {
struct list_head access_list;
wait_queue_head_t access_waitq;
int flags;
int f_flags;
unsigned int max_marks;
struct user_struct *user;
};
gcp: ✅struct fanotify_group_private_data {
struct list_head access_list;
wait_queue_head_t access_waitq;
int flags;
int f_flags;
unsigned int max_marks;
struct user_struct *user;
};
lowlatency: ✅struct fanotify_group_private_data {
struct list_head access_list;
wait_queue_head_t access_waitq;
int flags;
int f_flags;
unsigned int max_marks;
struct user_struct *user;
};
Regular
4.4 and 4.8 ⚠️atomic_t bypass_perm
4.8 and 4.10 ⚠️spinlock_t access_lock
4.10 and 4.13 ✅
4.13 and 4.15 ⚠️bool audit
4.15 and 4.18 ✅
4.18 and 5.0 ⚠️int flags
bool audit
5.0 and 5.3 ✅
5.3 and 5.4 ✅
5.4 and 5.8 ✅
5.8 and 5.11 ✅
5.11 and 5.13 ⚠️struct hlist_head *merge_hash
struct ucounts *ucounts
unsigned int max_marks
struct user_struct *user
5.13 and 5.15 ✅
5.15 and 5.19 ⚠️mempool_t error_events_pool
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 ✅