printk_safe_seq_buf
Regular
4.4
: Absent ⚠️
4.8
: Absent ⚠️
4.10
: Absent ⚠️
4.13
: ✅struct printk_safe_seq_buf {
atomic_t len;
atomic_t message_lost;
struct irq_work work;
unsigned char buffer[8160];
};
4.15
: ✅struct printk_safe_seq_buf {
atomic_t len;
atomic_t message_lost;
struct irq_work work;
unsigned char buffer[8160];
};
4.18
: ✅struct printk_safe_seq_buf {
atomic_t len;
atomic_t message_lost;
struct irq_work work;
unsigned char buffer[8160];
};
5.0
: ✅struct printk_safe_seq_buf {
atomic_t len;
atomic_t message_lost;
struct irq_work work;
unsigned char buffer[8160];
};
5.3
: ✅struct printk_safe_seq_buf {
atomic_t len;
atomic_t message_lost;
struct irq_work work;
unsigned char buffer[8160];
};
5.4
: ✅struct printk_safe_seq_buf {
atomic_t len;
atomic_t message_lost;
struct irq_work work;
unsigned char buffer[8160];
};
5.8
: ✅struct printk_safe_seq_buf {
atomic_t len;
atomic_t message_lost;
struct irq_work work;
unsigned char buffer[8160];
};
5.11
: ✅struct printk_safe_seq_buf {
atomic_t len;
atomic_t message_lost;
struct irq_work work;
unsigned char buffer[8160];
};
5.13
: ✅struct printk_safe_seq_buf {
atomic_t len;
atomic_t message_lost;
struct irq_work work;
unsigned char buffer[8160];
};
5.15
: Absent ⚠️
5.19
: Absent ⚠️
6.2
: Absent ⚠️
6.5
: Absent ⚠️
6.8
: Absent ⚠️
arm64
: ✅struct printk_safe_seq_buf {
atomic_t len;
atomic_t message_lost;
struct irq_work work;
unsigned char buffer[8160];
};
armhf
: ✅struct printk_safe_seq_buf {
atomic_t len;
atomic_t message_lost;
struct irq_work work;
unsigned char buffer[8172];
};
ppc64el
: ✅struct printk_safe_seq_buf {
atomic_t len;
atomic_t message_lost;
struct irq_work work;
unsigned char buffer[8160];
};
riscv64
: ✅struct printk_safe_seq_buf {
atomic_t len;
atomic_t message_lost;
struct irq_work work;
unsigned char buffer[8160];
};
aws
: ✅struct printk_safe_seq_buf {
atomic_t len;
atomic_t message_lost;
struct irq_work work;
unsigned char buffer[8160];
};
azure
: ✅struct printk_safe_seq_buf {
atomic_t len;
atomic_t message_lost;
struct irq_work work;
unsigned char buffer[8160];
};
gcp
: ✅struct printk_safe_seq_buf {
atomic_t len;
atomic_t message_lost;
struct irq_work work;
unsigned char buffer[8160];
};
lowlatency
: ✅struct printk_safe_seq_buf {
atomic_t len;
atomic_t message_lost;
struct irq_work work;
unsigned char buffer[8160];
};
Regular
4.13
and 4.15
✅
4.15
and 4.18
✅
4.18
and 5.0
✅
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
✅
amd64
and arm64
✅
amd64
and armhf
⚠️unsigned char buffer[8160]
➡️ unsigned char buffer[8172]
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅