/openbmc/linux/arch/parisc/include/asm/ |
H A D | unwind.h | diff c8921d72e390cb6fca3fb2b0c2badfda851647eb Sat Aug 04 17:03:29 CDT 2018 Helge Deller <deller@gmx.de> parisc: Fix and improve kernel stack unwinding
This patchset fixes and improves stack unwinding a lot: 1. Show backward stack traces with up to 30 callsites 2. Add callinfo to ENTRY_CFI() such that every assembler function will get an entry in the unwind table 3. Use constants instead of numbers in call_on_stack() 4. Do not depend on CONFIG_KALLSYMS to generate backtraces. 5. Speed up backtrace generation
Make sure you have this patch to GNU as installed: https://sourceware.org/ml/binutils/2018-07/msg00474.html Without this patch, unwind info in the kernel is often wrong for various functions.
Signed-off-by: Helge Deller <deller@gmx.de>
|
H A D | linkage.h | diff c8921d72e390cb6fca3fb2b0c2badfda851647eb Sat Aug 04 17:03:29 CDT 2018 Helge Deller <deller@gmx.de> parisc: Fix and improve kernel stack unwinding
This patchset fixes and improves stack unwinding a lot: 1. Show backward stack traces with up to 30 callsites 2. Add callinfo to ENTRY_CFI() such that every assembler function will get an entry in the unwind table 3. Use constants instead of numbers in call_on_stack() 4. Do not depend on CONFIG_KALLSYMS to generate backtraces. 5. Speed up backtrace generation
Make sure you have this patch to GNU as installed: https://sourceware.org/ml/binutils/2018-07/msg00474.html Without this patch, unwind info in the kernel is often wrong for various functions.
Signed-off-by: Helge Deller <deller@gmx.de>
|
H A D | assembly.h | diff c8921d72e390cb6fca3fb2b0c2badfda851647eb Sat Aug 04 17:03:29 CDT 2018 Helge Deller <deller@gmx.de> parisc: Fix and improve kernel stack unwinding
This patchset fixes and improves stack unwinding a lot: 1. Show backward stack traces with up to 30 callsites 2. Add callinfo to ENTRY_CFI() such that every assembler function will get an entry in the unwind table 3. Use constants instead of numbers in call_on_stack() 4. Do not depend on CONFIG_KALLSYMS to generate backtraces. 5. Speed up backtrace generation
Make sure you have this patch to GNU as installed: https://sourceware.org/ml/binutils/2018-07/msg00474.html Without this patch, unwind info in the kernel is often wrong for various functions.
Signed-off-by: Helge Deller <deller@gmx.de>
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | real2.S | diff c8921d72e390cb6fca3fb2b0c2badfda851647eb Sat Aug 04 17:03:29 CDT 2018 Helge Deller <deller@gmx.de> parisc: Fix and improve kernel stack unwinding
This patchset fixes and improves stack unwinding a lot: 1. Show backward stack traces with up to 30 callsites 2. Add callinfo to ENTRY_CFI() such that every assembler function will get an entry in the unwind table 3. Use constants instead of numbers in call_on_stack() 4. Do not depend on CONFIG_KALLSYMS to generate backtraces. 5. Speed up backtrace generation
Make sure you have this patch to GNU as installed: https://sourceware.org/ml/binutils/2018-07/msg00474.html Without this patch, unwind info in the kernel is often wrong for various functions.
Signed-off-by: Helge Deller <deller@gmx.de>
|
H A D | unwind.c | diff c8921d72e390cb6fca3fb2b0c2badfda851647eb Sat Aug 04 17:03:29 CDT 2018 Helge Deller <deller@gmx.de> parisc: Fix and improve kernel stack unwinding
This patchset fixes and improves stack unwinding a lot: 1. Show backward stack traces with up to 30 callsites 2. Add callinfo to ENTRY_CFI() such that every assembler function will get an entry in the unwind table 3. Use constants instead of numbers in call_on_stack() 4. Do not depend on CONFIG_KALLSYMS to generate backtraces. 5. Speed up backtrace generation
Make sure you have this patch to GNU as installed: https://sourceware.org/ml/binutils/2018-07/msg00474.html Without this patch, unwind info in the kernel is often wrong for various functions.
Signed-off-by: Helge Deller <deller@gmx.de>
|
H A D | pacache.S | diff c8921d72e390cb6fca3fb2b0c2badfda851647eb Sat Aug 04 17:03:29 CDT 2018 Helge Deller <deller@gmx.de> parisc: Fix and improve kernel stack unwinding
This patchset fixes and improves stack unwinding a lot: 1. Show backward stack traces with up to 30 callsites 2. Add callinfo to ENTRY_CFI() such that every assembler function will get an entry in the unwind table 3. Use constants instead of numbers in call_on_stack() 4. Do not depend on CONFIG_KALLSYMS to generate backtraces. 5. Speed up backtrace generation
Make sure you have this patch to GNU as installed: https://sourceware.org/ml/binutils/2018-07/msg00474.html Without this patch, unwind info in the kernel is often wrong for various functions.
Signed-off-by: Helge Deller <deller@gmx.de>
|
H A D | traps.c | diff c8921d72e390cb6fca3fb2b0c2badfda851647eb Sat Aug 04 17:03:29 CDT 2018 Helge Deller <deller@gmx.de> parisc: Fix and improve kernel stack unwinding
This patchset fixes and improves stack unwinding a lot: 1. Show backward stack traces with up to 30 callsites 2. Add callinfo to ENTRY_CFI() such that every assembler function will get an entry in the unwind table 3. Use constants instead of numbers in call_on_stack() 4. Do not depend on CONFIG_KALLSYMS to generate backtraces. 5. Speed up backtrace generation
Make sure you have this patch to GNU as installed: https://sourceware.org/ml/binutils/2018-07/msg00474.html Without this patch, unwind info in the kernel is often wrong for various functions.
Signed-off-by: Helge Deller <deller@gmx.de>
|
H A D | process.c | diff c8921d72e390cb6fca3fb2b0c2badfda851647eb Sat Aug 04 17:03:29 CDT 2018 Helge Deller <deller@gmx.de> parisc: Fix and improve kernel stack unwinding
This patchset fixes and improves stack unwinding a lot: 1. Show backward stack traces with up to 30 callsites 2. Add callinfo to ENTRY_CFI() such that every assembler function will get an entry in the unwind table 3. Use constants instead of numbers in call_on_stack() 4. Do not depend on CONFIG_KALLSYMS to generate backtraces. 5. Speed up backtrace generation
Make sure you have this patch to GNU as installed: https://sourceware.org/ml/binutils/2018-07/msg00474.html Without this patch, unwind info in the kernel is often wrong for various functions.
Signed-off-by: Helge Deller <deller@gmx.de>
|
H A D | entry.S | diff c8921d72e390cb6fca3fb2b0c2badfda851647eb Sat Aug 04 17:03:29 CDT 2018 Helge Deller <deller@gmx.de> parisc: Fix and improve kernel stack unwinding
This patchset fixes and improves stack unwinding a lot: 1. Show backward stack traces with up to 30 callsites 2. Add callinfo to ENTRY_CFI() such that every assembler function will get an entry in the unwind table 3. Use constants instead of numbers in call_on_stack() 4. Do not depend on CONFIG_KALLSYMS to generate backtraces. 5. Speed up backtrace generation
Make sure you have this patch to GNU as installed: https://sourceware.org/ml/binutils/2018-07/msg00474.html Without this patch, unwind info in the kernel is often wrong for various functions.
Signed-off-by: Helge Deller <deller@gmx.de>
|
/openbmc/linux/arch/parisc/lib/ |
H A D | lusercopy.S | diff c8921d72e390cb6fca3fb2b0c2badfda851647eb Sat Aug 04 17:03:29 CDT 2018 Helge Deller <deller@gmx.de> parisc: Fix and improve kernel stack unwinding
This patchset fixes and improves stack unwinding a lot: 1. Show backward stack traces with up to 30 callsites 2. Add callinfo to ENTRY_CFI() such that every assembler function will get an entry in the unwind table 3. Use constants instead of numbers in call_on_stack() 4. Do not depend on CONFIG_KALLSYMS to generate backtraces. 5. Speed up backtrace generation
Make sure you have this patch to GNU as installed: https://sourceware.org/ml/binutils/2018-07/msg00474.html Without this patch, unwind info in the kernel is often wrong for various functions.
Signed-off-by: Helge Deller <deller@gmx.de>
|