mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-21 11:13:30 +00:00
65f99c74fb
is already correctly reset to the FPU user save area, only PCB_KERNFPU flag might leak from old thread state into the new state. For creation of the user-mode thread, the change is nop since corresponding syscall code does not use FPU. On the other hand, creation of a kernel thread forks from a thread selected arbitrary from proc0, which might use FPU. Reported and tested by: Chris Torek <torek@torek.net> Sponsored by: The FreeBSD Foundation MFC after: 1 week |
||
---|---|---|
.. | ||
amd64_mem.c | ||
apic_vector.S | ||
atomic.c | ||
atpic_vector.S | ||
autoconf.c | ||
bios.c | ||
bpf_jit_machdep.c | ||
bpf_jit_machdep.h | ||
cpu_switch.S | ||
db_disasm.c | ||
db_interface.c | ||
db_trace.c | ||
elf_machdep.c | ||
exception.S | ||
fpu.c | ||
gdb_machdep.c | ||
genassym.c | ||
identcpu.c | ||
in_cksum.c | ||
initcpu.c | ||
io.c | ||
locore.S | ||
machdep.c | ||
mem.c | ||
minidump_machdep.c | ||
mp_machdep.c | ||
mp_watchdog.c | ||
mpboot.S | ||
pmap.c | ||
prof_machdep.c | ||
ptrace_machdep.c | ||
sigtramp.S | ||
stack_machdep.c | ||
support.S | ||
sys_machdep.c | ||
trap.c | ||
uio_machdep.c | ||
uma_machdep.c | ||
vm_machdep.c | ||
xen-locore.S |