Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

+18
+18
Documentation/riscv/patch-acceptance.rst
··· 16 16 principles to the RISC-V-related code that will be accepted for 17 17 inclusion in the kernel. 18 18 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 + 19 37 Submit Checklist Addendum 20 38 ------------------------- 21 39 We'll only accept patches for new modules or extensions if the