No description
Find a file
Gilad Ben-Yossef a108f9311c crypto: ccree - fix backlog notifications
We were doing backlog notification callbacks via a cipher/hash/aead
request structure cast to the base structure, which may or may not
work based on how the structure is laid in memory and is not safe.

Fix it by delegating the backlog notification to the appropriate
internal callbacks which are type aware.

Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com>
Cc: stable@vger.kernel.org # v4.19+
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2019-04-25 15:38:14 +08:00
arch crypto: shash - remove shash_desc::flags 2019-04-25 15:38:12 +08:00
block
certs
crypto crypto: testmgr - add missing self test entries for protected keys 2019-04-25 15:38:13 +08:00
Documentation crypto: shash - remove shash_desc::flags 2019-04-25 15:38:12 +08:00
drivers crypto: ccree - fix backlog notifications 2019-04-25 15:38:14 +08:00
fs crypto: shash - remove shash_desc::flags 2019-04-25 15:38:12 +08:00
include crypto: shash - remove shash_desc::flags 2019-04-25 15:38:12 +08:00
init
ipc
kernel crypto: shash - remove shash_desc::flags 2019-04-25 15:38:12 +08:00
lib crypto: shash - remove shash_desc::flags 2019-04-25 15:38:12 +08:00
LICENSES
mm
net crypto: shash - remove shash_desc::flags 2019-04-25 15:38:12 +08:00
samples
scripts
security crypto: shash - remove shash_desc::flags 2019-04-25 15:38:12 +08: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.