tree: git://git.cmpxchg.org/linux-mmotm.git master head: f03806f9a6908743ed1902389be1a4a6198852be commit: 7bc18a57df7c27948b9d93fa4eefc20e3e200512 [409/551] kasan: enable instrumentation of global variables config: x86_64-allmodconfig (attached as .config) reproduce: git checkout 7bc18a57df7c27948b9d93fa4eefc20e3e200512 # save the attached .config to linux build tree make ARCH=x86_64 All warnings: >> WARNING: arch/x86/kernel/cpu/microcode/microcode.o(.data+0x1cf0): Section mismatch in reference from the variable microcode_mutex to the variable .init.rodata:__mod_x86cpu__microcode_id_device_table The variable microcode_mutex references the variable __initconst __mod_x86cpu__microcode_id_device_table If the reference is valid then annotate the variable with or __refdata (see linux/init.h) or name the variable: -- >> WARNING: drivers/char/i8k.o(.data+0x1d40): Section mismatch in reference from the variable i8k_mutex to the variable .init.data:__mod_dmi__i8k_dmi_table_device_table The variable i8k_mutex references the variable __initdata __mod_dmi__i8k_dmi_table_device_table If the reference is valid then annotate the variable with or __refdata (see linux/init.h) or name the variable: -- >> WARNING: drivers/platform/chrome/chromeos_laptop.o(.data+0x1890): Section mismatch in reference from the variable cyapa_device to the variable .init.data:__mod_dmi__chromeos_laptop_dmi_table_device_table The variable cyapa_device references the variable __initdata __mod_dmi__chromeos_laptop_dmi_table_device_table If the reference is valid then annotate the variable with or __refdata (see linux/init.h) or name the variable: -- >> WARNING: drivers/platform/chrome/chromeos_pstore.o(.data+0x9c0): Section mismatch in reference from the variable chromeos_ramoops_data to the variable .init.data:__mod_dmi__chromeos_pstore_dmi_table_device_table The variable chromeos_ramoops_data references the variable __initdata __mod_dmi__chromeos_pstore_dmi_table_device_table If the reference is valid then annotate the variable with or __refdata (see linux/init.h) or name the variable: -- >> WARNING: drivers/platform/x86/compal-laptop.o(.data+0x39a0): Section mismatch in reference from the variable dev_attr_wake_up_pme to the variable .init.data:__mod_dmi__compal_dmi_table_device_table The variable dev_attr_wake_up_pme references the variable __initdata __mod_dmi__compal_dmi_table_device_table If the reference is valid then annotate the variable with or __refdata (see linux/init.h) or name the variable: -- >> WARNING: drivers/platform/x86/dell-laptop.o(.data+0x2050): Section mismatch in reference from the variable quirk_dell_vostro_v130 to the variable .init.rodata:__mod_dmi__dell_device_table_device_table The variable quirk_dell_vostro_v130 references the variable __initconst __mod_dmi__dell_device_table_device_table If the reference is valid then annotate the variable with or __refdata (see linux/init.h) or name the variable: -- >> WARNING: drivers/platform/x86/intel_oaktrail.o(.data+0xe00): Section mismatch in reference from the variable oaktrail_driver to the variable .init.data:__mod_dmi__oaktrail_dmi_table_device_table The variable oaktrail_driver references the variable __initdata __mod_dmi__oaktrail_dmi_table_device_table If the reference is valid then annotate the variable with or __refdata (see linux/init.h) or name the variable: -- >> WARNING: drivers/platform/x86/samsung-laptop.o(.data+0x3520): Section mismatch in reference from the variable samsung_broken_acpi_video to the variable .init.data:__mod_dmi__samsung_dmi_table_device_table The variable samsung_broken_acpi_video references the variable __initdata __mod_dmi__samsung_dmi_table_device_table If the reference is valid then annotate the variable with or __refdata (see linux/init.h) or name the variable: -- >> WARNING: drivers/platform/x86/samsung-q10.o(.data+0x6e0): Section mismatch in reference from the variable samsungq10_driver to the variable .init.data:__mod_dmi__samsungq10_dmi_table_device_table The variable samsungq10_driver references the variable __initdata __mod_dmi__samsungq10_dmi_table_device_table If the reference is valid then annotate the variable with or __refdata (see linux/init.h) or name the variable: -- >> WARNING: drivers/thermal/x86_pkg_temp_thermal.o(.data+0x1cc0): Section mismatch in reference from the variable notify_delay_ms to the variable .init.rodata:__mod_x86cpu__pkg_temp_thermal_ids_device_table The variable notify_delay_ms references the variable __initconst __mod_x86cpu__pkg_temp_thermal_ids_device_table If the reference is valid then annotate the variable with or __refdata (see linux/init.h) or name the variable: -- >> WARNING: drivers/firmware/google/gsmi.o(.data+0x1530): Section mismatch in reference from the variable spincount to the variable .init.data:__mod_dmi__gsmi_dmi_table_device_table The variable spincount references the variable __initdata __mod_dmi__gsmi_dmi_table_device_table If the reference is valid then annotate the variable with or __refdata (see linux/init.h) or name the variable: .. --- 0-DAY kernel test infrastructure Open Source Technology Center http://lists.01.org/mailman/listinfo/kbuild Intel Corporation