linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: powerpc build failure
@ 2008-06-11  9:27 Stephen Rothwell
  2008-06-11  9:59 ` Ingo Molnar
  0 siblings, 1 reply; 17+ messages in thread
From: Stephen Rothwell @ 2008-06-11  9:27 UTC (permalink / raw)
  To: Thomas Gleixner, Ingo Molnar, H. Peter Anvin
  Cc: linux-next, Paul Mackerras, linuxppc-dev

[-- Attachment #1: Type: text/plain, Size: 544 bytes --]

Hi all,

Today's linux-next build (powerpc allyesconfig) failed like this:

vmlinux.o: In function `ipx_ioctl':
/scratch/sfr/next/net/ipx/af_ipx.c:1830: relocation truncated to fit: R_PPC64_REL24 against symbol `._mcount' defined in .text section in vmlinux.o

(and lots more similar)

I am assuming that this has something to do with how big vmlinux is for
allyesconfig and the addition of -pg to KBUILD_CFLAGS for ftrace.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread
* linux-next: powerpc build failure
@ 2008-11-26 14:34 Stephen Rothwell
  2008-11-26 23:16 ` Paul Mackerras
  2008-11-27  0:26 ` Peter Teoh
  0 siblings, 2 replies; 17+ messages in thread
From: Stephen Rothwell @ 2008-11-26 14:34 UTC (permalink / raw)
  To: paulus; +Cc: linux-next

[-- Attachment #1: Type: text/plain, Size: 2475 bytes --]

Hi Paul,

Today's linux-next build (powerpc allyesconfig) failed like this:

drivers/built-in.o: In function `get_dma_ops':
arch/powerpc/include/asm/dma-mapping.h:97: relocation truncated to fit: R_PPC64_REL24 against symbol `.ftrace_likely_update' defined in .text section in kernel/built-in.o
drivers/built-in.o: In function `init_shadow_tids':
drivers/infiniband/hw/ipath/ipath_init_chip.c:457: relocation truncated to fit: R_PPC64_REL24 against symbol `.vfree' defined in .text section in mm/built-in.o
drivers/built-in.o: In function `bringup_link':
drivers/infiniband/hw/ipath/ipath_init_chip.c:186: relocation truncated to fit: R_PPC64_REL24 against symbol `.ftrace_likely_update' defined in .text section in kernel/built-in.o
drivers/built-in.o: In function `eeh_readq':
arch/powerpc/include/asm/eeh.h:145: relocation truncated to fit: R_PPC64_REL24 against symbol `.eeh_check_failure' defined in .text section in arch/powerpc/platforms/built-in.o
arch/powerpc/include/asm/eeh.h:145: relocation truncated to fit: R_PPC64_REL24 against symbol `.eeh_check_failure' defined in .text section in arch/powerpc/platforms/built-in.o
drivers/built-in.o: In function `create_port0_egr':
drivers/infiniband/hw/ipath/ipath_init_chip.c:92: relocation truncated to fit: R_PPC64_REL24 against symbol `.vmalloc' defined in .text section in mm/built-in.o
drivers/infiniband/hw/ipath/ipath_init_chip.c:114: relocation truncated to fit: R_PPC64_REL24 against symbol `.vfree' defined in .text section in mm/built-in.o
drivers/built-in.o: In function `enable_chip':
drivers/infiniband/hw/ipath/ipath_init_chip.c:477: relocation truncated to fit: R_PPC64_REL24 against symbol `.init_waitqueue_head' defined in .text section in kernel/built-in.o
drivers/built-in.o: In function `eeh_readq':
arch/powerpc/include/asm/eeh.h:145: relocation truncated to fit: R_PPC64_REL24 against symbol `.eeh_check_failure' defined in .text section in arch/powerpc/platforms/built-in.o
drivers/built-in.o: In function `eeh_readl':
arch/powerpc/include/asm/eeh.h:137: relocation truncated to fit: R_PPC64_REL24 against symbol `.eeh_check_failure' defined in .text section in arch/powerpc/platforms/built-in.o
drivers/built-in.o: In function `get_dma_ops':
arch/powerpc/include/asm/dma-mapping.h:97: additional relocation overflows omitted from the output

I have no idea why.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread
* linux-next: powerpc build failure
@ 2008-06-10  6:54 Stephen Rothwell
  2008-06-10  7:20 ` Benjamin Herrenschmidt
  0 siblings, 1 reply; 17+ messages in thread
From: Stephen Rothwell @ 2008-06-10  6:54 UTC (permalink / raw)
  To: Paul Mackerras, linuxppc-dev; +Cc: linux-next, Benjamin Herrenschmidt

[-- Attachment #1: Type: text/plain, Size: 497 bytes --]

Hi Paul,

Today's linux-next tree build (powerpc ppc64_defconfig) failed like this:

  UPD     include/linux/compile.h
arch/powerpc/mm/built-in.o: In function `ht64_insert_pte':
hash_native_64.c:(.text+0x4756): undefined reference to `_PAGE_HPTE_SUB0'

I have reverted commit 2d9a973b0fee245af43b73412a08e88bc955644d
("powerpc: Free a PTE bit on ppc64 with 64K pages") for now.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

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

end of thread, other threads:[~2008-11-27  0:26 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-11  9:27 linux-next: powerpc build failure Stephen Rothwell
2008-06-11  9:59 ` Ingo Molnar
2008-06-12  1:38   ` Paul Mackerras
2008-06-12  5:33     ` Alan Modra
2008-06-12  7:05       ` Stephen Rothwell
2008-06-12  7:16         ` Ingo Molnar
2008-06-12  7:27           ` Stephen Rothwell
2008-06-12  7:47             ` Ingo Molnar
2008-06-12  7:23         ` Benjamin Herrenschmidt
2008-06-12  7:24         ` Stephen Rothwell
2008-06-12 18:12           ` Sam Ravnborg
2008-06-12  8:15         ` Alan Modra
  -- strict thread matches above, loose matches on Subject: below --
2008-11-26 14:34 Stephen Rothwell
2008-11-26 23:16 ` Paul Mackerras
2008-11-27  0:26 ` Peter Teoh
2008-06-10  6:54 Stephen Rothwell
2008-06-10  7:20 ` Benjamin Herrenschmidt

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).