* [PATCH] Documentation: riscv: Remove KPROBES_ON_FTRACE
@ 2025-01-08 2:03 cp0613
2025-01-10 2:39 ` Charlie Jenkins
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: cp0613 @ 2025-01-08 2:03 UTC (permalink / raw)
To: corbet, paul.walmsley, palmer, aou
Cc: linux-doc, linux-kernel, linux-riscv, Chen Pei
From: Chen Pei <cp0613@linux.alibaba.com>
Since commit 7caa9765465f60 ("ftrace: riscv: move from REGS to ARGS"),
kprobe on ftrace is not supported by riscv.
And commit 3308172276db5d ("trace: riscv: Remove deprecated kprobe on
ftrace support") removed the relevant code, but left out the
documentation, so fix that.
Signed-off-by: Chen Pei <cp0613@linux.alibaba.com>
---
Documentation/features/debug/kprobes-on-ftrace/arch-support.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/features/debug/kprobes-on-ftrace/arch-support.txt b/Documentation/features/debug/kprobes-on-ftrace/arch-support.txt
index 02febc883..d937b7a03 100644
--- a/Documentation/features/debug/kprobes-on-ftrace/arch-support.txt
+++ b/Documentation/features/debug/kprobes-on-ftrace/arch-support.txt
@@ -20,7 +20,7 @@
| openrisc: | TODO |
| parisc: | ok |
| powerpc: | ok |
- | riscv: | ok |
+ | riscv: | TODO |
| s390: | ok |
| sh: | TODO |
| sparc: | TODO |
--
2.43.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] Documentation: riscv: Remove KPROBES_ON_FTRACE
2025-01-08 2:03 [PATCH] Documentation: riscv: Remove KPROBES_ON_FTRACE cp0613
@ 2025-01-10 2:39 ` Charlie Jenkins
2025-02-04 17:07 ` Jonathan Corbet
2025-02-13 18:30 ` patchwork-bot+linux-riscv
2 siblings, 0 replies; 4+ messages in thread
From: Charlie Jenkins @ 2025-01-10 2:39 UTC (permalink / raw)
To: cp0613
Cc: corbet, paul.walmsley, palmer, aou, linux-doc, linux-kernel,
linux-riscv
On Wed, Jan 08, 2025 at 10:03:42AM +0800, cp0613@linux.alibaba.com wrote:
> From: Chen Pei <cp0613@linux.alibaba.com>
>
> Since commit 7caa9765465f60 ("ftrace: riscv: move from REGS to ARGS"),
> kprobe on ftrace is not supported by riscv.
>
> And commit 3308172276db5d ("trace: riscv: Remove deprecated kprobe on
> ftrace support") removed the relevant code, but left out the
> documentation, so fix that.
>
> Signed-off-by: Chen Pei <cp0613@linux.alibaba.com>
Perhaps this should have a fixes tag for the commit that removed the
support?
Reviewed-by: Charlie Jenkins <charlie@rivosinc.com>
Fixes: 3308172276db5d ("trace: riscv: Remove deprecated kprobe on ftrace support")
> ---
> Documentation/features/debug/kprobes-on-ftrace/arch-support.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/features/debug/kprobes-on-ftrace/arch-support.txt b/Documentation/features/debug/kprobes-on-ftrace/arch-support.txt
> index 02febc883..d937b7a03 100644
> --- a/Documentation/features/debug/kprobes-on-ftrace/arch-support.txt
> +++ b/Documentation/features/debug/kprobes-on-ftrace/arch-support.txt
> @@ -20,7 +20,7 @@
> | openrisc: | TODO |
> | parisc: | ok |
> | powerpc: | ok |
> - | riscv: | ok |
> + | riscv: | TODO |
> | s390: | ok |
> | sh: | TODO |
> | sparc: | TODO |
> --
> 2.43.0
>
>
> _______________________________________________
> linux-riscv mailing list
> linux-riscv@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-riscv
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Documentation: riscv: Remove KPROBES_ON_FTRACE
2025-01-08 2:03 [PATCH] Documentation: riscv: Remove KPROBES_ON_FTRACE cp0613
2025-01-10 2:39 ` Charlie Jenkins
@ 2025-02-04 17:07 ` Jonathan Corbet
2025-02-13 18:30 ` patchwork-bot+linux-riscv
2 siblings, 0 replies; 4+ messages in thread
From: Jonathan Corbet @ 2025-02-04 17:07 UTC (permalink / raw)
To: cp0613, paul.walmsley, palmer, aou
Cc: linux-doc, linux-kernel, linux-riscv, Chen Pei
cp0613@linux.alibaba.com writes:
> From: Chen Pei <cp0613@linux.alibaba.com>
>
> Since commit 7caa9765465f60 ("ftrace: riscv: move from REGS to ARGS"),
> kprobe on ftrace is not supported by riscv.
>
> And commit 3308172276db5d ("trace: riscv: Remove deprecated kprobe on
> ftrace support") removed the relevant code, but left out the
> documentation, so fix that.
>
> Signed-off-by: Chen Pei <cp0613@linux.alibaba.com>
> ---
> Documentation/features/debug/kprobes-on-ftrace/arch-support.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/features/debug/kprobes-on-ftrace/arch-support.txt b/Documentation/features/debug/kprobes-on-ftrace/arch-support.txt
> index 02febc883..d937b7a03 100644
> --- a/Documentation/features/debug/kprobes-on-ftrace/arch-support.txt
> +++ b/Documentation/features/debug/kprobes-on-ftrace/arch-support.txt
> @@ -20,7 +20,7 @@
> | openrisc: | TODO |
> | parisc: | ok |
> | powerpc: | ok |
> - | riscv: | ok |
> + | riscv: | TODO |
> | s390: | ok |
> | sh: | TODO |
Applied, thanks.
jon
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Documentation: riscv: Remove KPROBES_ON_FTRACE
2025-01-08 2:03 [PATCH] Documentation: riscv: Remove KPROBES_ON_FTRACE cp0613
2025-01-10 2:39 ` Charlie Jenkins
2025-02-04 17:07 ` Jonathan Corbet
@ 2025-02-13 18:30 ` patchwork-bot+linux-riscv
2 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+linux-riscv @ 2025-02-13 18:30 UTC (permalink / raw)
To: None
Cc: linux-riscv, corbet, paul.walmsley, palmer, aou, linux-doc,
linux-kernel
Hello:
This patch was applied to riscv/linux.git (fixes)
by Palmer Dabbelt <palmer@rivosinc.com>:
On Wed, 8 Jan 2025 10:03:42 +0800 you wrote:
> From: Chen Pei <cp0613@linux.alibaba.com>
>
> Since commit 7caa9765465f60 ("ftrace: riscv: move from REGS to ARGS"),
> kprobe on ftrace is not supported by riscv.
>
> And commit 3308172276db5d ("trace: riscv: Remove deprecated kprobe on
> ftrace support") removed the relevant code, but left out the
> documentation, so fix that.
>
> [...]
Here is the summary with links:
- Documentation: riscv: Remove KPROBES_ON_FTRACE
https://git.kernel.org/riscv/c/ccc71244f95c
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-02-13 18:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-08 2:03 [PATCH] Documentation: riscv: Remove KPROBES_ON_FTRACE cp0613
2025-01-10 2:39 ` Charlie Jenkins
2025-02-04 17:07 ` Jonathan Corbet
2025-02-13 18:30 ` patchwork-bot+linux-riscv
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).