1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-22 07:53:11 -05:00
No description
Find a file
Herbert Xu 795f85fca2 crypto: algboss - Pass instance creation error up
Pass any errors we get during instance creation up through the
larval.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2024-09-06 14:50:46 +08:00
arch crypto: x86/aesni - update docs for aesni-intel module 2024-09-06 14:50:45 +08:00
block
certs
crypto crypto: algboss - Pass instance creation error up 2024-09-06 14:50:46 +08:00
Documentation dt-bindings: crypto: fsl,sec-v4.0: add second register space for rtic 2024-08-30 18:22:31 +08:00
drivers crypto: hisilicon/qm - inject error before stopping queue 2024-09-06 14:50:46 +08:00
fs
include
init
io_uring
ipc
kernel padata: Honor the caller's alignment in case of chunk_size 0 2024-08-30 18:23:43 +08:00
lib
LICENSES
mm
net
rust
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.editorconfig
.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 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.