Linux kernel source tree
Go to file
Arnd Bergmann f307c87ea0 crypto: bpf - Add MODULE_DESCRIPTION for skcipher
All modules should have a description, building with extra warnings
enabled prints this outfor the for bpf_crypto_skcipher module:

WARNING: modpost: missing MODULE_DESCRIPTION() in crypto/bpf_crypto_skcipher.o

Add a description line.

Fixes: fda4f71282 ("bpf: crypto: add skcipher to bpf crypto")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Vadim Fedorenko <vadim.fedorenko@linux.dev>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2025-03-02 15:19:43 +08:00
Documentation dt-bindings: crypto: qcom-qce: Document the X1E80100 crypto engine 2025-02-22 15:56:03 +08:00
LICENSES
arch crypto: x86/ghash - Use proper helpers to clone request 2025-02-22 16:00:03 +08:00
block
certs
crypto crypto: bpf - Add MODULE_DESCRIPTION for skcipher 2025-03-02 15:19:43 +08:00
drivers crypto: inside-secure/eip93 - Correctly handle return of for sg_nents_for_len 2025-02-22 15:56:03 +08:00
fs
include crypto: ahash - Set default reqsize from ahash_alg 2025-02-22 16:09:05 +08:00
init
io_uring
ipc
kernel
lib crypto: lib/Kconfig - Fix lib built-in failure when arch is modular 2025-02-22 15:56:03 +08:00
mm
net
rust
samples
scripts
security
sound
tools
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: add Nicolas Frattaroli to rockchip-rng maintainers 2025-02-22 15:56:02 +08:00
Makefile
README

README

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.