No description
Find a file
Eric Biggers c3a98c3ad5 crypto: x86/poly1305 - add back a needed assignment
One of the assignments that was removed by commit 4a0c1de64b ("crypto:
x86/poly1305 - Remove assignments with no effect") is actually needed,
since it affects the return value.

This fixes the following crypto self-test failure:

    alg: shash: poly1305-simd test failed (wrong result) on test vector 2, cfg="init+update+final aligned buffer"

Fixes: 4a0c1de64b ("crypto: x86/poly1305 - Remove assignments with no effect")
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2020-10-24 09:38:32 +11:00
arch crypto: x86/poly1305 - add back a needed assignment 2020-10-24 09:38:32 +11:00
block
certs
crypto X.509: Fix modular build of public_key_sm2 2020-10-08 16:39:14 +11:00
Documentation crypto: af_alg - add extra parameters for DRBG interface 2020-09-25 17:48:52 +10:00
drivers crypto: bcm - Verify GCM/CCM key length in setkey 2020-10-08 16:38:06 +11:00
fs
include X.509: Fix modular build of public_key_sm2 2020-10-08 16:39:14 +11:00
init
ipc
kernel
lib lib/mpi: Fix unused variable warnings 2020-10-02 18:02:13 +10:00
LICENSES
mm
net
samples
scripts
security integrity: Asymmetric digsig supports SM2-with-SM3 algorithm 2020-09-25 17:48:55 +10:00
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
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.