mirror of
https://github.com/torvalds/linux.git
synced 2026-04-21 16:23:59 -04:00
Translation for the following patches commitdf05c0e949("Documentation: Raise the minimum supported version of LLVM to 11.0.0") commit333b11e541("Documentation: Add minimum pahole version") commit6d6a8d6a4e("docs: Update Sphinx requirements") commit76ae847497("Documentation: raise minimum supported version of GCC to 5.1") commit59c6a716b1("Documentation/process/maintainer-pgp-guide: Replace broken link to PGP path finder") commit85eafc63d0("docs: update file link location") commit869f496e1a("docs: process: submitting-patches: Clarify the Reported-by usage") commit6c5ccd24ff("Remove mentions of the Trivial Patch Monkey") commitaa9b5e0df2("Documentation/process: fix self reference") commitb96ff02ab2("Documentation/process: fix a cross reference") commit1f57bd42b7("docs: submitting-patches: make section about the Link: tag more explicit") commita9d85efb25("docs: use the lore redirector everywhere") commit31c9d7c829("Documentation/process: Add tip tree handbook") commit604370e106("Documentation/process: Add maintainer handbooks section") commitbf33a9d42d("docs: 5.Posting.rst: describe Fixes: and Link: tags") commitc04639a7d2("coding-style.rst: trivial: fix location of driver model macros") commitd5b421fe02("docs: Explain the desired position of function attributes") commit3577cdb23b("docs: deprecated.rst: Clarify open-coded arithmetic with literals") commitdb67eb748e("docs: discourage use of list tables") commit0e805b1186("docs: address some text issues with css/theme support") commit135707d376("docs: allow to pass extra DOCS_CSS themes via make") commitfe450eeb4e("Documentation: in_irq() cleanup") commit10855b45a4("docs: fix typo in Documentation/kernel-hacking/locking.rst") commitbc67f1c454("docs: futex: Fix kernel-doc references") commitabf36fe0be("docs: kernel-hacking: Remove inappropriate text") commitf35cf1a59e("Documentation: kernel-hacking: minor edits for style") commitf35cf1a59e("Documentation: kernel-hacking: minor edits for style") commit980c3799c5("Documentation: kernel-doc: Promote two chapter headings to page title") commite1be43d9b5("overflow: Implement size_t saturating arithmetic helpers") commit615f3eea0d("Documentation: add note block surrounding security patch note") commit587d39b260("Documentation: add link to stable release candidate tree") commit555d44932c("Documentation: update stable tree link") commit88d99e8701("Documentation: update stable review cycle documentation") commit0c603a5c70("Documentation/process: mention patch changelog in review process") commit6d5aa418b3("docs: submitting-patches: Fix crossref to 'The canonical patch format'") commitf1a693994b("Documentation/process: use scripts/get_maintainer.pl on patches") commit69ef0920bd("Docs: Add cpio requirement to changes.rst") commit5a5866c28b("Docs: Replace version by 'current' in changes.rst") commit9b5a7f4a2a("x86/configs: Add x86 debugging Kconfig fragment plus docs") commitf1a693994b("Documentation/process: use scripts/get_maintainer.pl on patches") commite8c07082a8("Kbuild: move to -std=gnu11") Signed-off-by: Federico Vaga <federico.vaga@vaga.pv.it> Link: https://lore.kernel.org/r/20220702210820.13118-1-federico.vaga@vaga.pv.it Signed-off-by: Jonathan Corbet <corbet@lwn.net>
70 lines
1.5 KiB
ReStructuredText
70 lines
1.5 KiB
ReStructuredText
.. raw:: latex
|
|
|
|
\renewcommand\thesection*
|
|
\renewcommand\thesubsection*
|
|
|
|
.. include:: ../disclaimer-ita.rst
|
|
|
|
:Original: :ref:`Documentation/process/index.rst <process_index>`
|
|
:Translator: Federico Vaga <federico.vaga@vaga.pv.it>
|
|
|
|
.. _it_process_index:
|
|
|
|
Lavorare con la comunità di sviluppo del kernel
|
|
===============================================
|
|
|
|
Quindi volete diventare sviluppatori del kernel? Benvenuti! C'è molto da
|
|
imparare sul lato tecnico del kernel, ma è anche importante capire come
|
|
funziona la nostra comunità. Leggere questi documenti renderà più facile
|
|
l'accettazione delle vostre modifiche con il minimo sforzo.
|
|
|
|
Di seguito le guide che ogni sviluppatore dovrebbe leggere.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
howto
|
|
code-of-conduct
|
|
development-process
|
|
submitting-patches
|
|
programming-language
|
|
coding-style
|
|
maintainer-pgp-guide
|
|
email-clients
|
|
kernel-enforcement-statement
|
|
kernel-driver-statement
|
|
|
|
Poi ci sono altre guide sulla comunità che sono di interesse per molti
|
|
degli sviluppatori:
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
changes
|
|
stable-api-nonsense
|
|
management-style
|
|
stable-kernel-rules
|
|
submit-checklist
|
|
kernel-docs
|
|
maintainers
|
|
|
|
Ed infine, qui ci sono alcune guide più tecniche che son state messe qua solo
|
|
perché non si è trovato un posto migliore.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
applying-patches
|
|
adding-syscalls
|
|
magic-number
|
|
volatile-considered-harmful
|
|
clang-format
|
|
../riscv/patch-acceptance
|
|
|
|
.. only:: subproject and html
|
|
|
|
Indices
|
|
=======
|
|
|
|
* :ref:`genindex`
|