The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Jens Axboe d25e3a3de0 io_uring: disable io-wq attaching
Moving towards making the io_wq per ring per task, so we can't really
share it between rings. Which is fine, since we've now dropped some
of that fat from it.

Retain compatibility with how attaching works, so that any attempt to
attach to an fd that doesn't exist, or isn't an io_uring fd, will fail
like it did before.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
2021-02-21 17:25:22 -07:00
Documentation drm pull for 5.12-rc1 2021-02-21 14:44:44 -08:00
LICENSES
arch drm pull for 5.12-rc1 2021-02-21 14:44:44 -08:00
block for-5.12/block-2021-02-17 2021-02-21 11:02:48 -08:00
certs
crypto
drivers drm pull for 5.12-rc1 2021-02-21 14:44:44 -08:00
fs io_uring: disable io-wq attaching 2021-02-21 17:25:22 -07:00
include drm pull for 5.12-rc1 2021-02-21 14:44:44 -08:00
init Scheduler updates for v5.12: 2021-02-21 12:35:04 -08:00
ipc
kernel x86: 2021-02-21 13:31:43 -08:00
lib media updates for v5.12-rc1 2021-02-21 14:10:36 -08:00
mm This pull request contains the following changes for UML: 2021-02-21 13:53:00 -08:00
net Highlights: 2021-02-21 10:22:20 -08:00
samples
scripts These are the v5.12 updates for the locking subsystem: 2021-02-21 12:12:01 -08:00
security
sound sound updates for 5.12 2021-02-21 14:21:35 -08:00
tools x86: 2021-02-21 13:31:43 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap - added support for Nintendo N64 2021-02-21 13:18:26 -08:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS drm pull for 5.12-rc1 2021-02-21 14:44:44 -08:00
Makefile Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next 2021-02-20 17:45:32 -08:00
README

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.