Go to file
Kangjie Lu 4589e28db4 net: tipc: fix a missing check of nla_nest_start
nla_nest_start could fail and requires a check. The fix returns
-EMSGSIZE if it fails.

Signed-off-by: Kangjie Lu <kjlu@umn.edu>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-03-16 12:09:05 -07:00
arch Microblaze patches for 5.1-rc1 2019-03-14 10:27:47 -07:00
block
certs
crypto
Documentation Additional ACPI updates for 5.1-rc1 2019-03-14 10:48:14 -07:00
drivers tun: properly test for IFF_UP 2019-03-15 15:42:11 -07:00
fs
include net: add documentation to socket.c 2019-03-15 15:29:47 -07:00
init
ipc
kernel
lib
LICENSES
mm filemap: pass vm_fault to the mmap ra helpers 2019-03-14 14:36:20 -07:00
net net: tipc: fix a missing check of nla_nest_start 2019-03-16 12:09:05 -07:00
samples
scripts
security selinux/stable-5.1 PR 20190312 2019-03-13 11:10:42 -07:00
sound
tools Merge branch 'akpm' (patches from Andrew) 2019-03-14 15:10:10 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2019-03-14 09:28:12 -07:00
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.