mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-01 01:49:19 -05:00
511aaf2b3227976a591ffa6d3e7e5f78a7d7a0ab
Translation for the following patches commit7dfbea4c46("scripts: remove namespace.pl") commit1a63f9cce7("docs: Remove make headers_check from checklist") commit1e013ff7cb("docs: Document cross-referencing using relative path") commit0be1511f51("Documentation: doc-guide: fixes to sphinx.rst") commit9113584012("kernel-doc: Fix example in Nested structs/unions") commit875f82cb37("Documentation/submitting-patches: Extend commit message layout description") commit78f101a1b2("Documentation/submitting-patches: Add blurb about backtraces in commit messages") commitf0ea149eee("docs: submitting-patches: Emphasise the requirement to Cc: stable when using Fixes: tag") commit05a5f51ca5("Documentation: Replace lkml.org links with lore") commit9bf19b78a2("Documentation/submitting-patches: Document the SoB chain") commitb7592e5b82("docs: Remove the Microsoft rhetoric") commit26606ce072("coding-style.rst: Avoid comma statements") commitdd58e64974("docs: Make syscalls' helpers naming consistent") commit460cd17e9f("net: switch to the kernel.org patchwork instance") commit163ba35ff3("doc: use KCFLAGS instead of EXTRA_CFLAGS to pass flags from command line") commit0ef597c3ac("docs: remove mention of ENABLE_MUST_CHECK") commitf8408264c7("drivers: Remove CONFIG_OPROFILE support") commit0653c358d2("scsi: Drop gdth driver") commitf8ae7bbec7("net: x25_asy: Delete the x25_asy driver") commitcf6d6fc279("docs: process/howto.rst: make sections on bug reporting match practice") commitda514157c4("docs: make reporting-bugs.rst obsolete") commit4f8af077a0("docs: Fix reST markup when linking to sections") commit3a4928cf5e("Documentation: kernel-hacking: change 'current()' to 'current'") commitc170f2eb96("docs: Document cross-referencing between documentation pages") Signed-off-by: Federico Vaga <federico.vaga@vaga.pv.it> Link: https://lore.kernel.org/r/20210409224104.30471-1-federico.vaga@vaga.pv.it Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linux kernel
============
There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.
In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``. The formatted documentation can also be read online at:
https://www.kernel.org/doc/html/latest/
There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
Description
Languages
C
97.1%
Assembly
1%
Shell
0.6%
Rust
0.4%
Python
0.4%
Other
0.3%