notificationRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: Absent ⚠️
4.18: Absent ⚠️
5.0: ✅struct notification {
struct semaphore request;
u64 next_id;
struct list_head notifications;
wait_queue_head_t wqh;
};
5.3: ✅struct notification {
struct semaphore request;
u64 next_id;
struct list_head notifications;
wait_queue_head_t wqh;
};
5.4: ✅struct notification {
struct semaphore request;
u64 next_id;
struct list_head notifications;
wait_queue_head_t wqh;
};
5.8: ✅struct notification {
struct semaphore request;
u64 next_id;
struct list_head notifications;
wait_queue_head_t wqh;
};
5.11: ✅struct notification {
struct semaphore request;
u64 next_id;
struct list_head notifications;
};
5.13: ✅struct notification {
struct semaphore request;
u64 next_id;
struct list_head notifications;
};
5.15: ✅struct notification {
struct semaphore request;
u64 next_id;
struct list_head notifications;
};
5.19: ✅struct notification {
struct semaphore request;
u64 next_id;
struct list_head notifications;
};
6.2: ✅struct notification {
struct semaphore request;
u64 next_id;
struct list_head notifications;
};
6.5: ✅struct notification {
struct semaphore request;
u64 next_id;
struct list_head notifications;
};
6.8: ✅struct notification {
atomic_t requests;
u32 flags;
u64 next_id;
struct list_head notifications;
};
arm64: ✅struct notification {
struct semaphore request;
u64 next_id;
struct list_head notifications;
wait_queue_head_t wqh;
};
armhf: ✅struct notification {
struct semaphore request;
u64 next_id;
struct list_head notifications;
wait_queue_head_t wqh;
};
ppc64el: ✅struct notification {
struct semaphore request;
u64 next_id;
struct list_head notifications;
wait_queue_head_t wqh;
};
riscv64: ✅struct notification {
struct semaphore request;
u64 next_id;
struct list_head notifications;
wait_queue_head_t wqh;
};
aws: ✅struct notification {
struct semaphore request;
u64 next_id;
struct list_head notifications;
wait_queue_head_t wqh;
};
azure: ✅struct notification {
struct semaphore request;
u64 next_id;
struct list_head notifications;
wait_queue_head_t wqh;
};
gcp: ✅struct notification {
struct semaphore request;
u64 next_id;
struct list_head notifications;
wait_queue_head_t wqh;
};
lowlatency: ✅struct notification {
struct semaphore request;
u64 next_id;
struct list_head notifications;
wait_queue_head_t wqh;
};
Regular
5.0 and 5.3 ✅
5.3 and 5.4 ✅
5.4 and 5.8 ✅
5.8 and 5.11 ⚠️wait_queue_head_t wqh
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 ⚠️atomic_t requests
u32 flags
struct semaphore request
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅