This is a note to let you know that I've just added the patch titled
CRIS: Add _sdata to vmlinux.lds.S
to the 3.0-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
cris-add-_sdata-to-vmlinux.lds.s.patch
and it can be found in the queue-3.0 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From 473e162eea465e60578edb93341752e7f1c1dacc Mon Sep 17 00:00:00 2001
From: Jesper Nilsson <[email protected]>
Date: Mon, 24 Oct 2011 11:19:25 +0200
Subject: CRIS: Add _sdata to vmlinux.lds.S
From: Jesper Nilsson <[email protected]>
commit 473e162eea465e60578edb93341752e7f1c1dacc upstream.
Fixes link error:
LD vmlinux
kernel/built-in.o: In function `core_kernel_data':
(.text+0x13e44): undefined reference to `_sdata'
Signed-off-by: Jesper Nilsson <[email protected]>
Cc: Guenter Roeck <[email protected]>
Cc: Geert Uytterhoeven <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
arch/cris/kernel/vmlinux.lds.S | 1 +
1 file changed, 1 insertion(+)
--- a/arch/cris/kernel/vmlinux.lds.S
+++ b/arch/cris/kernel/vmlinux.lds.S
@@ -52,6 +52,7 @@ SECTIONS
EXCEPTION_TABLE(4)
+ _sdata = .;
RODATA
. = ALIGN (4);
Patches currently in stable-queue which might be from [email protected]
are
queue-3.0/cris-add-_sdata-to-vmlinux.lds.s.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html