#include #define INCLUDE_VERMAGIC #include #include #include #include #include #ifdef CONFIG_UNWINDER_ORC #include ORC_HEADER; #endif BUILD_SALT; BUILD_LTO_INFO; MODULE_INFO(vermagic, VERMAGIC_STRING); MODULE_INFO(name, KBUILD_MODNAME); __visible struct module __this_module __section(".gnu.linkonce.this_module") = { .name = KBUILD_MODNAME, .arch = MODULE_ARCH_INIT, }; MODULE_INFO(intree, "Y"); #ifdef CONFIG_RETPOLINE MODULE_INFO(retpoline, "Y"); #endif KSYMTAB_DATA(t10_pi_type1_crc, "", ""); KSYMTAB_DATA(t10_pi_type1_ip, "", ""); KSYMTAB_DATA(t10_pi_type3_crc, "", ""); KSYMTAB_DATA(t10_pi_type3_ip, "", ""); KSYMTAB_DATA(ext_pi_type1_crc64, "_gpl", ""); KSYMTAB_DATA(ext_pi_type3_crc64, "_gpl", ""); SYMBOL_CRC(t10_pi_type1_crc, 0x2edaa3e1, ""); SYMBOL_CRC(t10_pi_type1_ip, 0xb1b0e705, ""); SYMBOL_CRC(t10_pi_type3_crc, 0x631202ea, ""); SYMBOL_CRC(t10_pi_type3_ip, 0xcb70b465, ""); SYMBOL_CRC(ext_pi_type1_crc64, 0x79ec91c3, "_gpl"); SYMBOL_CRC(ext_pi_type3_crc64, 0x3bc996be, "_gpl"); static const struct modversion_info ____versions[] __used __section("__versions") = { { 0xc666a132, "crc_t10dif" }, { 0x20eadeb6, "ip_compute_csum" }, { 0x122c3a7e, "_printk" }, { 0xd6aafb42, "crc64_rocksoft" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");