How can I fix the kernel warning

Jerry Jiang wjiang at resilience.com
Thu Nov 29 00:59:18 UTC 2007


Thank you Geofrey,

That's very easy to reproduce it from my side.

1. just get kernel-2.6.18-8.el5.src.rpm from any official site.
2. unrpm it, and `make all' by default configuration.
3. re-make again to issue these warnings.

I am not sure if you can reproduce it from your side.
but seems that I didn't do any customized modification.

-- Jerry


On Thu, 29 Nov 2007 11:04:38 +1300
"Geofrey Rainey" <Geofrey.Rainey at tvnz.co.nz> wrote:

> That's a pretty tricky question you're asking. I know I'd have to
> replicate such an
> Error before I can start looking at fixing it!
> 
> -----Original Message-----
> From: redhat-list-bounces at redhat.com
> [mailto:redhat-list-bounces at redhat.com] On Behalf Of Jerry Jiang
> Sent: Wednesday, 28 November 2007 6:58 p.m.
> To: redhat-list at redhat.com
> Subject: How can I fix the kernel warning
> 
> HI, all
> 
> with the rhle5 kernel 2.6.18
> 
> when I compiled a new module with the current kernel, I got following
> warnings
> 
> How can I fix it?
> 
> 
>   Building modules, stage 2.
>   MODPOST
> WARNING: vmlinux - Section mismatch: reference to .init.data:boot_params
> from .text between '_text' (at offset 0x80400029) and 'startup_32_smp'
> WARNING: vmlinux - Section mismatch: reference to .init.data:boot_params
> from .text between '_text' (at offset 0x80400037) and 'startup_32_smp'
> WARNING: vmlinux - Section mismatch: reference to
> .init.data:init_pg_tables_end from .text between '_text' (at offset
> 0x80400099) and 'startup_32_smp'
> WARNING: vmlinux - Section mismatch: reference to
> .init.data:new_cpu_data from .text between 'checkCPUtype' (at offset
> 0x80400126) and 'is486'
> WARNING: vmlinux - Section mismatch: reference to
> .init.data:new_cpu_data from .text between 'checkCPUtype' (at offset
> 0x80400130) and 'is486'
> WARNING: vmlinux - Section mismatch: reference to
> .init.data:new_cpu_data from .text between 'checkCPUtype' (at offset
> 0x8040014f) and 'is486'
> WARNING: vmlinux - Section mismatch: reference to
> .init.data:new_cpu_data from .text between 'checkCPUtype' (at offset
> 0x80400160) and 'is486'
> WARNING: vmlinux - Section mismatch: reference to
> .init.data:new_cpu_data from .text between 'checkCPUtype' (at offset
> 0x80400166) and 'is486'
> WARNING: vmlinux - Section mismatch: reference to
> .init.data:new_cpu_data from .text between 'checkCPUtype' (at offset
> 0x8040016c) and 'is486'
> WARNING: vmlinux - Section mismatch: reference to
> .init.data:new_cpu_data from .text between 'checkCPUtype' (at offset
> 0x80400172) and 'is486'
> WARNING: vmlinux - Section mismatch: reference to
> .init.data:new_cpu_data from .text between 'checkCPUtype' (at offset
> 0x80400188) and 'is486'
> WARNING: vmlinux - Section mismatch: reference to
> .init.data:new_cpu_data from .text between 'checkCPUtype' (at offset
> 0x80400192) and 'is486'
> WARNING: vmlinux - Section mismatch: reference to
> .init.data:new_cpu_data from .text between 'checkCPUtype' (at offset
> 0x8040019b) and 'is486'
> WARNING: vmlinux - Section mismatch: reference to
> .init.data:new_cpu_data from .text between 'checkCPUtype' (at offset
> 0x804001a1) and 'is486'
> WARNING: vmlinux - Section mismatch: reference to
> .init.data:new_cpu_data from .text between 'check_x87' (at offset
> 0x80400210) and 'setup_idt'
> WARNING: vmlinux - Section mismatch: reference to
> .init.data:new_cpu_data from .text between 'check_x87' (at offset
> 0x8040022e) and 'setup_idt'
> WARNING: vmlinux - Section mismatch: reference to
> .init.text:start_kernel from .text between 'is386' (at offset
> 0x8040020a) and 'check_x87'
> WARNING: vmlinux - Section mismatch: reference to
> .init.text:smp_prepare_cpus from .text between 'init' (at offset
> 0x80400300) and 'rest_init'
> WARNING: vmlinux - Section mismatch: reference to
> .init.text:migration_init from .text between 'init' (at offset
> 0x80400305) and 'rest_init'
> WARNING: vmlinux - Section mismatch: reference to
> .init.text:spawn_ksoftirqd from .text between 'init' (at offset
> 0x8040030a) and 'rest_init'
> WARNING: vmlinux - Section mismatch: reference to .init.data: from .text
> between 'init' (at offset 0x80400310) and 'rest_init'
> WARNING: vmlinux - Section mismatch: reference to
> .init.text:spawn_softlockup_task from .text between 'init' (at offset
> 0x80400318) and 'rest_init'
> WARNING: vmlinux - Section mismatch: reference to
> .init.text:smp_cpus_done from .text between 'init' (at offset
> 0x80400381) and 'rest_init'
> WARNING: vmlinux - Section mismatch: reference to
> .init.text:sched_init_smp from .text between 'init' (at offset
> 0x804003ec) and 'rest_init'
> WARNING: vmlinux - Section mismatch: reference to
> .init.text:cpuset_init_smp from .text between 'init' (at offset
> 0x804003f1) and 'rest_init'
> WARNING: vmlinux - Section mismatch: reference to
> .init.text:populate_rootfs from .text between 'init' (at offset
> 0x804003f6) and 'rest_init'
> WARNING: vmlinux - Section mismatch: reference to
> .init.text:usermodehelper_init from .text between 'init' (at offset
> 0x80400400) and 'rest_init'
> WARNING: vmlinux - Section mismatch: reference to .init.text:driver_init
> from .text between 'init' (at offset 0x80400405) and 'rest_init'
> WARNING: vmlinux - Section mismatch: reference to .init.text:sysctl_init
> from .text between 'init' (at offset 0x8040040a) and 'rest_init'
> WARNING: vmlinux - Section mismatch: reference to .init.data: from .text
> between 'init' (at offset 0x8040041f) and 'rest_init'
> WARNING: vmlinux - Section mismatch: reference to .init.data: from .text
> between 'init' (at offset 0x80400458) and 'rest_init'
> WARNING: vmlinux - Section mismatch: reference to
> .init.text:prepare_namespace from .text between 'init' (at offset
> 0x80400508) and 'rest_init'
> WARNING: vmlinux - Section mismatch: reference to
> .init.text:parse_unisys_oem from .text between 'mps_oem_check' (at
> offset 0x804012f2) and 'acpi_madt_oem_check'
> WARNING: vmlinux - Section mismatch: reference to
> .init.text:find_unisys_acpi_oem_table from .text between
> 'acpi_madt_oem_check' (at offset 0x80401307) and 'enable_apic_mode'
> WARNING: vmlinux - Section mismatch: reference to
> .init.text:acpi_get_table_header_early from .text between
> 'acpi_madt_oem_check' (at offset 0x8040131d) and 'enable_apic_mode'
> WARNING: vmlinux - Section mismatch: reference to
> .init.text:parse_unisys_oem from .text between 'acpi_madt_oem_check' (at
> offset 0x8040135b) and 'enable_apic_mode'
> WARNING: vmlinux - Section mismatch: reference to
> .init.text:setup_unisys from .text between 'acpi_madt_oem_check' (at
> offset 0x80401364) and 'enable_apic_mode'
> WARNING: vmlinux - Section mismatch: reference to
> .init.text:es7000_sw_apic from .text between 'enable_apic_mode' (at
> offset 0x80401375) and 'check_apicid_present'
> WARNING: vmlinux - Section mismatch: reference to
> .init.text:efi_set_rtc_mmss from .text between 'sync_cmos_clock' (at
> offset 0x8040722e) and 'get_cmos_time'
> WARNING: vmlinux - Section mismatch: reference to
> .init.text:efi_get_time from .text between 'get_cmos_time' (at offset
> 0x8040741c) and 'timer_suspend'
> WARNING: vmlinux - Section mismatch: reference to
> .init.text:noirqdebug_setup from .text between 'quirk_intel_irqbalance'
> (at offset 0x80409226) and 'i8237A_suspend'
> WARNING: vmlinux - Section mismatch: reference to
> .init.text:sysenter_setup from .text between 'identify_cpu' (at offset
> 0x8040a262) and 'detect_ht'
> WARNING: vmlinux - Section mismatch: reference to
> .init.text:mtrr_bp_init from .text between 'identify_cpu' (at offset
> 0x8040a26c) and 'detect_ht'
> WARNING: vmlinux - Section mismatch: reference to
> .init.text:__alloc_bootmem from .text between 'cpu_init' (at offset
> 0x8040a559) and 'c_start'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from .text
> between 'cyrix_identify' (at offset 0x8040aaea) and 'centaur_size_cache'
> WARNING: vmlinux - Section mismatch: reference to
> .init.data:acpi_sci_flags from .text between 'acpi_sci_ioapic_setup' (at
> offset 0x8041203f) and 'acpi_register_gsi'
> WARNING: vmlinux - Section mismatch: reference to
> .init.data:acpi_sci_flags from .text between 'acpi_sci_ioapic_setup' (at
> offset 0x8041205b) and 'acpi_register_gsi'
> WARNING: vmlinux - Section mismatch: reference to
> .init.text:mp_override_legacy_irq from .text between
> 'acpi_sci_ioapic_setup' (at offset 0x80412073) and 'acpi_register_gsi'
> WARNING: vmlinux - Section mismatch: reference to
> .init.data:acpi_sci_override_gsi from .text between
> 'acpi_sci_ioapic_setup' (at offset 0x80412079) and 'acpi_register_gsi'
> WARNING: vmlinux - Section mismatch: reference to .init.data: from .text
> between 'start_secondary' (at offset 0x804166ae) and 'cpu_exit_clear'
> WARNING: vmlinux - Section mismatch: reference to .init.data: from .text
> between 'start_secondary' (at offset 0x804166bb) and 'cpu_exit_clear'
> WARNING: vmlinux - Section mismatch: reference to .init.data: from .text
> between 'start_secondary' (at offset 0x804166ca) and 'cpu_exit_clear'
> WARNING: vmlinux - Section mismatch: reference to .init.data: from .text
> between 'start_secondary' (at offset 0x804166e9) and 'cpu_exit_clear'
> WARNING: vmlinux - Section mismatch: reference to .init.data: from .text
> between 'start_secondary' (at offset 0x804166f0) and 'cpu_exit_clear'
> WARNING: vmlinux - Section mismatch: reference to .init.data: from .text
> between 'start_secondary' (at offset 0x80416704) and 'cpu_exit_clear'
> WARNING: vmlinux - Section mismatch: reference to .init.data: from .text
> between 'start_secondary' (at offset 0x80416713) and 'cpu_exit_clear'
> WARNING: vmlinux - Section mismatch: reference to .init.data: from .text
> between 'MP_processor_info' (at offset 0x80416bf0) and
> 'mp_register_lapic'
> WARNING: vmlinux - Section mismatch: reference to .init.data:maxcpus
> from .text between 'MP_processor_info' (at offset 0x80416c7f) and
> 'mp_register_lapic'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from .text
> between 'online_page' (at offset 0x8041ae3f) and 'free_init_pages'
> WARNING: vmlinux - Section mismatch: reference to
> .init.text:__init_begin from .text between 'free_initmem' (at offset
> 0x8041aef9) and 'mark_rodata_ro'
> WARNING: vmlinux - Section mismatch: reference to .init.text:_sinittext
> from .text between 'core_kernel_text' (at offset 0x80433842) and
> 'kernel_text_address'
> WARNING: vmlinux - Section mismatch: reference to .init.text:_einittext
> from .text between 'core_kernel_text' (at offset 0x8043384b) and
> 'kernel_text_address'
> WARNING: vmlinux - Section mismatch: reference to .init.text:_sinittext
> from .text between 'kallsyms_lookup' (at offset 0x8043e74b) and
> '__print_symbol'
> WARNING: vmlinux - Section mismatch: reference to .init.text:_einittext
> from .text between 'kallsyms_lookup' (at offset 0x8043e752) and
> '__print_symbol'
> WARNING: vmlinux - Section mismatch: reference to
> .init.data:initkmem_list3 from .text between 'set_up_list3s' (at offset
> 0x80464f10) and 's_start'
> WARNING: vmlinux - Section mismatch: reference to
> .init.text:__alloc_bootmem from .text between 'vgacon_startup' (at
> offset 0x804f8471) and 'vgacon_scrolldelta'
> WARNING: vmlinux - Section mismatch: reference to
> .init.data:logo_linux_clut224 from .text between 'fb_find_logo' (at
> offset 0x80500d68) and 'acpi_table_compute_checksum'
> WARNING: vmlinux - Section mismatch: reference to
> .init.text:uart_parse_options from .text between
> 'serial8250_console_setup' (at offset 0x8054444f) and 'size_fifo'
> WARNING: vmlinux - Section mismatch: reference to
> .init.text:uart_set_options from .text between
> 'serial8250_console_setup' (at offset 0x80544469) and 'size_fifo'
> WARNING: vmlinux - Section mismatch: reference to .init.data:acpi_noirq
> from .text between 'pcibios_penalize_isa_irq' (at offset 0x8059e7c6) and
> 'pirq_serverworks_get'
> WARNING: vmlinux - Section mismatch: reference to .init.data:acpi_noirq
> from .text between 'pcibios_setup' (at offset 0x8059ee76) and
> '__restore_processor_state'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .pci_fixup between
> '__pci_fixup_PCI_VENDOR_ID_INTELPCI_DEVICE_ID_INTEL_82454NXquirk_disable
> _pxb' (at offset 0x8065fd60) and
> '__pci_fixup_PCI_VENDOR_ID_CYRIXPCI_DEVICE_ID_CYRIX_PCI_MASTERquirk_medi
> agx_master'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .pci_fixup between
> '__pci_fixup_PCI_VENDOR_ID_CYRIXPCI_DEVICE_ID_CYRIX_PCI_MASTERquirk_medi
> agx_master' (at offset 0x8065fd68) and
> '__pci_fixup_PCI_VENDOR_ID_AMDPCI_DEVICE_ID_AMD_FE_GATE_700Cquirk_amd_or
> dering'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .pci_fixup between
> '__pci_fixup_PCI_VENDOR_ID_SERVERWORKSPCI_DEVICE_ID_SERVERWORKS_GCNB_LEq
> uirk_svw_msi' (at offset 0x8065fd80) and
> '__pci_fixup_PCI_VENDOR_ID_AMDPCI_DEVICE_ID_AMD_8131_BRIDGEquirk_amd_813
> 1_ioapic'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .pci_fixup between
> '__pci_fixup_PCI_VENDOR_ID_AMDPCI_DEVICE_ID_AMD_8131_BRIDGEquirk_amd_813
> 1_ioapic' (at offset 0x8065fd88) and
> '__pci_fixup_PCI_VENDOR_ID_SIPCI_ANY_IDquirk_ioapic_rmw'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .pci_fixup between
> '__pci_fixup_PCI_VENDOR_ID_SIPCI_ANY_IDquirk_ioapic_rmw' (at offset
> 0x8065fd90) and
> '__pci_fixup_PCI_VENDOR_ID_AMDPCI_DEVICE_ID_AMD_VIPER_7410quirk_amd_ioap
> ic'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .pci_fixup between
> '__pci_fixup_PCI_VENDOR_ID_ALPCI_DEVICE_ID_AL_M1651quirk_alimagik' (at
> offset 0x8065fde8) and
> '__pci_fixup_PCI_VENDOR_ID_ALPCI_DEVICE_ID_AL_M1647quirk_alimagik'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .pci_fixup between
> '__pci_fixup_PCI_VENDOR_ID_ALPCI_DEVICE_ID_AL_M1647quirk_alimagik' (at
> offset 0x8065fdf0) and
> '__pci_fixup_PCI_VENDOR_ID_VIAPCI_DEVICE_ID_VIA_82C576quirk_vsfx'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .pci_fixup between
> '__pci_fixup_PCI_VENDOR_ID_INTELPCI_DEVICE_ID_INTEL_EESSCquirk_alder_ioa
> pic' (at offset 0x8065fa68) and
> '__pci_fixup_PCI_VENDOR_ID_ATIPCI_DEVICE_ID_ATI_IXP600_SATAquirk_sb600_s
> ata'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .pci_fixup between
> '__pci_fixup_PCI_VENDOR_ID_SIPCI_DEVICE_ID_SI_LPCquirk_sis_96x_smbus'
> (at offset 0x8065fa78) and
> '__pci_fixup_PCI_VENDOR_ID_SIPCI_DEVICE_ID_SI_963quirk_sis_96x_smbus'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .pci_fixup between
> '__pci_fixup_PCI_VENDOR_ID_SIPCI_DEVICE_ID_SI_963quirk_sis_96x_smbus'
> (at offset 0x8065fa80) and
> '__pci_fixup_PCI_VENDOR_ID_SIPCI_DEVICE_ID_SI_962quirk_sis_96x_smbus'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .pci_fixup between
> '__pci_fixup_PCI_VENDOR_ID_SIPCI_DEVICE_ID_SI_962quirk_sis_96x_smbus'
> (at offset 0x8065fa88) and
> '__pci_fixup_PCI_VENDOR_ID_SIPCI_DEVICE_ID_SI_961quirk_sis_96x_smbus'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .pci_fixup between
> '__pci_fixup_PCI_VENDOR_ID_SIPCI_DEVICE_ID_SI_961quirk_sis_96x_smbus'
> (at offset 0x8065fa90) and
> '__pci_fixup_PCI_VENDOR_ID_VIAPCI_DEVICE_ID_VIA_8237asus_hides_ac97_lpc'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .pci_fixup between
> '__pci_fixup_PCI_VENDOR_ID_VIAPCI_DEVICE_ID_VIA_8237asus_hides_ac97_lpc'
> (at offset 0x8065fa98) and
> '__pci_fixup_PCI_VENDOR_ID_SIPCI_DEVICE_ID_SI_503quirk_sis_503'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .pci_fixup between
> '__pci_fixup_PCI_VENDOR_ID_SIPCI_DEVICE_ID_SI_503quirk_sis_503' (at
> offset 0x8065faa0) and
> '__pci_fixup_PCI_VENDOR_ID_SIPCI_DEVICE_ID_SI_735quirk_sis_96x_compatibl
> e'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .pci_fixup between
> '__pci_fixup_PCI_VENDOR_ID_SIPCI_DEVICE_ID_SI_735quirk_sis_96x_compatibl
> e' (at offset 0x8065faa8) and
> '__pci_fixup_PCI_VENDOR_ID_SIPCI_DEVICE_ID_SI_651quirk_sis_96x_compatibl
> e'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .pci_fixup between
> '__pci_fixup_PCI_VENDOR_ID_SIPCI_DEVICE_ID_SI_651quirk_sis_96x_compatibl
> e' (at offset 0x8065fab0) and
> '__pci_fixup_PCI_VENDOR_ID_SIPCI_DEVICE_ID_SI_650quirk_sis_96x_compatibl
> e'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .pci_fixup between
> '__pci_fixup_PCI_VENDOR_ID_SIPCI_DEVICE_ID_SI_650quirk_sis_96x_compatibl
> e' (at offset 0x8065fab8) and
> '__pci_fixup_PCI_VENDOR_ID_SIPCI_DEVICE_ID_SI_648quirk_sis_96x_compatibl
> e'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .pci_fixup between
> '__pci_fixup_PCI_VENDOR_ID_SIPCI_DEVICE_ID_SI_648quirk_sis_96x_compatibl
> e' (at offset 0x8065fac0) and
> '__pci_fixup_PCI_VENDOR_ID_SIPCI_DEVICE_ID_SI_646quirk_sis_96x_compatibl
> e'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .pci_fixup between
> '__pci_fixup_PCI_VENDOR_ID_SIPCI_DEVICE_ID_SI_646quirk_sis_96x_compatibl
> e' (at offset 0x8065fac8) and
> '__pci_fixup_PCI_VENDOR_ID_SIPCI_DEVICE_ID_SI_645quirk_sis_96x_compatibl
> e'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .pci_fixup between
> '__pci_fixup_PCI_VENDOR_ID_SIPCI_DEVICE_ID_SI_645quirk_sis_96x_compatibl
> e' (at offset 0x8065fad0) and
> '__pci_fixup_PCI_VENDOR_ID_VIAPCI_DEVICE_ID_VIA_8237k8t_sound_hostbridge
> '
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .pci_fixup between
> '__pci_fixup_PCI_VENDOR_ID_VIAPCI_DEVICE_ID_VIA_8237k8t_sound_hostbridge
> ' (at offset 0x8065fad8) and
> '__pci_fixup_PCI_VENDOR_ID_INTELPCI_DEVICE_ID_INTEL_82375quirk_eisa_brid
> ge'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .pci_fixup between
> '__pci_fixup_PCI_VENDOR_ID_INTELPCI_DEVICE_ID_INTEL_82375quirk_eisa_brid
> ge' (at offset 0x8065fae0) and
> '__pci_fixup_PCI_VENDOR_ID_INTELPCI_DEVICE_ID_INTEL_82801CA_10quirk_ide_
> samemode'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .pci_fixup between
> '__pci_fixup_PCI_VENDOR_ID_INTELPCI_DEVICE_ID_INTEL_82801CA_10quirk_ide_
> samemode' (at offset 0x8065fae8) and
> '__pci_fixup_PCI_VENDOR_ID_SERVERWORKSPCI_DEVICE_ID_SERVERWORKS_CSB5IDEq
> uirk_svwks_csb5ide'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .pci_fixup between
> '__pci_fixup_PCI_VENDOR_ID_NVIDIAPCI_DEVICE_ID_NVIDIA_NFORCE2pci_fixup_n
> force2' (at offset 0x8065fbe8) and
> '__pci_fixup_PCI_VENDOR_ID_INTELPCI_ANY_IDpci_fixup_transparent_bridge'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from .data
> between 'apic_summit' (at offset 0x80678cc4) and 'apic_bigsmp'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from .data
> between 'apic_bigsmp' (at offset 0x80678d64) and 'cpu.4388'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from .data
> between 'apic_es7000' (at offset 0x80678e04) and 'apic_default'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from .data
> between 'apic_default' (at offset 0x80678ea4) and 'interrupt'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x80726000) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x80726004) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x80726008) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x807260bc) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x807260c0) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x807260d8) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x807260dc) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x8072610c) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x80726110) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x80726114) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x80726118) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x8072611c) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x80726120) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x80726124) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x80726128) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x8072612c) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x80726130) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x80726134) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x80726138) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x8072613c) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x80726140) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x80726144) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x80726148) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x8072614c) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x80726150) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x80726154) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x80726158) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x8072615c) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x80726184) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x807261e0) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x807261e4) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x807261e8) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x807261ec) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x807261f0) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x807261f4) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x807261f8) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x807261fc) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x80726200) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x80726204) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x80726208) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x8072620c) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x80726210) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x80726214) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x80726218) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x8072621c) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x80726220) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x80726224) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x80726228) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x8072622c) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x80726230) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x80726234) and
> '__smp_locks_end'
> WARNING: vmlinux - Section mismatch: reference to .init.text: from
> .smp_alternatives between '__smp_alt_begin' (at offset 0x80726238) and
> '__smp_locks_end'
> 
> -- Jerry
> 
> --
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request at redhat.com?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/redhat-list
> ==========================================================
> For more information on the Television New Zealand Group, visit us
> online at tvnz.co.nz 
> ==========================================================
> CAUTION:  This e-mail and any attachment(s) contain information that
> is intended to be read only by the named recipient(s).  This information
> is not to be used or stored by any other person and/or organisation.
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request at redhat.com?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/redhat-list




More information about the redhat-list mailing list