Re: [PATCH 0/2] 2 dydnbg doc fixes

From: Jonathan Corbet

Date: Mon Jun 01 2026 - 15:12:22 EST


Jim Cromie <jim.cromie@xxxxxxxxx> writes:

> 1st swaps \012 for \n to match actual output in dynamic_debug/control
>
> 2nd explains that flags input to >dynamic_debug/control is checked
> before keyword value pairs, which might not be there.
>
> Both reflect current code behavior.
>
> Signed-off-by: Jim Cromie <jim.cromie@xxxxxxxxx>
> ---
> Jim Cromie (2):
> docs/dyndbg: update examples \012 to \n
> docs/dyndbg: explain flags parse 1st
>
> Documentation/admin-guide/dynamic-debug-howto.rst | 35 ++++++++++++++---------
> 1 file changed, 22 insertions(+), 13 deletions(-)

Applied, thanks.

jon