mbox series

[v3,0/2] riscv: stacktrace: Add USER_STACKTRACE support

Message ID 20240708032847.2998158-1-ruanjinjie@huawei.com (mailing list archive)
Headers show
Series riscv: stacktrace: Add USER_STACKTRACE support | expand

Message

Jinjie Ruan July 8, 2024, 3:28 a.m. UTC
Add RISC-V USER_STACKTRACE support, and fix the fp alignment bug
in perf_callchain_user() by the way as Björn pointed out.

Changes in v3:
- Fix the fp alignment bug in perf_callchain_user().
- Remove the LTP message as Björn suggested.
- Add the userstack trace test info.

Jinjie Ruan (2):
  riscv: Fix fp alignment bug in perf_callchain_user()
  riscv: stacktrace: Add USER_STACKTRACE support

 arch/riscv/Kconfig                 |  1 +
 arch/riscv/kernel/perf_callchain.c | 46 ++----------------------------
 arch/riscv/kernel/stacktrace.c     | 43 ++++++++++++++++++++++++++++
 3 files changed, 47 insertions(+), 43 deletions(-)

Comments

patchwork-bot+linux-riscv@kernel.org Sept. 17, 2024, 1 p.m. UTC | #1
Hello:

This series was applied to riscv/linux.git (for-next)
by Palmer Dabbelt <palmer@rivosinc.com>:

On Mon, 8 Jul 2024 11:28:45 +0800 you wrote:
> Add RISC-V USER_STACKTRACE support, and fix the fp alignment bug
> in perf_callchain_user() by the way as Björn pointed out.
> 
> Changes in v3:
> - Fix the fp alignment bug in perf_callchain_user().
> - Remove the LTP message as Björn suggested.
> - Add the userstack trace test info.
> 
> [...]

Here is the summary with links:
  - [v3,1/2] riscv: Fix fp alignment bug in perf_callchain_user()
    https://git.kernel.org/riscv/c/22ab08955ea1
  - [v3,2/2] riscv: stacktrace: Add USER_STACKTRACE support
    https://git.kernel.org/riscv/c/1a7483318274

You are awesome, thank you!