Defending against page-cache attacks
Defending against page-cache attacks
Posted Jan 17, 2019 20:59 UTC (Thu) by quotemstr (subscriber, #45331)Parent article: Defending against page-cache attacks
Posted Jan 31, 2019 11:31 UTC (Thu)
by sourcejedi (guest, #45153)
[Link]
> The report was on “applying working set heuristics to the Linux kernel“: essentially testing to see if there were ways to overlay some elements of local page replacement to the kernel’s global page replacement policy that would speed turnaround times.
> The answer to that appears to be ‘no’ – at least not in the ways I attempted, though I think there may be some ways to improve performance if some serious studies of phases of locality in programs gave us a better understanding of ways to spot the end of one phase and the beginning of another.
> But, generally speaking, my work showed the global LRU policy of the kernel was pretty robust.
Defending against page-cache attacks