Home
last modified time | relevance | path

Searched hist:cf587db2ee0261c74d04f61f39783db88a0b65e4 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/sched/
H A Dtask.hdiff 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 Dkthread.cdiff 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 Dfork.cdiff 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 Dmain.cdiff 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>