- uml-add-_text-definition-to-linker-scripts.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     uml: add _text definition to linker scripts
has been removed from the -mm tree.  Its filename was
     uml-add-_text-definition-to-linker-scripts.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: uml: add _text definition to linker scripts
From: Jeff Dike <jdike@xxxxxxxxxxx>

kallsyms now refers to addresses as '_text + 0xADDRESS', rather than just
'0xADDRESS', so we need to define _text.

Signed-off-by: Jeff Dike <jdike@xxxxxxxxxxx>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@xxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 arch/um/kernel/dyn.lds.S |    1 +
 arch/um/kernel/uml.lds.S |    1 +
 2 files changed, 2 insertions(+)

diff -puN arch/um/kernel/dyn.lds.S~uml-add-_text-definition-to-linker-scripts arch/um/kernel/dyn.lds.S
--- a/arch/um/kernel/dyn.lds.S~uml-add-_text-definition-to-linker-scripts
+++ a/arch/um/kernel/dyn.lds.S
@@ -14,6 +14,7 @@ SECTIONS
    * is remapped.*/
   __binary_start = .;
   . = ALIGN(4096);		/* Init code and data */
+  _text = .;
   _stext = .;
   __init_begin = .;
   .init.text : {
diff -puN arch/um/kernel/uml.lds.S~uml-add-_text-definition-to-linker-scripts arch/um/kernel/uml.lds.S
--- a/arch/um/kernel/uml.lds.S~uml-add-_text-definition-to-linker-scripts
+++ a/arch/um/kernel/uml.lds.S
@@ -25,6 +25,7 @@ SECTIONS
   . = ALIGN(4096);		/* Init code and data */
 #endif
 
+  _text = .;
   _stext = .;
   __init_begin = .;
   .init.text : {
_

Patches currently in -mm which might be from jdike@xxxxxxxxxxx are

origin.patch
uml-fix-prototypes.patch
uml-make-execvp-safe-for-our-usage.patch
tty-signal-tty-locking.patch
uml-add-generic-bug-support.patch
add-process_session-helper-routine-deprecate-old-field-fix-warnings-fix.patch
tty-switch-to-ktermios-uml-fix.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux