From 1a0e2cd9c4243871e534f02459ecca0ddd6ff6d5 Mon Sep 17 00:00:00 2001 From: Federico Vaga Date: Mon, 13 May 2024 23:05:10 +0200 Subject: doc:it_IT: align Italian documentation This commit translats in Italian the following changes: commit 5db34f5bfd78 ("docs: stable-kernel-rules: remove code-labels tags and a indention level") commit 2263c40e6525 ("docs: stable-kernel-rules: call mainline by its name and change example") commit db483303b58f ("docs: stable-kernel-rules: reduce redundancy") commit af3e4a5ab9a0 ("docs: stable-kernel-rules: create special tag to flag 'no backporting'"") commit 91a3d6be99e6 ("doc-guide: kernel-doc: tell about object-like macros") commit b104dbedbe61 ("Documentation: RISC-V: patch-acceptance: mention patchwork's role") commit ed843ae947f8 ("docs: move riscv under arch") commit b45d8f387157 ("docs: remove the tips on how to submit patches from MAINTAINERS") commit 0d828200ad56 ("docs: process: allow Closes tags with links") commit c23f28975abc ("Merge tag 'docs-6.4' of git://git.lwn.net/linux") commit 329ac9af902e ("docs: submitting-patches: Discuss interleaved replies") commit 02f9998754b0 ("docs: submitting-patches: Suggest a longer expected time for responses") commit 1fae02e7eb99 ("docs: submitting-patches: encourage direct notifications to commenters") commit d254d263f6c8 ("docs: submitting-patches: improve the base commit explanation") commit 0d828200ad56 ("docs: process: allow Closes tags with links") commit 9c1b86f8ce04 ("kbuild: raise the minimum supported version of LLVM to 13.0.1") commit 768409cff6cc ("rust: upgrade to Rust 1.76.0") commit 23bfb947eb0a ("doc: fix spelling about ReStructured Text") commit d0bde9ca0ecf ("docs: stable-kernel-rules: mention other usages for stable tag comments") commit 33568553b3fc ("docs: stable-kernel-rules: make rule section more straight forward") commit 3feb21bb0bb4 ("docs: stable-kernel-rules: move text around to improve flow") commit 0f11447d9fcc ("docs: stable-kernel-rules: improve structure by changing headlines") commit 189057a1b61b ("docs: stable-kernel-rules: make the examples for option 1 a proper list") commit 6e160d29f654 ("docs: stable-kernel-rules: fine-tune various details") commit bbaee49cce7c ("docs: stable-kernel-rules: mention that regressions must be prevented") commit 4f01342464a8 ("Documentation: stable: clarify patch series prerequisites") Signed-off-by: Federico Vaga Signed-off-by: Jonathan Corbet Link: https://lore.kernel.org/r/20240513210510.10929-1-federico.vaga@vaga.pv.it --- .../translations/it_IT/riscv/patch-acceptance.rst | 40 ---------------------- 1 file changed, 40 deletions(-) delete mode 100644 Documentation/translations/it_IT/riscv/patch-acceptance.rst (limited to 'Documentation/translations/it_IT/riscv') diff --git a/Documentation/translations/it_IT/riscv/patch-acceptance.rst b/Documentation/translations/it_IT/riscv/patch-acceptance.rst deleted file mode 100644 index 2d7afb1f6959..000000000000 --- a/Documentation/translations/it_IT/riscv/patch-acceptance.rst +++ /dev/null @@ -1,40 +0,0 @@ -.. include:: ../disclaimer-ita.rst - -:Original: :doc:`../../../arch/riscv/patch-acceptance` -:Translator: Federico Vaga - -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). -- cgit