No description
Find a file
Jens Axboe 2bae047ec9 io_uring: io_async_task_func() should check and honor cancelation
If the request has been marked as canceled, don't try and issue it.
Instead just fill a canceled event and finish the request.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
2020-04-13 11:22:52 -06:00
arch Merge branch 'akpm' (patches from Andrew) 2020-04-10 17:57:48 -07:00
block
certs
crypto
Documentation Merge branch 'akpm' (patches from Andrew) 2020-04-10 17:57:48 -07:00
drivers Merge branch 'akpm' (patches from Andrew) 2020-04-10 17:57:48 -07:00
fs io_uring: io_async_task_func() should check and honor cancelation 2020-04-13 11:22:52 -06:00
include Merge branch 'akpm' (patches from Andrew) 2020-04-10 17:57:48 -07:00
init
ipc ipc/util.c: sysvipc_find_ipc() should increase position index 2020-04-10 15:36:22 -07:00
kernel Merge branch 'akpm' (patches from Andrew) 2020-04-10 17:57:48 -07:00
lib
LICENSES
mm Merge branch 'akpm' (patches from Andrew) 2020-04-10 17:57:48 -07:00
net
samples
scripts
security
sound
tools change email address for Pali Rohár 2020-04-10 15:36:22 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap change email address for Pali Rohár 2020-04-10 15:36:22 -07:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS change email address for Pali Rohár 2020-04-10 15:36:22 -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.