From: Matthew Wilcox (Oracle) <willy@infradead.org> Date: Wed, 30 Sep 2020 16:47:37 +0000 (-0400) Subject: todo X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=596e2cf58d0d4542554c56b4a0a35333e04fa85b;p=users%2Fwilly%2Flinux.git todo --- diff --git a/TODO.mshare b/TODO.mshare new file mode 100644 index 000000000000..d7b3ced5f6c8 --- /dev/null +++ b/TODO.mshare @@ -0,0 +1,10 @@ + - Reparent VMAs to new mm_struct + - Insert a VMA into the donor address space to host the mm_struct + - /proc/$pid/maps + - new mmap within shared region + - munmaps within shared region + - mprotect / ... within ... you get the picture. + - support page sizes other than PGDIR_SIZE + - How do TLB shootdowns work? Do we need to iterate over all MM users? + - shmat() support +