No description
Find a file
Jens Axboe 4257c8ca13 net: separate out the msghdr copy from ___sys_{send,recv}msg()
This is in preparation for enabling the io_uring helpers for sendmsg
and recvmsg to first copy the header for validation before continuing
with the operation.

There should be no functional changes in this patch.

Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2019-11-26 15:02:41 -07:00
arch ARM: 2019-11-25 18:02:36 -08:00
block
certs
crypto
Documentation * Rework error logging functions to accept a count of errors parameter (Hanna Hawa) 2019-11-25 18:07:36 -08:00
drivers * Rework error logging functions to accept a count of errors parameter (Hanna Hawa) 2019-11-25 18:07:36 -08:00
fs io_uring: remove superfluous check for sqe->off in io_accept() 2019-11-25 19:56:11 -07:00
include io_uring: add support for IORING_OP_CONNECT 2019-11-25 19:56:11 -07:00
init
ipc
kernel ARM: 2019-11-25 18:02:36 -08:00
lib
LICENSES
mm
net net: separate out the msghdr copy from ___sys_{send,recv}msg() 2019-11-26 15:02:41 -07:00
samples
scripts
security
sound
tools ARM: 2019-11-25 18:02:36 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS The main MIPS changes for 5.5: 2019-11-25 17:42:56 -08: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.