|
|
Subscribe / Log in / New account

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

The paper authors suggest moving toward a Windows-style "working set" model of page cache instead of global LRU. I wish this option would be more seriously considered despite it involving massive vm subsystem changes.


to post comments

Defending against page-cache attacks

Posted Jan 31, 2019 11:31 UTC (Thu) by sourcejedi (guest, #45153) [Link]

https://cartesianproduct.wordpress.com/2011/09/15/done-an...

> 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.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds