KAISER: hiding the kernel from user space
KAISER: hiding the kernel from user space
Posted Nov 15, 2017 14:19 UTC (Wed) by epa (subscriber, #39769)In reply to: KAISER: hiding the kernel from user space by marcH
Parent article: KAISER: hiding the kernel from user space
If these timing-based attacks involve accessing a page in the kernel address space and getting some kind of memory protection fault, can't the kernel add a small random delay each time such a fault is hit before control returns to user space? The delay could even increase with subsequent faults, imposing a ceiling on how many faults the process can generate. That is, provided there's a way to do this while not imposing that same delay on processes that are using these faults for other things, like memory-mapped files.
