Main-line Linux kernel tree http://www.kernel.org
Go to file
Herbert Xu 25c9d2c358 crypto: mxs-dcp - Use request_complete helpers
Use the request_complete helpers instead of calling the completion
function directly.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2023-02-13 18:34:49 +08:00
arch crypto: arm64/sm4-gcm - Fix possible crash in GCM cryption 2023-02-10 17:20:19 +08:00
block
certs
crypto crypto: cryptd - Use request_complete helpers 2023-02-13 18:34:49 +08:00
Documentation
drivers crypto: mxs-dcp - Use request_complete helpers 2023-02-13 18:34:49 +08:00
fs fs: ecryptfs: Use crypto_wait_req 2023-02-13 18:34:48 +08:00
include crypto: skcipher - Use crypto_request_complete 2023-02-13 18:34:49 +08:00
init
io_uring
ipc
kernel
lib
LICENSES
mm
net tls: Only use data field in crypto completion function 2023-02-13 18:34:48 +08:00
rust
samples
scripts
security KEYS: DH: Use crypto_wait_req 2023-02-13 18:34:48 +08:00
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
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 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.