No description
Find a file
Sherry Yang 957ccc2bc8 android: binder: fixup crash introduced by moving buffer hdr
Fix crash introduced by 74310e06be
(android: binder: Move buffer out of area shared with user space)
when close is called after open without mmap in between.

Reported-by: kernel test robot <fengguang.wu@intel.com>
Fixes: 74310e06be ("android: binder: Move buffer out of area shared with user space")
Signed-off-by: Sherry Yang <sherryy@android.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-09-01 08:53:32 +02:00
arch Merge 4.13-rc7 into char-misc-next 2017-08-28 10:19:01 +02:00
block Merge 4.13-rc7 into char-misc-next 2017-08-28 10:19:01 +02:00
certs
crypto
Documentation Documentation/ABI: document the nvmem sysfs files 2017-08-28 17:57:52 +02:00
drivers android: binder: fixup crash introduced by moving buffer hdr 2017-09-01 08:53:32 +02:00
firmware
fs Merge 4.13-rc7 into char-misc-next 2017-08-28 10:19:01 +02:00
include drivers: w1: add hwmon support structures 2017-08-31 18:50:14 +02:00
init
ipc
kernel Merge 4.13-rc7 into char-misc-next 2017-08-28 10:19:01 +02:00
lib
mm Avoid page waitqueue race leaving possible page locker waiting 2017-08-27 16:25:09 -07:00
net
samples
scripts
security
sound
tools perf: cs-etm: Fix ETMv4 CONFIGR entry in perf.data file 2017-08-28 17:35:43 +02:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Documentation/ABI: document the nvmem sysfs files 2017-08-28 17:57:52 +02:00
Makefile Linux 4.13-rc7 2017-08-27 17:20:40 -07:00
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.