* [PATCH v3] Documentation: stable: Document alternative for referring upstream commit hash
@ 2022-09-01 18:43 Salvatore Bonaccorso
2022-09-21 20:05 ` Jonathan Corbet
0 siblings, 1 reply; 2+ messages in thread
From: Salvatore Bonaccorso @ 2022-09-01 18:43 UTC (permalink / raw)
To: Jonathan Corbet
Cc: Greg Kroah-Hartman, Sasha Levin, linux-doc, linux-kernel,
Salvatore Bonaccorso
Additionally to the "commit <sha1> upstream." variant, "[ Upstream
commit <sha1> ]" is used as well as alternative to refer to the upstream
commit hash.
Signed-off-by: Salvatore Bonaccorso <carnil@debian.org>
---
Changes in v3:
- Revert to initial version as not adding the code-block:: none will
reformat the block differently than the first variant.
Changes in v2:
- Drop extra RST markup which just only clutters things without any
advantage.
Documentation/process/stable-kernel-rules.rst | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/Documentation/process/stable-kernel-rules.rst b/Documentation/process/stable-kernel-rules.rst
index c61865e91f52..2fd8aa593a28 100644
--- a/Documentation/process/stable-kernel-rules.rst
+++ b/Documentation/process/stable-kernel-rules.rst
@@ -97,6 +97,12 @@ text, like this:
commit <sha1> upstream.
+or alternatively:
+
+.. code-block:: none
+
+ [ Upstream commit <sha1> ]
+
Additionally, some patches submitted via :ref:`option_1` may have additional
patch prerequisites which can be cherry-picked. This can be specified in the
following format in the sign-off area:
--
2.37.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v3] Documentation: stable: Document alternative for referring upstream commit hash
2022-09-01 18:43 [PATCH v3] Documentation: stable: Document alternative for referring upstream commit hash Salvatore Bonaccorso
@ 2022-09-21 20:05 ` Jonathan Corbet
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2022-09-21 20:05 UTC (permalink / raw)
To: Salvatore Bonaccorso
Cc: Greg Kroah-Hartman, Sasha Levin, linux-doc, linux-kernel,
Salvatore Bonaccorso
Salvatore Bonaccorso <carnil@debian.org> writes:
> Additionally to the "commit <sha1> upstream." variant, "[ Upstream
> commit <sha1> ]" is used as well as alternative to refer to the upstream
> commit hash.
>
> Signed-off-by: Salvatore Bonaccorso <carnil@debian.org>
> ---
> Changes in v3:
> - Revert to initial version as not adding the code-block:: none will
> reformat the block differently than the first variant.
>
> Changes in v2:
> - Drop extra RST markup which just only clutters things without any
> advantage.
>
> Documentation/process/stable-kernel-rules.rst | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/Documentation/process/stable-kernel-rules.rst b/Documentation/process/stable-kernel-rules.rst
> index c61865e91f52..2fd8aa593a28 100644
> --- a/Documentation/process/stable-kernel-rules.rst
> +++ b/Documentation/process/stable-kernel-rules.rst
> @@ -97,6 +97,12 @@ text, like this:
>
> commit <sha1> upstream.
>
> +or alternatively:
> +
> +.. code-block:: none
> +
> + [ Upstream commit <sha1> ]
> +
> Additionally, some patches submitted via :ref:`option_1` may have additional
> patch prerequisites which can be cherry-picked. This can be specified in the
> following format in the sign-off area:
Applied, thanks.
jon
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-09-21 20:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-01 18:43 [PATCH v3] Documentation: stable: Document alternative for referring upstream commit hash Salvatore Bonaccorso
2022-09-21 20:05 ` Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).