OrangePi_CM5/arch/um
Jens Axboe 150dea15cb UPSTREAM: arch: setup PF_IO_WORKER threads like PF_KTHREAD
[ Upstream commit 4727dc20e0422211a0e0c72b1ace4ed6096df8a6 ]

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().

Change-Id: Iec4a3c42a39f016b323476d7238f3d36aaf0e6cf
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
(cherry picked from commit 320c8057eceb18c5d836fcbe0ffb0035fcfe28ff)
Bug: 268174392
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2023-02-07 13:38:14 +00:00
..
configs um: Cleanup CONFIG_IOSCHED_CFQ 2020-03-29 23:15:22 +02:00
drivers um: random: Don't initialise hwrng struct with zero 2022-08-21 15:16:00 +02:00
include UPSTREAM: um: add support for TIF_NOTIFY_SIGNAL 2023-02-07 13:38:11 +00:00
kernel UPSTREAM: arch: setup PF_IO_WORKER threads like PF_KTHREAD 2023-02-07 13:38:14 +00:00
os-Linux um: add "noreboot" command line option for PANIC_TIMEOUT=-1 setups 2022-08-25 11:38:16 +02:00
scripts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
.gitignore .gitignore: add SPDX License Identifier 2020-03-25 11:50:48 +01:00
Kconfig um: Allow PM with suspend-to-idle 2022-08-21 15:16:20 +02:00
Kconfig.debug um: Disable CONFIG_GCOV with MODULES 2021-05-22 11:40:53 +02:00
Makefile arch: um: Mark the stack non-executable to fix a binutils warning 2022-10-15 07:55:53 +02:00
Makefile-os-Linux
Makefile-skas