Re: [BUG] linux-next: Tree for August 26 - Badness at kernel/notifier.c:25

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: David Woodhouse
Date: Thursday, August 28, 2008 - 7:55 am

On Thu, 2008-08-28 at 15:23 +0100, David Woodhouse wrote:

The TEXT_TEXT macro defined in <asm-generic/vmlinux.lds.h> should get
this right... but we don't use it. Is there any particular reason for
that, or should we....

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>

--- linux-2.6.26.ppc64/arch/powerpc/kernel/vmlinux.lds.S~	2008-07-13 22:51:29.000000000 +0100
+++ linux-2.6.26.ppc64/arch/powerpc/kernel/vmlinux.lds.S	2008-08-28 15:39:14.000000000 +0100
@@ -35,10 +35,11 @@ SECTIONS
 		ALIGN_FUNCTION();
 		*(.text.head)
 		_text = .;
-		*(.text .fixup .text.init.refok .exit.text.refok)
+		TEXT_TEXT
 		SCHED_TEXT
 		LOCK_TEXT
 		KPROBES_TEXT
+		*(.fixup)
 
 #ifdef CONFIG_PPC32
 		*(.got1)

-- 
David Woodhouse                            Open Source Technology Centre
David.Woodhouse@intel.com                              Intel Corporation



--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
linux-next: Tree for August 26, Stephen Rothwell, (Tue Aug 26, 1:40 am)
[BUG] linux-next: Tree for August 26 - Badness at kernel/n ..., Kamalesh Babulal, (Tue Aug 26, 11:27 am)
[PATCH -next] net: fix compilation NG when !CONFIG_MODULE, Hiroshi Shimamoto, (Tue Aug 26, 4:49 pm)
[PATCH -next] initramfs: fix compilation warning, Hiroshi Shimamoto, (Tue Aug 26, 4:56 pm)
Re: [BUG] linux-next: Tree for August 26 - Badness at kern ..., Kamalesh Babulal, (Wed Aug 27, 10:52 am)
Re: [BUG] linux-next: Tree for August 26 - Badness at kern ..., David Woodhouse, (Thu Aug 28, 7:55 am)