Re: [PATCH v2] docs: livepatch: move text out of code block

2025-03-04 Thread Petr Mladek
On Thu 2025-02-27 17:39:29, Vincenzo MEZZELA wrote: > Part of the documentation text is included in the readelf output code > block. Hence, split the code block and move the affected text outside. > > Signed-off-by: Vincenzo MEZZELA JFYI, the patch has been comitted into livepatching.git, branch

Re: [PATCH v2] docs: livepatch: move text out of code block

2025-02-28 Thread Miroslav Benes
On Thu, 27 Feb 2025, Vincenzo MEZZELA wrote: > Part of the documentation text is included in the readelf output code > block. Hence, split the code block and move the affected text outside. > > Signed-off-by: Vincenzo MEZZELA Acked-by: Miroslav Benes M

Re: [PATCH v2] docs: livepatch: move text out of code block

2025-02-27 Thread Bagas Sanjaya
On Thu, Feb 27, 2025 at 05:39:29PM +0100, Vincenzo MEZZELA wrote: > diff --git a/Documentation/livepatch/module-elf-format.rst > b/Documentation/livepatch/module-elf-format.rst > index a03ed02ec57e..5d48778d4dfc 100644 > --- a/Documentation/livepatch/module-elf-format.rst > +++ b/Documentation/liv

[PATCH v2] docs: livepatch: move text out of code block

2025-02-27 Thread Vincenzo MEZZELA
Part of the documentation text is included in the readelf output code block. Hence, split the code block and move the affected text outside. Signed-off-by: Vincenzo MEZZELA --- Changes in v2: - Fixed usage of "::" in literal blocks Documentation/livepatch/module-elf-format.rst | 13