Sharing page tables with mshare()
Sharing page tables with mshare()
Posted May 22, 2024 22:37 UTC (Wed) by TheJH (subscriber, #101155)In reply to: Sharing page tables with mshare() by TheJH
Parent article: Sharing page tables with mshare()
I guess in a way, both KVM and IOMMUv2 are sort of doing a more flexible version of this already, with their mmu-notifier-based mirroring of one process' page tables into other processes? But with the differences that they don't involve creating extra mm_structs, and that the mirroring is a one-way thing.