No description
Find a file
Wei Yongjun c552ffb5c9 crypto: cavium/zip - Add missing single_release()
When using single_open() for opening, single_release() should be
used instead of seq_release(), otherwise there is a memory leak.

Fixes: 09ae5d37e0 ("crypto: zip - Add Compression/Decompression statistics")
Cc: <stable@vger.kernel.org>
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2019-09-09 23:48:41 +10:00
arch crypto: arm/aes-ce - implement ciphertext stealing for CBC 2019-09-09 17:35:39 +10:00
block
certs
crypto crypto: skcipher - Unmap pages after an external error 2019-09-09 17:35:27 +10:00
Documentation hwrng: timeriomem - relax check on memory resource size 2019-09-05 14:37:30 +10:00
drivers crypto: cavium/zip - Add missing single_release() 2019-09-09 23:48:41 +10:00
fs fs: cifs: move from the crypto cipher API to the new DES library interface 2019-08-22 14:57:34 +10:00
include crypto: skcipher - add the ability to abort a skcipher walk 2019-09-09 17:35:38 +10:00
init
ipc
kernel
lib crypto: sha256 - Remove sha256/224_init code duplication 2019-09-05 14:54:54 +10:00
LICENSES
mm
net
samples
scripts
security
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.