On Sun, Jan 07, 2018 at 12:56:19PM -0700, Mike Larkin wrote: > CVSROOT: /cvs > Module name: src > Changes by: mlar...@cvs.openbsd.org 2018/01/07 12:56:19 > > Modified files: > sys/arch/amd64/amd64: locore.S locore0.S pmap.c > sys/arch/amd64/include: pte.h > > Log message: > remove all PG_G global page mappings from the kernel when running on > Intel CPUs. Part of an ongoing set of commits to mitigate the Intel > "meltdown" CVE. This diff does not confer any immunity to that > vulnerability - subsequent commits are still needed and are being > worked on presently. > > ok guenther, deraadt >
this was also ok visa@