anholt / linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vc5: page tables separate from fd

anholt opened this issue · comments

We want the page table to be transiently associated with the fd, so that we can close fd without waiting, and reap page tables under memory pressure.

now using a single global page table