CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2022/10/04 13:41:22
Modified files: sys/arch/arm64/arm64: cpu.c machdep.c Log message: On CPUs that support the Data Independent Timing feature, enable this feature by default in both the kernel and userland. At this point, this feature has only been seen on Apple's CPU cores, where turning it on has no measurable impact on performance. Turning this feature on should help to mitigate timing side-channel attacks. ok deraadt@, beck@