mod_arch_specificRegular
4.4: ✅struct mod_arch_specific {
};
4.8: ✅struct mod_arch_specific {
};
4.10: ✅struct mod_arch_specific {
};
4.13: ✅struct mod_arch_specific {
};
4.15: ✅struct mod_arch_specific {
};
4.18: ✅struct mod_arch_specific {
};
5.0: ✅struct mod_arch_specific {
};
5.3: ✅struct mod_arch_specific {
};
5.4: ✅struct mod_arch_specific {
};
5.8: ✅struct mod_arch_specific {
};
5.11: ✅struct mod_arch_specific {
};
5.13: ✅struct mod_arch_specific {
};
5.15: ✅struct mod_arch_specific {
};
5.19: ✅struct mod_arch_specific {
};
6.2: ✅struct mod_arch_specific {
};
6.5: ✅struct mod_arch_specific {
};
6.8: ✅struct mod_arch_specific {
};
arm64: ✅struct mod_arch_specific {
struct mod_plt_sec core;
struct mod_plt_sec init;
struct plt_entry *ftrace_trampoline;
};
armhf: ✅struct mod_arch_specific {
};
ppc64el: ✅struct mod_arch_specific {
unsigned int stubs_section;
unsigned int toc_section;
bool toc_fixed;
long unsigned int start_opd;
long unsigned int end_opd;
long unsigned int tramp;
long unsigned int tramp_regs;
struct list_head bug_list;
struct bug_entry *bug_table;
unsigned int num_bugs;
};
riscv64: ✅struct mod_arch_specific {
struct mod_section got;
struct mod_section plt;
struct mod_section got_plt;
};
aws: ✅struct mod_arch_specific {
};
azure: ✅struct mod_arch_specific {
};
gcp: ✅struct mod_arch_specific {
};
lowlatency: ✅struct mod_arch_specific {
};
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 ✅
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 ✅
amd64 and arm64 ⚠️struct mod_plt_sec core
struct mod_plt_sec init
struct plt_entry *ftrace_trampoline
amd64 and armhf ✅
amd64 and ppc64el ⚠️unsigned int stubs_section
unsigned int toc_section
bool toc_fixed
long unsigned int start_opd
long unsigned int end_opd
long unsigned int tramp
long unsigned int tramp_regs
struct list_head bug_list
struct bug_entry *bug_table
unsigned int num_bugs
amd64 and riscv64 ⚠️struct mod_section got
struct mod_section plt
struct mod_section got_plt
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅