Re: [PATCH] docs, kprobes: Add riscv as supported architecture

2024-05-02 Thread Jonathan Corbet
Ivan Orlov  writes:

> Support of kprobes and kretprobes for riscv was introduced 3 years ago
> by the following change:
>
> commit c22b0bcb1dd0 ("riscv: Add kprobes supported")
>
> Add riscv to the list of supported architectures.
>
> Signed-off-by: Ivan Orlov 
> ---
>  Documentation/trace/kprobes.rst | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/trace/kprobes.rst b/Documentation/trace/kprobes.rst
> index e1636e579c9c..5e606730cec6 100644
> --- a/Documentation/trace/kprobes.rst
> +++ b/Documentation/trace/kprobes.rst
> @@ -322,6 +322,7 @@ architectures:
>  - s390
>  - parisc
>  - loongarch
> +- riscv
>  
Applied, thanks.

jon



Re: [PATCH v2 0/5] docs: stable-kernel-rules: fine-tuning and 'no stable backport' tag

2024-05-02 Thread Jonathan Corbet
Thorsten Leemhuis  writes:

> After a recent discussion regarding "do we need a 'nobackport' tag" I
> set out to create one change for stable-kernel-rules.rst. This is now
> the last patch in the series, which links to that discussion with
> all the details; the other stuff is fine-tuning that happened along the
> way.

I've applied the set, thanks.

jon



Re: [PATCH] docs: stable-kernel-rules: fix typo sent->send

2024-05-02 Thread Jonathan Corbet
"Bird, Tim"  writes:

> Change 'sent' to 'send'
>
> Signed-off-by: Tim Bird 
> ---
>  Documentation/process/stable-kernel-rules.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/process/stable-kernel-rules.rst 
> b/Documentation/process/stable-kernel-rules.rst
> index 1704f1c686d0..3178bef6fca3 100644
> --- a/Documentation/process/stable-kernel-rules.rst
> +++ b/Documentation/process/stable-kernel-rules.rst
> @@ -78,7 +78,7 @@ in the sign-off area. Once the patch is mainlined it will 
> be applied to the
>  stable tree without anything else needing to be done by the author or
>  subsystem maintainer.
>  
> -To sent additional instructions to the stable team, use a shell-style inline
> +To send additional instructions to the stable team, use a shell-style inline
>  comment:

Applied, thanks.

jon