No description
Find a file
Jens Axboe aa96bf8a9e io_uring: use io-wq manager as backup task if task is exiting
If the original task is (or has) exited, then the task work will not get
queued properly. Allow for using the io-wq manager task to queue this
work for execution, and ensure that the io-wq manager notices and runs
this work if woken up (or exiting).

Reported-by: Dan Melnic <dmm@fb.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2020-04-03 11:35:57 -06:00
arch x86 timer updates: 2020-03-30 19:55:39 -07:00
block
certs
crypto
Documentation Support for "split lock" detection: 2020-03-30 19:35:52 -07:00
drivers timekeeping and timer updates: 2020-03-30 18:51:47 -07:00
fs io_uring: use io-wq manager as backup task if task is exiting 2020-04-03 11:35:57 -06:00
include x86 entry code updates: 2020-03-30 19:14:28 -07:00
init
ipc
kernel x86 entry code updates: 2020-03-30 19:14:28 -07:00
lib timekeeping and timer updates: 2020-03-30 18:51:47 -07:00
LICENSES
mm
net
samples
scripts timekeeping and timer updates: 2020-03-30 18:51:47 -07:00
security
sound
tools x86 entry code updates: 2020-03-30 19:14:28 -07: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.