sysrq_key_op
Regular
4.4
: ✅struct sysrq_key_op {
void (*handler)(int);
char *help_msg;
char *action_msg;
int enable_mask;
};
4.8
: ✅struct sysrq_key_op {
void (*handler)(int);
char *help_msg;
char *action_msg;
int enable_mask;
};
4.10
: ✅struct sysrq_key_op {
void (*handler)(int);
char *help_msg;
char *action_msg;
int enable_mask;
};
4.13
: ✅struct sysrq_key_op {
void (*handler)(int);
char *help_msg;
char *action_msg;
int enable_mask;
};
4.15
: ✅struct sysrq_key_op {
void (*handler)(int);
char *help_msg;
char *action_msg;
int enable_mask;
};
4.18
: ✅struct sysrq_key_op {
void (*handler)(int);
char *help_msg;
char *action_msg;
int enable_mask;
};
5.0
: ✅struct sysrq_key_op {
void (*handler)(int);
char *help_msg;
char *action_msg;
int enable_mask;
};
5.3
: ✅struct sysrq_key_op {
void (*handler)(int);
char *help_msg;
char *action_msg;
int enable_mask;
};
5.4
: ✅struct sysrq_key_op {
void (*handler)(int);
char *help_msg;
char *action_msg;
int enable_mask;
};
5.8
: ✅struct sysrq_key_op {
const void(*)(int) handler;
const const char * help_msg;
const const char * action_msg;
const int enable_mask;
};
5.11
: ✅struct sysrq_key_op {
const void(*)(int) handler;
const const char * help_msg;
const const char * action_msg;
const int enable_mask;
};
5.13
: ✅struct sysrq_key_op {
const void(*)(int) handler;
const const char * help_msg;
const const char * action_msg;
const int enable_mask;
};
5.15
: ✅struct sysrq_key_op {
const void(*)(int) handler;
const const char * help_msg;
const const char * action_msg;
const int enable_mask;
};
5.19
: ✅struct sysrq_key_op {
const void(*)(int) handler;
const const char * help_msg;
const const char * action_msg;
const int enable_mask;
};
6.2
: ✅struct sysrq_key_op {
const void(*)(int) handler;
const const char * help_msg;
const const char * action_msg;
const int enable_mask;
};
6.5
: ✅struct sysrq_key_op {
const void(*)(int) handler;
const const char * help_msg;
const const char * action_msg;
const int enable_mask;
};
6.8
: ✅struct sysrq_key_op {
const void(*)(u8) handler;
const const char * help_msg;
const const char * action_msg;
const int enable_mask;
};
arm64
: ✅struct sysrq_key_op {
void (*handler)(int);
char *help_msg;
char *action_msg;
int enable_mask;
};
armhf
: ✅struct sysrq_key_op {
void (*handler)(int);
char *help_msg;
char *action_msg;
int enable_mask;
};
ppc64el
: ✅struct sysrq_key_op {
void (*handler)(int);
char *help_msg;
char *action_msg;
int enable_mask;
};
riscv64
: ✅struct sysrq_key_op {
void (*handler)(int);
char *help_msg;
char *action_msg;
int enable_mask;
};
aws
: ✅struct sysrq_key_op {
void (*handler)(int);
char *help_msg;
char *action_msg;
int enable_mask;
};
azure
: ✅struct sysrq_key_op {
void (*handler)(int);
char *help_msg;
char *action_msg;
int enable_mask;
};
gcp
: ✅struct sysrq_key_op {
void (*handler)(int);
char *help_msg;
char *action_msg;
int enable_mask;
};
lowlatency
: ✅struct sysrq_key_op {
void (*handler)(int);
char *help_msg;
char *action_msg;
int enable_mask;
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
✅
4.10
and 4.13
✅
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
⚠️void (*handler)(int)
➡️ const void(*)(int) handler
char *help_msg
➡️ const const char * help_msg
char *action_msg
➡️ const const char * action_msg
int enable_mask
➡️ const int enable_mask
5.8
and 5.11
✅
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
⚠️const void(*)(int) handler
➡️ const void(*)(u8) handler
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅