linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] Documentation: RISC-V: patch-acceptance: mention patchwork's role
@ 2023-06-06  6:59 Conor Dooley
  2023-06-13 13:00 ` Björn Töpel
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Conor Dooley @ 2023-06-06  6:59 UTC (permalink / raw)
  To: palmer
  Cc: conor, conor.dooley, Björn Töpel, Paul Walmsley,
	Jonathan Corbet, linux-riscv, linux-doc

Palmer suggested at some point, not sure if it was in one of the
weekly linux-riscv syncs, or a conversation at FOSDEM, that we
should document the role of the automation running on our patchwork
instance plays in patch acceptance.

Add a short note to the patch-acceptance document to that end.

Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
---
I was also not sure if this was the correct doc for this, or whether a
process/maintainer-riscv.rst file was better suited. There's clearly no
rush on this though so ¯\_(ツ)_/¯

Changes in v2:
- mention that riscv/master is now also a possible application target.

CC: Björn Töpel <bjorn@kernel.org>
CC: Palmer Dabbelt <palmer@dabbelt.com>
CC: Paul Walmsley <paul.walmsley@sifive.com>
CC: Jonathan Corbet <corbet@lwn.net>
CC: linux-riscv@lists.infradead.org
CC: linux-doc@vger.kernel.org
---
 Documentation/riscv/patch-acceptance.rst | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/Documentation/riscv/patch-acceptance.rst b/Documentation/riscv/patch-acceptance.rst
index 07d5a5623e2a..634aa222b410 100644
--- a/Documentation/riscv/patch-acceptance.rst
+++ b/Documentation/riscv/patch-acceptance.rst
@@ -16,6 +16,24 @@ tested code over experimental code.  We wish to extend these same
 principles to the RISC-V-related code that will be accepted for
 inclusion in the kernel.
 
+Patchwork
+---------
+
+RISC-V has a patchwork instance, where the status of patches can be checked:
+
+  https://patchwork.kernel.org/project/linux-riscv/list/
+
+If your patch does not appear in the default view, the RISC-V maintainers have
+likely either requested changes, or expect it to be applied to another tree.
+
+Automation runs against this patchwork instance, building/testing patches as
+they arrive. The automation applies patches against the current HEAD of the
+RISC-V `for-next` and `fixes` branches, depending on whether the patch has been
+detected as a fix. Failing those, it will use the RISC-V `master` branch.
+The exact commit to which a series has been applied will be noted on patchwork.
+Patches for which any of the checks fail are unlikely to be applied and in most
+cases will need to be resubmitted.
+
 Submit Checklist Addendum
 -------------------------
 We'll only accept patches for new modules or extensions if the
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] Documentation: RISC-V: patch-acceptance: mention patchwork's role
  2023-06-06  6:59 [PATCH v2] Documentation: RISC-V: patch-acceptance: mention patchwork's role Conor Dooley
@ 2023-06-13 13:00 ` Björn Töpel
  2023-06-15 17:14 ` Palmer Dabbelt
  2023-06-15 17:20 ` patchwork-bot+linux-riscv
  2 siblings, 0 replies; 4+ messages in thread
From: Björn Töpel @ 2023-06-13 13:00 UTC (permalink / raw)
  To: Conor Dooley, palmer
  Cc: conor, conor.dooley, Paul Walmsley, Jonathan Corbet, linux-riscv,
	linux-doc

Conor Dooley <conor.dooley@microchip.com> writes:

> Palmer suggested at some point, not sure if it was in one of the
> weekly linux-riscv syncs, or a conversation at FOSDEM, that we
> should document the role of the automation running on our patchwork
> instance plays in patch acceptance.
>
> Add a short note to the patch-acceptance document to that end.
>
> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
> ---
> I was also not sure if this was the correct doc for this, or whether a
> process/maintainer-riscv.rst file was better suited. There's clearly no
> rush on this though so ¯\_(ツ)_/¯

I'm fine with this file. Thanks for adding it!

Reviewed-by: Björn Töpel <bjorn@rivosinc.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] Documentation: RISC-V: patch-acceptance: mention patchwork's role
  2023-06-06  6:59 [PATCH v2] Documentation: RISC-V: patch-acceptance: mention patchwork's role Conor Dooley
  2023-06-13 13:00 ` Björn Töpel
@ 2023-06-15 17:14 ` Palmer Dabbelt
  2023-06-15 17:20 ` patchwork-bot+linux-riscv
  2 siblings, 0 replies; 4+ messages in thread
From: Palmer Dabbelt @ 2023-06-15 17:14 UTC (permalink / raw)
  To: Palmer Dabbelt, Conor Dooley
  Cc: Conor Dooley, =C3=B6rn_T=C3=B6pel?=,
	Paul Walmsley, Jonathan Corbet, linux-riscv, linux-doc


On Tue, 06 Jun 2023 07:59:19 +0100, Conor Dooley wrote:
> Palmer suggested at some point, not sure if it was in one of the
> weekly linux-riscv syncs, or a conversation at FOSDEM, that we
> should document the role of the automation running on our patchwork
> instance plays in patch acceptance.
> 
> Add a short note to the patch-acceptance document to that end.
> 
> [...]

Applied, thanks!

[1/1] Documentation: RISC-V: patch-acceptance: mention patchwork's role
      https://git.kernel.org/palmer/c/b104dbedbe61

Best regards,
-- 
Palmer Dabbelt <palmer@rivosinc.com>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] Documentation: RISC-V: patch-acceptance: mention patchwork's role
  2023-06-06  6:59 [PATCH v2] Documentation: RISC-V: patch-acceptance: mention patchwork's role Conor Dooley
  2023-06-13 13:00 ` Björn Töpel
  2023-06-15 17:14 ` Palmer Dabbelt
@ 2023-06-15 17:20 ` patchwork-bot+linux-riscv
  2 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+linux-riscv @ 2023-06-15 17:20 UTC (permalink / raw)
  To: Conor Dooley
  Cc: linux-riscv, palmer, conor, bjorn, paul.walmsley, corbet, linux-doc

Hello:

This patch was applied to riscv/linux.git (fixes)
by Palmer Dabbelt <palmer@rivosinc.com>:

On Tue, 6 Jun 2023 07:59:19 +0100 you wrote:
> Palmer suggested at some point, not sure if it was in one of the
> weekly linux-riscv syncs, or a conversation at FOSDEM, that we
> should document the role of the automation running on our patchwork
> instance plays in patch acceptance.
> 
> Add a short note to the patch-acceptance document to that end.
> 
> [...]

Here is the summary with links:
  - [v2] Documentation: RISC-V: patch-acceptance: mention patchwork's role
    https://git.kernel.org/riscv/c/b104dbedbe61

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-06-15 18:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-06  6:59 [PATCH v2] Documentation: RISC-V: patch-acceptance: mention patchwork's role Conor Dooley
2023-06-13 13:00 ` Björn Töpel
2023-06-15 17:14 ` Palmer Dabbelt
2023-06-15 17:20 ` patchwork-bot+linux-riscv

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).