No description
Find a file
Gary R Hook 114e2ccd9e crypto: ccp - Clean up and exit correctly on allocation failure
Return and fail driver initialization if a DMA pool or coherent memory
can't be allocated. Be sure to clean up allocated memory.

Fixes: 4b394a232d ("crypto: ccp - Let a v5 CCP provide the same function as v3")

Signed-off-by: Gary R Hook <gary.hook@amd.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2019-08-09 15:11:39 +10:00
arch asm-generic: Remove redundant arch-specific rules for simd.h 2019-08-02 14:45:15 +10:00
block
certs
crypto crypto: jitterentropy - build without sanitizer 2019-08-02 14:44:32 +10:00
Documentation
drivers crypto: ccp - Clean up and exit correctly on allocation failure 2019-08-09 15:11:39 +10:00
fs
include hwrng: timeriomem - add include guard to timeriomem-rng.h 2019-08-02 14:45:14 +10:00
init
ipc
kernel padata: purge get_cpu and reorder_via_wq from padata_do_serial 2019-07-27 21:08:37 +10:00
lib crypto: lib/aes - export sbox and inverse sbox 2019-07-26 14:58:36 +10:00
LICENSES
mm
net bluetooth: switch to AES library 2019-07-26 14:58:12 +10:00
samples
scripts
security
sound
tools crypto: Remove orphan tools/crypto directory 2019-07-26 22:08:05 +10:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linus 5.3-rc1 2019-07-21 14:05:38 -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.