|
|
|
|
|
by caf
3009 days ago
|
|
The essential element of the solution for Meltdown is the same in every x86-64 OS: unmapping the kernel when in usermode. This is widely hated because it makes kernel entries and exits much slower, and blows away the TLB if your hardware doesn't have PCID support. |
|
It sucks, but what else can one do?