Performance oriented customized Linux kernel based on the mainline kernel.
Find a file
Herbert Xu 87d6621c07 crypto: lskcipher - Return EINVAL when ecb_name fails sanity checks
Set the error value to -EINVAL instead of zero when the underlying
name (within "ecb()") fails basic sanity checks.

Fixes: 8aee5d4ebd ("crypto: lskcipher - Add compatibility wrapper around ECB")
Reported-by: kernel test robot <lkp@intel.com>
Reported-by: Dan Carpenter <dan.carpenter@linaro.org>
Closes: https://lore.kernel.org/r/202310111323.ZjK7bzjw-lkp@intel.com/
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2023-10-20 13:39:26 +08:00
arch crypto: arm64/sha512 - clean up backwards function names 2023-10-20 13:39:26 +08:00
block
certs certs: Limit MODULE_SIG_KEY_TYPE_ECDSA to SHA384 or SHA512 2023-10-20 13:39:26 +08:00
crypto crypto: lskcipher - Return EINVAL when ecb_name fails sanity checks 2023-10-20 13:39:26 +08:00
Documentation crypto: qat - add cnv_errors debugfs file 2023-10-13 18:31:07 +08:00
drivers crypto: ccp - Dump SEV command buffer registers on SEV command error 2023-10-20 13:39:26 +08:00
fs
include crypto: pkcs7 - remove sha1 support 2023-10-20 13:39:26 +08:00
init
io_uring
ipc
kernel module: Do not offer sha224 for built-in module signing 2023-10-20 13:39:26 +08:00
lib
LICENSES
mm
net
rust
samples
scripts
security
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.