]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add mitigations for two classes of speculative execution vulnerabilities
authorgordon <gordon@FreeBSD.org>
Wed, 14 Mar 2018 04:00:00 +0000 (04:00 +0000)
committergordon <gordon@FreeBSD.org>
Wed, 14 Mar 2018 04:00:00 +0000 (04:00 +0000)
commit312f06f761f7362e153ed5a1a9c49e17294e52b5
tree272e75bf0fc1b0ab9b02a0f2f034e207b04d82f3
parentc69c8ae8053b66933da68a1f410f78dda1300dd7
Add mitigations for two classes of speculative execution vulnerabilities
on amd64. [FreeBSD-SA-18:03.speculative_execution]

Approved by: so
Security: FreeBSD-SA-18:03.speculative_execution
Security: CVE-2017-5715
Security: CVE-2017-5754
53 files changed:
UPDATING
sys/amd64/amd64/apic_vector.S
sys/amd64/amd64/atpic_vector.S
sys/amd64/amd64/cpu_switch.S
sys/amd64/amd64/db_trace.c
sys/amd64/amd64/exception.S
sys/amd64/amd64/genassym.c
sys/amd64/amd64/initcpu.c
sys/amd64/amd64/machdep.c
sys/amd64/amd64/mp_machdep.c
sys/amd64/amd64/pmap.c
sys/amd64/amd64/support.S
sys/amd64/amd64/sys_machdep.c
sys/amd64/amd64/trap.c
sys/amd64/amd64/vm_machdep.c
sys/amd64/ia32/ia32_exception.S
sys/amd64/ia32/ia32_syscall.c
sys/amd64/include/asmacros.h
sys/amd64/include/frame.h
sys/amd64/include/intr_machdep.h
sys/amd64/include/md_var.h
sys/amd64/include/pcb.h
sys/amd64/include/pcpu.h
sys/amd64/include/pmap.h
sys/amd64/include/smp.h
sys/amd64/vmm/intel/vmx.c
sys/amd64/vmm/vmm.c
sys/conf/Makefile.amd64
sys/conf/newvers.sh
sys/dev/cpuctl/cpuctl.c
sys/dev/hyperv/vmbus/amd64/vmbus_vector.S
sys/dev/hyperv/vmbus/i386/vmbus_vector.S
sys/dev/hyperv/vmbus/vmbus.c
sys/i386/i386/apic_vector.s
sys/i386/i386/atpic_vector.s
sys/i386/i386/exception.s
sys/i386/i386/machdep.c
sys/i386/i386/pmap.c
sys/i386/i386/support.s
sys/i386/i386/vm_machdep.c
sys/sys/cpuctl.h
sys/x86/include/apicvar.h
sys/x86/include/specialreg.h
sys/x86/include/x86_smp.h
sys/x86/include/x86_var.h
sys/x86/isa/atpic.c
sys/x86/x86/cpu_machdep.c
sys/x86/x86/identcpu.c
sys/x86/x86/local_apic.c
sys/x86/x86/mp_x86.c
sys/x86/xen/pv.c
usr.sbin/cpucontrol/cpucontrol.8
usr.sbin/cpucontrol/cpucontrol.c