]> www.infradead.org Git - users/willy/linux.git/commit
mshare: Store the base/len in the mm_struct
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 10 Aug 2020 14:05:22 +0000 (10:05 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 11 Aug 2020 14:03:52 +0000 (10:03 -0400)
commitad6f463cc4b9ebd7b7e8ed3b40a6911088f8443a
tree9c0a0e2e0621c5df0af43ea3ceaf7eec69ebb6ec
parent2d14fe8988d649613ac58e3a91eb073630dc6b62
mshare: Store the base/len in the mm_struct

Also add a read operation so the recipient can find out what
address range the donor shared.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
mm/mshare.c