Re: [PATCH] rtla: Documentation: fix email addresses

From: Jonathan Corbet
Date: Wed Apr 20 2022 - 04:40:05 EST


Randy Dunlap <rdunlap@xxxxxxxxxxxxx> writes:

> Correct lkml@vger to linux-kernel@vger.
> Add linux-trace-devel since that is what is in the MAINTAINERS file.
>
> Fixes: d40d48e1f1f2 ("rtla: Add Documentation")
> Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
> Cc: Jonathan Corbet <corbet@xxxxxxx>
> Cc: Daniel Bristot de Oliveira <bristot@xxxxxxxxxx>
> Cc: Steven Rostedt <rostedt@xxxxxxxxxxx>
> Cc: linux-doc@xxxxxxxxxxxxxxx
> Cc: linux-trace-devel@xxxxxxxxxxxxxxx
> ---
> Documentation/tools/rtla/common_appendix.rst | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> --- a/Documentation/tools/rtla/common_appendix.rst
> +++ b/Documentation/tools/rtla/common_appendix.rst
> @@ -1,6 +1,7 @@
> REPORTING BUGS
> ==============
> -Report bugs to <lkml@xxxxxxxxxxxxxxx>
> +Report bugs to <linux-kernel@xxxxxxxxxxxxxxx>
> +and <linux-trace-devel@xxxxxxxxxxxxxxx>

Applied, thanks.

jon