mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 07:59:42 -04:00
8821d26926ea6c1115974a989ec5a467da402f4f
Though the module_exit functions are now no-ops, they should still be defined, since otherwise the modules become unremovable. Fixes:08820553f3("crypto: arm/chacha - remove the redundant skcipher algorithms") Fixes:8c28abede1("crypto: arm64/chacha - remove the skcipher algorithms") Fixes:f7915484c0("crypto: powerpc/chacha - remove the skcipher algorithms") Fixes:ceba0eda83("crypto: riscv/chacha - implement library instead of skcipher") Fixes:632ab0978f("crypto: x86/chacha - remove the skcipher algorithms") Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
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 reStructuredText 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%
Assembly
1%
Shell
0.6%
Rust
0.5%
Python
0.4%
Other
0.3%