forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc:it_IT: add RISC-V maintenance guidelines
Add translation for the RISC-V maintenance guidelines as part of the translation of things related to "process/" Signed-off-by: Federico Vaga <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
- Loading branch information
1 parent
14bbe3e
commit 5af438d
Showing
2 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 40 additions & 0 deletions
40
Documentation/translations/it_IT/riscv/patch-acceptance.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
.. include:: ../disclaimer-ita.rst | ||
|
||
:Original: :doc:`../../../riscv/patch-acceptance` | ||
:Translator: Federico Vaga <[email protected]> | ||
|
||
arch/riscv linee guida alla manutenzione per gli sviluppatori | ||
============================================================= | ||
|
||
Introduzione | ||
------------ | ||
|
||
L'insieme di istruzioni RISC-V sono sviluppate in modo aperto: le | ||
bozze in fase di sviluppo sono disponibili a tutti per essere | ||
revisionate e per essere sperimentare nelle implementazioni. Le bozze | ||
dei nuovi moduli o estensioni possono cambiare in fase di sviluppo - a | ||
volte in modo incompatibile rispetto a bozze precedenti. Questa | ||
flessibilità può portare a dei problemi di manutenzioni per il | ||
supporto RISC-V nel kernel Linux. I manutentori Linux non amano | ||
l'abbandono del codice, e il processo di sviluppo del kernel | ||
preferisce codice ben revisionato e testato rispetto a quello | ||
sperimentale. Desideriamo estendere questi stessi principi al codice | ||
relativo all'architettura RISC-V che verrà accettato per l'inclusione | ||
nel kernel. | ||
|
||
In aggiunta alla lista delle verifiche da fare prima di inviare una patch | ||
------------------------------------------------------------------------- | ||
|
||
Accetteremo le patch per un nuovo modulo o estensione se la fondazione | ||
RISC-V li classifica come "Frozen" o "Retified". (Ovviamente, gli | ||
sviluppatori sono liberi di mantenere una copia del kernel Linux | ||
contenente il codice per una bozza di estensione). | ||
|
||
In aggiunta, la specifica RISC-V permette agli implementatori di | ||
creare le proprie estensioni. Queste estensioni non passano | ||
attraverso il processo di revisione della fondazione RISC-V. Per | ||
questo motivo, al fine di evitare complicazioni o problemi di | ||
prestazioni, accetteremo patch solo per quelle estensioni che sono | ||
state ufficialmente accettate dalla fondazione RISC-V. (Ovviamente, | ||
gli implementatori sono liberi di mantenere una copia del kernel Linux | ||
contenente il codice per queste specifiche estensioni). |