On Fri,  3 Oct 2025 14:38:11 +0100
Vincent Donnefort <[email protected]> wrote:

> diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig
> index 918afcc1fcaf..52131d89993c 100644
> --- a/kernel/trace/Kconfig
> +++ b/kernel/trace/Kconfig
> @@ -1244,4 +1244,12 @@ config TRACE_REMOTE
>  config SIMPLE_RING_BUFFER
>       bool
>  
> +config TRACE_REMOTE_TEST
> +     tristate "Test module for remote tracing"
> +     select TRACE_REMOTE
> +     select SIMPLE_RING_BUFFER
> +     help
> +       This trace remote includes a ring-buffer writer implementation using
> +       "simple_ring_buffer". This is solely intending for testing.
> +

Nit, this should go up a few places so that it's with the other "test module" 
selections.

-- Steve

Reply via email to