2024-03-08 14:21:40

by Nícolas F. R. A. Prado

[permalink] [raw]
Subject: [PATCH 0/2] docs: *-regressions.rst: Tweaks to the commands

A couple tweaks to the commands in the regression documentation to make
them up-to-date and less confusing.

Signed-off-by: Nícolas F. R. A. Prado <[email protected]>
---
Nícolas F. R. A. Prado (2):
docs: *-regressions.rst: Use collon after regzbot introduced command
docs: handling-regressions.rst: Update regzbot command fixed-by to fix

Documentation/admin-guide/reporting-regressions.rst | 2 +-
Documentation/process/handling-regressions.rst | 12 ++++++------
2 files changed, 7 insertions(+), 7 deletions(-)
---
base-commit: 11afac187274a6177a7ac82997f8691c0f469e41
change-id: 20240308-regzbot-fixes-43a28fd4b621

Best regards,
--
Nícolas F. R. A. Prado <[email protected]>



2024-03-08 14:22:16

by Nícolas F. R. A. Prado

[permalink] [raw]
Subject: [PATCH 2/2] docs: handling-regressions.rst: Update regzbot command fixed-by to fix

On the reference documentation for regzbot, the fixed-by command has
been renamed to fix. Update the kernel documentation accordingly.

Link: https://gitlab.com/knurd42/regzbot/-/blob/main/docs/reference.md
Link: https://gitlab.com/knurd42/regzbot/-/commit/6d8d30f6bda84e1b711121bb98a07a464d3f089a
Signed-off-by: Nícolas F. R. A. Prado <[email protected]>
---
Documentation/process/handling-regressions.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/process/handling-regressions.rst b/Documentation/process/handling-regressions.rst
index 42b13f77b019..ce6753a674f3 100644
--- a/Documentation/process/handling-regressions.rst
+++ b/Documentation/process/handling-regressions.rst
@@ -432,7 +432,7 @@ or itself is a reply to that mail:
* Mark a regression as fixed by a commit that is heading upstream or already
landed::

- #regzbot fixed-by: 1f2e3d4c5d
+ #regzbot fix: 1f2e3d4c5d

* Mark a regression as a duplicate of another one already tracked by regzbot::


--
2.44.0


Subject: Re: [PATCH 2/2] docs: handling-regressions.rst: Update regzbot command fixed-by to fix

Thx for this!

On 08.03.24 15:10, Nícolas F. R. A. Prado wrote:
> On the reference documentation for regzbot, the fixed-by command has
> been renamed to fix. Update the kernel documentation accordingly.
>
> Link: https://gitlab.com/knurd42/regzbot/-/blob/main/docs/reference.md
> Link: https://gitlab.com/knurd42/regzbot/-/commit/6d8d30f6bda84e1b711121bb98a07a464d3f089a
> Signed-off-by: Nícolas F. R. A. Prado <[email protected]>

Reviewed-by: Thorsten Leemhuis <[email protected]>

> ---
> Documentation/process/handling-regressions.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/process/handling-regressions.rst b/Documentation/process/handling-regressions.rst
> index 42b13f77b019..ce6753a674f3 100644
> --- a/Documentation/process/handling-regressions.rst
> +++ b/Documentation/process/handling-regressions.rst
> @@ -432,7 +432,7 @@ or itself is a reply to that mail:
> * Mark a regression as fixed by a commit that is heading upstream or already
> landed::
>
> - #regzbot fixed-by: 1f2e3d4c5d
> + #regzbot fix: 1f2e3d4c5d
>
> * Mark a regression as a duplicate of another one already tracked by regzbot::
>
>