No description
Find a file
Lixin Wang 070ea018fa of: dynamic: fix memory leak related to properties of __of_node_dup
If a node with no properties is dynamically added, then a property is
dynamically added to the node, then the property is dynamically removed,
the result will be node->properties == NULL and node->deadprops != NULL.

Add a separate function to release the properties in both lists.

Signed-off-by: Lixin Wang <alan.1.wang@nokia-sbell.com>
Reviewed-by: Frank Rowand <frank.rowand@sony.com>
Signed-off-by: Rob Herring <robh@kernel.org>
2017-10-23 11:18:44 -05:00
arch powerpc: pseries: only store the device node basename in full_name 2017-10-03 15:02:10 -05:00
block
certs
crypto
Documentation of: overlay: rename identifiers to more reflect what they do 2017-10-17 20:46:17 -05:00
drivers of: dynamic: fix memory leak related to properties of __of_node_dup 2017-10-23 11:18:44 -05:00
firmware
fs
include of: overlay: avoid race condition between applying multiple overlays 2017-10-17 20:47:27 -05:00
init
ipc
kernel
lib
mm
net
samples
scripts scripts/dtc: Update to upstream version v1.4.5-3-gb1a60033c110 2017-10-03 15:03:47 -05:00
security
sound
tools
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

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.