]> www.infradead.org Git - users/willy/linux.git/commitdiff
todo
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 30 Sep 2020 16:47:37 +0000 (12:47 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 30 Sep 2020 16:47:37 +0000 (12:47 -0400)
TODO.mshare [new file with mode: 0644]

diff --git a/TODO.mshare b/TODO.mshare
new file mode 100644 (file)
index 0000000..d7b3ced
--- /dev/null
@@ -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
+