Go to file
Herbert Xu 5072b1c211 crypto: ecc - Silence sparse warning
Rewrite the bitwise operations to silence the sparse warnings:

  CHECK   ../crypto/ecc.c
../crypto/ecc.c:1387:39: warning: dubious: !x | y
../crypto/ecc.c:1397:47: warning: dubious: !x | y

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Reviewed-by: Vitaly Chikunov <vt@altlinux.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2023-02-14 13:39:33 +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: ecc - Silence sparse warning 2023-02-14 13:39:33 +08:00
Documentation Documentation: qat: change kernel version 2023-02-10 17:20:19 +08:00
drivers net: macsec: Remove completion function scaffolding 2023-02-13 18:35:15 +08:00
fs fs: ecryptfs: Use crypto_wait_req 2023-02-13 18:34:48 +08:00
include crypto: api - Remove completion function scaffolding 2023-02-13 18:35:15 +08:00
init
io_uring
ipc
kernel
lib
LICENSES
mm
net tls: Pass rec instead of aead_req into tls_encrypt_done 2023-02-13 18:35:15 +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 MAINTAINERS: repair file entry for STARFIVE TRNG DRIVER 2023-02-10 17:20:19 +08:00
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.