[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221229061516.31671-1-hejinyang@loongson.cn>
Date: Thu, 29 Dec 2022 14:15:11 +0800
From: Jinyang He <hejinyang@...ngson.cn>
To: Huacai Chen <chenhuacai@...nel.org>,
WANG Xuerui <kernel@...0n.name>,
Qing Zhang <zhangqing@...ngson.cn>
Cc: loongarch@...ts.linux.dev, linux-kernel@...r.kernel.org,
Steven Rostedt <rostedt@...dmis.org>,
Masami Hiramatsu <mhiramat@...nel.org>,
Mark Rutland <mark.rutland@....com>
Subject: [PATCH v2 0/5] LoongArch: Some fix and new features for unwinders
Make the stacktrace more effective and the codes more clear.
v2:
Directly use unwinder_guess when regiser unwinder.
Drop unwind type.
Drop patch which add raw_show_trace parameter.
Handle task == NULL case in unwind_start.
Thanks for Qing and Huacai.
Jinyang He (5):
LoongArch: Get frame info in unwind_start when regs is not supported
LoongArch: Use correct sp value to get graph addr in unwinder guess
LoongArch: Adjust PC value when unwind next frame in prologue unwinder
LoongArch: Strip guess_unwinder out from prologue_unwinder
LoongArch: Add generic ex-handler unwind in prologue unwinder
arch/loongarch/include/asm/ftrace.h | 2 -
arch/loongarch/include/asm/unwind.h | 37 +++-
arch/loongarch/kernel/Makefile | 3 +-
arch/loongarch/kernel/genex.S | 3 +
arch/loongarch/kernel/process.c | 12 +-
arch/loongarch/kernel/traps.c | 3 -
arch/loongarch/kernel/unwind.c | 52 ++++++
arch/loongarch/kernel/unwind_guess.c | 45 ++---
arch/loongarch/kernel/unwind_prologue.c | 235 ++++++++++++++----------
arch/loongarch/mm/tlb.c | 2 +-
10 files changed, 242 insertions(+), 152 deletions(-)
create mode 100644 arch/loongarch/kernel/unwind.c
--
2.34.3
Powered by blists - more mailing lists