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

Configure Feed

Select the types of activity you want to include in your feed.

docs/zh_CN: add riscv patch-acceptance.rst translation

This patch translates Documentation/riscv/patch-acceptance.rst into Chineae.

Signed-off-by: Yanteng Si <siyanteng@loongson.cn>
Reviewed-by: Alex Shi <alex.shi@linux.alibaba.com>
Link: https://lore.kernel.org/r/20210228191054.6048-3-siyanteng@loongson.cn
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Yanteng Si and committed by
Jonathan Corbet
cb07e097 d619afd3

+31
+31
Documentation/translations/zh_CN/riscv/patch-acceptance.rst
··· 1 + .. SPDX-License-Identifier: GPL-2.0 2 + 3 + .. include:: ../disclaimer-zh_CN.rst 4 + 5 + :Original: :doc:`../../../riscv/patch-acceptance` 6 + :Translator: Yanteng Si <siyanteng@loongson.cn> 7 + 8 + .. _cn_riscv_patch-acceptance: 9 + 10 + 11 + arch/riscv 开发者维护指南 12 + ========================= 13 + 14 + 概述 15 + ---- 16 + RISC-V指令集体系结构是公开开发的: 17 + 正在进行的草案可供所有人查看和测试实现。新模块或者扩展草案可能会在开发过程中发 18 + 生更改---有时以不兼容的方式对以前的草案进行更改。这种灵活性可能会给RISC-V Linux 19 + 维护者带来挑战。Linux开发过程更喜欢经过良好检查和测试的代码,而不是试验代码。我 20 + 们希望推广同样的规则到即将被内核合并的RISC-V相关代码。 21 + 22 + 附加的提交检查单 23 + ---------------- 24 + 我们仅接受相关标准已经被RISC-V基金会标准为“已批准”或“已冻结”的扩展或模块的补丁。 25 + (开发者当然可以维护自己的Linux内核树,其中包含所需代码扩展草案的代码。) 26 + 27 + 此外,RISC-V规范允许爱好者创建自己的自定义扩展。这些自定义拓展不需要通过RISC-V 28 + 基金会的任何审核或批准。为了避免将爱好者一些特别的RISC-V拓展添加进内核代码带来 29 + 的维护复杂性和对性能的潜在影响,我们将只接受RISC-V基金会正式冻结或批准的的扩展 30 + 补丁。(开发者当然可以维护自己的Linux内核树,其中包含他们想要的任何自定义扩展 31 + 的代码。)