Just nits: On 1/24/25 3:54 PM, Anthony Yznaga wrote: > diff --git a/mm/Kconfig b/mm/Kconfig > index 1b501db06417..ba3dbe31f86a 100644 > --- a/mm/Kconfig > +++ b/mm/Kconfig > @@ -1358,6 +1358,15 @@ config PT_RECLAIM > > Note: now only empty user PTE page table pages will be reclaimed. > > +config MSHARE > + bool "Mshare" > + depends on MMU > + help > + Enable msharefs: A ram-based filesystem that allows multiple RAM-based > + processes to share page table entries for shared pages. A file > + created on msharefs represents a shared region where all processes > + mapping that region will map objects within it with shared PTEs. > + Ioctls are used to configure and map objects into the shared region End the sentence above with a period. > > source "mm/damon/Kconfig" -- ~Randy