This is a note to let you know that I've just added the patch titled
score: normalize global variables exported by vmlinux.lds
to the 3.10-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:
score-normalize-global-variables-exported-by-vmlinux.lds.patch
and it can be found in the queue-3.10 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From ae49b83dcacfb69e22092cab688c415c2f2d870c Mon Sep 17 00:00:00 2001
From: Jiang Liu <[email protected]>
Date: Wed, 3 Jul 2013 15:03:37 -0700
Subject: score: normalize global variables exported by vmlinux.lds
From: Jiang Liu <[email protected]>
commit ae49b83dcacfb69e22092cab688c415c2f2d870c upstream.
Generate mandatory global variables _sdata in file vmlinux.lds.
Signed-off-by: Jiang Liu <[email protected]>
Cc: Chen Liqin <[email protected]>
Cc: Lennox Wu <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Cc: Guenter Roeck <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
arch/score/kernel/vmlinux.lds.S | 1 +
1 file changed, 1 insertion(+)
--- a/arch/score/kernel/vmlinux.lds.S
+++ b/arch/score/kernel/vmlinux.lds.S
@@ -49,6 +49,7 @@ SECTIONS
}
. = ALIGN(16);
+ _sdata = .; /* Start of data section */
RODATA
EXCEPTION_TABLE(16)
Patches currently in stable-queue which might be from [email protected] are
queue-3.10/score-normalize-global-variables-exported-by-vmlinux.lds.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