No description
Find a file
Jens Axboe 0e0702dac2 io_uring: cleanup return values from the queueing functions
__io_queue_sqe(), io_queue_sqe(), io_queue_link_head() all return 0/err,
but the caller doesn't care since the errors are handled inline. Clean
these up and just make them void.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
2019-11-25 19:48:31 -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: cleanup return values from the queueing functions 2019-11-25 19:48:31 -07:00
include * Rework error logging functions to accept a count of errors parameter (Hanna Hawa) 2019-11-25 18:07:36 -08:00
init
ipc
kernel ARM: 2019-11-25 18:02:36 -08:00
lib
LICENSES
mm
net
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
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.