linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* section mismatches
@ 2007-05-31  1:02 Andrew Morton
  2007-05-31  4:05 ` Jeremy Fitzhardinge
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Andrew Morton @ 2007-05-31  1:02 UTC (permalink / raw)
  To: linux-kernel


Mostly from Andi's tree:

WARNING: arch/i386/kernel/head.o(.note.Xen+0x68): Section mismatch: reference to .init.text:startup_xen
WARNING: vmlinux(.text+0xc0101183): Section mismatch: reference to .init.text:start_kernel (between 'is386' and 'check_x87')
WARNING: vmlinux(.text+0xc02fc63b): Section mismatch: reference to .init.text:kernel_init (between 'rest_init' and 'alloc_node_mem_map')
WARNING: vmlinux(.text+0xc0302e16): Section mismatch: reference to .init.text: (between 'iret_exc' and '_etext')
WARNING: vmlinux(.text+0xc0302e22): Section mismatch: reference to .init.text: (between 'iret_exc' and '_etext')
WARNING: vmlinux(.text+0xc0302e2e): Section mismatch: reference to .init.text: (between 'iret_exc' and '_etext')
WARNING: vmlinux(.text+0xc0302e3a): Section mismatch: reference to .init.text: (between 'iret_exc' and '_etext')
WARNING: vmlinux(.text+0xc02fc6c7): Section mismatch: reference to .init.text:__alloc_bootmem_node (between 'alloc_node_mem_map' and 'zone_wait_table_init')
WARNING: vmlinux(.text+0xc02fc797): Section mismatch: reference to .init.text:__alloc_bootmem_node (between 'zone_wait_table_init' and 'schedule')
WARNING: vmlinux(.text+0xc0222408): Section mismatch: reference to .init.text:__alloc_bootmem (between 'vgacon_startup' and 'vgacon_scrolldelta')
WARNING: vmlinux(.text+0xc03034c1): Section mismatch: reference to .init.text: (between 'iret_exc' and '_etext')
WARNING: vmlinux(.text+0xc030360d): Section mismatch: reference to .init.text: (between 'iret_exc' and '_etext')
WARNING: vmlinux(.notes+0x3d28): Section mismatch: reference to .init.text:startup_xen

^ permalink raw reply	[flat|nested] 16+ messages in thread
* Section Mismatches
@ 2010-08-04 11:11 Felipe Balbi
  2010-08-04 12:26 ` Uwe Kleine-König
  0 siblings, 1 reply; 16+ messages in thread
From: Felipe Balbi @ 2010-08-04 11:11 UTC (permalink / raw)
  To: Uwe Kleine-König; +Cc: Linux Kernel Mailing List

Hi Uwe,

I see that your commit 0db252452378aa7a9e001a13226e1cd1dc61453d removed 
the *_driver from the symbol whitelist when referencing init section 
(heh, it took a while), but could you explain what's the rationale 
behind that ?

Thanks a lot

-- 
balbi

DefectiveByDesign.org

^ permalink raw reply	[flat|nested] 16+ messages in thread
* section mismatches
@ 2007-05-22 21:52 Andrew Morton
  2007-05-22 23:15 ` Jeremy Fitzhardinge
  0 siblings, 1 reply; 16+ messages in thread
From: Andrew Morton @ 2007-05-22 21:52 UTC (permalink / raw)
  To: linux-kernel


So I bravely did an i386 allmodconfig build on the current -mm lineup:

WARNING: vmlinux(.text+0xc010116f): Section mismatch: reference to .init.text:start_kernel (between 'is386' and 'check_x87')
WARNING: vmlinux(.text+0xc02f7af7): Section mismatch: reference to .init.text: (between 'rest_init' and 'alloc_node_mem_map')
WARNING: vmlinux(.text+0xc02fe08d): Section mismatch: reference to .init.text: (between 'iret_exc' and '_etext')
WARNING: vmlinux(.text+0xc02fe099): Section mismatch: reference to .init.text: (between 'iret_exc' and '_etext')
WARNING: vmlinux(.text+0xc02fe0a5): Section mismatch: reference to .init.text: (between 'iret_exc' and '_etext')
WARNING: vmlinux(.text+0xc02fe0b1): Section mismatch: reference to .init.text: (between 'iret_exc' and '_etext')
WARNING: vmlinux(.text+0xc02f7b83): Section mismatch: reference to .init.text:__alloc_bootmem_node (between 'alloc_node_mem_map' and 'zone_wait_table_init')
WARNING: vmlinux(.text+0xc02f7c53): Section mismatch: reference to .init.text:__alloc_bootmem_node (between 'zone_wait_table_init' and 'schedule')
WARNING: vmlinux(.text+0xc021dcc8): Section mismatch: reference to .init.text:__alloc_bootmem (between 'vgacon_startup' and 'vgacon_scrolldelta')
WARNING: vmlinux(.text+0xc02fe738): Section mismatch: reference to .init.text: (between 'iret_exc' and '_etext')
WARNING: vmlinux(.text+0xc02fe884): Section mismatch: reference to .init.text: (between 'iret_exc' and '_etext')
WARNING: vmlinux(.data+0xc0439099): Section mismatch: reference to .init.text:xen_start_kernel (between 'startup_xen' and 'boot_gdt_descr')

Could the people who write these bugs, please, like, fix them?

It's not trivial noise.  These things lead to kernel crashes.

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2010-08-09 10:32 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-31  1:02 section mismatches Andrew Morton
2007-05-31  4:05 ` Jeremy Fitzhardinge
2007-05-31  4:40 ` Yinghai Lu
2007-05-31  4:52   ` Sam Ravnborg
2007-05-31  4:50 ` Sam Ravnborg
2007-05-31  4:56   ` Andrew Morton
2007-05-31 20:53     ` Sam Ravnborg
  -- strict thread matches above, loose matches on Subject: below --
2010-08-04 11:11 Section Mismatches Felipe Balbi
2010-08-04 12:26 ` Uwe Kleine-König
2010-08-09  6:08   ` Felipe Balbi
2010-08-09  6:49     ` Uwe Kleine-König
2010-08-09 10:31       ` Felipe Balbi
2007-05-22 21:52 section mismatches Andrew Morton
2007-05-22 23:15 ` Jeremy Fitzhardinge
2007-05-23  0:12   ` Chris Wright
2007-05-23  6:54     ` Chris Wright

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).