Searched hist:cf587db2ee0261c74d04f61f39783db88a0b65e4 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/linux/sched/ |
H A D | task.h | diff cf587db2ee0261c74d04f61f39783db88a0b65e4 Fri Mar 10 16:03:23 CST 2023 Mike Christie <michael.christie@oracle.com> kernel: Allow a kernel thread's name to be set in copy_process
This patch allows kernel users to pass in the thread name so it can be set during creation instead of having to use set_task_comm after the thread is created.
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 | kthread.c | diff cf587db2ee0261c74d04f61f39783db88a0b65e4 Fri Mar 10 16:03:23 CST 2023 Mike Christie <michael.christie@oracle.com> kernel: Allow a kernel thread's name to be set in copy_process
This patch allows kernel users to pass in the thread name so it can be set during creation instead of having to use set_task_comm after the thread is created.
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>
|
H A D | fork.c | diff cf587db2ee0261c74d04f61f39783db88a0b65e4 Fri Mar 10 16:03:23 CST 2023 Mike Christie <michael.christie@oracle.com> kernel: Allow a kernel thread's name to be set in copy_process
This patch allows kernel users to pass in the thread name so it can be set during creation instead of having to use set_task_comm after the thread is created.
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/init/ |
H A D | main.c | diff cf587db2ee0261c74d04f61f39783db88a0b65e4 Fri Mar 10 16:03:23 CST 2023 Mike Christie <michael.christie@oracle.com> kernel: Allow a kernel thread's name to be set in copy_process
This patch allows kernel users to pass in the thread name so it can be set during creation instead of having to use set_task_comm after the thread is created.
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>
|