Searched hist:"89 c8e98d8cfb0656dbeb648572df5b13e372247d" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/sched/ |
H A D | task.h | diff 89c8e98d8cfb0656dbeb648572df5b13e372247d Fri Mar 10 16:03:29 CST 2023 Mike Christie <michael.christie@oracle.com> fork: allow kernel code to call copy_process
The next patch adds helpers like create_io_thread, but for use by the vhost layer. There are several functions, so they are in their own file instead of cluttering up fork.c. This patch allows that new file to call copy_process.
Signed-off-by: Mike Christie <michael.christie@oracle.com> Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org>
|
/openbmc/linux/kernel/ |
H A D | fork.c | diff 89c8e98d8cfb0656dbeb648572df5b13e372247d Fri Mar 10 16:03:29 CST 2023 Mike Christie <michael.christie@oracle.com> fork: allow kernel code to call copy_process
The next patch adds helpers like create_io_thread, but for use by the vhost layer. There are several functions, so they are in their own file instead of cluttering up fork.c. This patch allows that new file to call copy_process.
Signed-off-by: Mike Christie <michael.christie@oracle.com> Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org>
|