Jens Axboe 4727dc20e0 arch: setup PF_IO_WORKER threads like PF_KTHREAD
PF_IO_WORKER are kernel threads too, but they aren't PF_KTHREAD in the
sense that we don't assign ->set_child_tid with our own structure. Just
ensure that every arch sets up the PF_IO_WORKER threads like kthreads
in the arch implementation of copy_thread().

Signed-off-by: Jens Axboe <axboe@kernel.dk>
2021-02-21 17:25:22 -07:00
2021-02-21 11:02:48 -08:00
2021-02-21 14:44:44 -08:00
2021-02-21 14:44:44 -08:00
2021-02-21 12:35:04 -08:00
2021-02-21 13:31:43 -08:00
2021-02-21 14:10:36 -08:00
2021-02-21 10:22:20 -08:00
2021-01-28 10:22:48 +01:00
2021-02-21 14:21:35 -08:00
2021-02-21 13:31:43 -08:00
2021-02-12 14:07:39 +00:00
2021-02-21 13:18:26 -08:00
2021-02-21 14:44:44 -08:00

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.
Description
No description provided
Readme 5.7 GiB
Languages
C 97.6%
Assembly 1%
Shell 0.5%
Python 0.3%
Makefile 0.3%