Main-line Linux kernel tree http://www.kernel.org
Go to file
Franziska Naepelt f75bd28beb crypto: hmac - Add missing blank line
The following checkpatch warning has been fixed:
- WARNING: Missing a blank line after declarations

Signed-off-by: Franziska Naepelt <franziska.naepelt@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2023-06-16 20:30:35 +08:00
arch crypto: arm64/sha256-glue - Include module.h 2023-05-19 20:56:59 +08:00
block
certs
crypto crypto: hmac - Add missing blank line 2023-06-16 20:30:35 +08:00
Documentation dt-bindings: qcom-qce: Add compatibles for SM6115 and QCM2290 2023-06-02 18:21:32 +08:00
drivers crypto: qat - unmap buffers before free for RSA 2023-06-16 20:30:35 +08:00
fs
include crypto: cipher - Add crypto_clone_cipher 2023-05-24 18:12:33 +08:00
init
io_uring
ipc
kernel
lib crypto: lib/sha256 - Use generic code from sha256_base 2023-05-19 16:45:43 +08:00
LICENSES
mm
net
rust
samples
scripts
security
sound
tools Disable building BPF based features by default for v6.4. 2023-05-07 11:32:18 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS crypto: starfive - Add crypto engine support 2023-05-19 16:46:22 +08:00
Makefile Linux 6.4-rc1 2023-05-07 13:34:35 -07:00
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.