copy_thread
Regular
4.4
: Absent ⚠️
4.8
: Absent ⚠️
4.10
: Absent ⚠️
4.13
: Absent ⚠️
4.15
: Absent ⚠️
4.18
: Absent ⚠️
5.0
: Absent ⚠️
5.3
: Absent ⚠️
5.4
: Absent ⚠️
5.8
: Absent ⚠️
5.11
: ✅int copy_thread(long unsigned int clone_flags, long unsigned int sp, long unsigned int arg, struct task_struct *p, long unsigned int tls);
Collision: Unique Global
Inline: No
Transformation: False
Instances:
In arch/x86/kernel/process.c (ffffffff8103ffe0)
Location: arch/x86/kernel/process.c:125
Inline: False
Direct callers:
- kernel/fork.c:copy_process
Symbols:
ffffffff8103ffe0-ffffffff810401cd: copy_thread (STB_GLOBAL)
5.13
: ✅int copy_thread(long unsigned int clone_flags, long unsigned int sp, long unsigned int arg, struct task_struct *p, long unsigned int tls);
Collision: Unique Global
Inline: No
Transformation: False
Instances:
In arch/x86/kernel/process.c (ffffffff81041970)
Location: arch/x86/kernel/process.c:120
Inline: False
Direct callers:
- kernel/fork.c:copy_process
Symbols:
ffffffff81041970-ffffffff81041b95: copy_thread (STB_GLOBAL)
5.15
: ✅int copy_thread(long unsigned int clone_flags, long unsigned int sp, long unsigned int arg, struct task_struct *p, long unsigned int tls);
Collision: Unique Global
Inline: No
Transformation: False
Instances:
In arch/x86/kernel/process.c (ffffffff81047c00)
Location: arch/x86/kernel/process.c:119
Inline: False
Direct callers:
- kernel/fork.c:copy_process
Symbols:
ffffffff81047c00-ffffffff81047e59: copy_thread (STB_GLOBAL)
5.19
: ✅int copy_thread(struct task_struct *p, const struct kernel_clone_args *args);
Collision: Unique Global
Inline: No
Transformation: False
Instances:
In arch/x86/kernel/process.c (ffffffff81050e70)
Location: arch/x86/kernel/process.c:134
Inline: False
Direct callers:
- kernel/fork.c:copy_process
Symbols:
ffffffff81050e70-ffffffff810510ed: copy_thread (STB_GLOBAL)
6.2
: ✅int copy_thread(struct task_struct *p, const struct kernel_clone_args *args);
Collision: Unique Global
Inline: No
Transformation: False
Instances:
In arch/x86/kernel/process.c (ffffffff8105e440)
Location: arch/x86/kernel/process.c:134
Inline: False
Direct callers:
- kernel/fork.c:copy_process
Symbols:
ffffffff8105e440-ffffffff8105e6bd: copy_thread (STB_GLOBAL)
6.5
: ✅int copy_thread(struct task_struct *p, const struct kernel_clone_args *args);
Collision: Unique Global
Inline: No
Transformation: False
Instances:
In arch/x86/kernel/process.c (ffffffff8105fb00)
Location: arch/x86/kernel/process.c:157
Inline: False
Direct callers:
- kernel/fork.c:copy_process
Symbols:
ffffffff8105fb00-ffffffff8105fda9: copy_thread (STB_GLOBAL)
6.8
: ✅int copy_thread(struct task_struct *p, const struct kernel_clone_args *args);
Collision: Unique Global
Inline: No
Transformation: False
Instances:
In arch/x86/kernel/process.c (ffffffff81066bf0)
Location: arch/x86/kernel/process.c:159
Inline: False
Direct callers:
- kernel/fork.c:copy_process
Symbols:
ffffffff81066bf0-ffffffff81066eaf: copy_thread (STB_GLOBAL)
arm64
: Absent ⚠️
armhf
: Absent ⚠️
ppc64el
: Absent ⚠️
riscv64
: Absent ⚠️
aws
: Absent ⚠️
azure
: Absent ⚠️
gcp
: Absent ⚠️
lowlatency
: Absent ⚠️
Regular
5.11
and 5.13
✅
5.13
and 5.15
✅
5.15
and 5.19
⚠️const struct kernel_clone_args *args
long unsigned int clone_flags
long unsigned int sp
long unsigned int arg
long unsigned int tls
clone_flags, sp, arg, p, tls
➡️ p, args
5.19
and 6.2
✅
6.2
and 6.5
✅
6.5
and 6.8
✅