mainlining shenanigans
Go to file
Nishka Dasgupta 3bd4952853 crypto: nx - Add of_node_put() before return in 842
Each iteration of for_each_compatible_node puts the previous node, but
in the case of a return from the middle of the loop, there is no put,
thus causing a memory leak. Add an of_node_put before the return.
Issue found with Coccinelle.

Acked-by: Stewart Smith <stewart@linux.ibm.com>
Signed-off-by: Nishka Dasgupta <nishkadg.linux@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2019-08-02 14:44:32 +10:00
arch crypto: s390/aes - fix name clash after AES library refactor 2019-07-31 20:59:10 +10:00
block
certs
crypto Revert "crypto: aegis128 - add support for SIMD acceleration" 2019-08-02 13:31:35 +10:00
Documentation Devicetree fixes for 5.3: 2019-07-21 10:28:39 -07:00
drivers crypto: nx - Add of_node_put() before return in 842 2019-08-02 14:44:32 +10:00
fs SMB3 fixes: two fixes for stable, one that had dependency on earlier patch in this merge window and can now go in, and a perf improvement in SMB3 open 2019-07-21 10:01:17 -07:00
include crypto: user - fix potential warnings in cryptouser.h 2019-08-02 14:44:31 +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 Kbuild updates for v5.3 (2nd) 2019-07-20 09:34:55 -07:00
security
sound
tools crypto: Remove orphan tools/crypto directory 2019-07-26 22:08:05 +10:00
usr Kbuild updates for v5.3 (2nd) 2019-07-20 09:34:55 -07:00
virt KVM: Boost vCPUs that are delivering interrupts 2019-07-20 09:00:45 +02:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS Remove references to dead website. 2019-07-19 12:22:04 -07:00
Kbuild
Kconfig
MAINTAINERS Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2019-07-20 11:24:49 -07:00
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.