Skip to content

Commit f4fd69a

Browse files
committed
Merge tag 'riscv-for-linus-6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Pull RISC-V fix from Palmer Dabbelt: - A documentation patch describing how we use patchwork * tag 'riscv-for-linus-6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux: Documentation: RISC-V: patch-acceptance: mention patchwork's role
2 parents 40f71e7 + b104dbe commit f4fd69a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Documentation/riscv/patch-acceptance.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,24 @@ tested code over experimental code. We wish to extend these same
1616
principles to the RISC-V-related code that will be accepted for
1717
inclusion in the kernel.
1818

19+
Patchwork
20+
---------
21+
22+
RISC-V has a patchwork instance, where the status of patches can be checked:
23+
24+
https://patchwork.kernel.org/project/linux-riscv/list/
25+
26+
If your patch does not appear in the default view, the RISC-V maintainers have
27+
likely either requested changes, or expect it to be applied to another tree.
28+
29+
Automation runs against this patchwork instance, building/testing patches as
30+
they arrive. The automation applies patches against the current HEAD of the
31+
RISC-V `for-next` and `fixes` branches, depending on whether the patch has been
32+
detected as a fix. Failing those, it will use the RISC-V `master` branch.
33+
The exact commit to which a series has been applied will be noted on patchwork.
34+
Patches for which any of the checks fail are unlikely to be applied and in most
35+
cases will need to be resubmitted.
36+
1937
Submit Checklist Addendum
2038
-------------------------
2139
We'll only accept patches for new modules or extensions if the

0 commit comments

Comments
 (0)