From: Jeff Dike kallsyms now refers to addresses as '_text + 0xADDRESS', rather than just '0xADDRESS', so we need to define _text. Signed-off-by: Jeff Dike Cc: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Andrew Morton --- 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 : { _