Message ID | 20200224203057.162467-1-walken@google.com (mailing list archive) |
---|---|
Headers | show |
Series | Fine grained MM locking | expand |
> Hi, > > This is the first version of my work towards fine grained MM locking. > This is still early work - I am happy with my page fault changes, > but want to expand on the mmap/munmap side of things before I send the > next version. I have previously shared this with some of the copied folks > (for those who received that, there are no additional changes in this > public resend). Please expect a v2 within a few weeks, with further > changes for fine grained range locking in the mmap and munmap paths. hello, Michel. I noticed rwsem has been renamed to mmap_lock and some apis were created for taking the lock. but is the original fine grained mm locking series still under development? maybe i missed something but i failed to find v2 for it. Thanks Barry
On Mon, Mar 21, 2022 at 11:08:48AM +1300, Barry Song wrote: > hello, Michel. I noticed rwsem has been renamed to mmap_lock and > some apis were created for taking the lock. > but is the original fine grained mm locking series still under > development? maybe i missed something but i failed to find v2 > for it. Most recently posted as 20220128131006.67712-1-michel@lespinasse.org
On Mon, Mar 21, 2022 at 12:14 PM Matthew Wilcox <willy@infradead.org> wrote: > > On Mon, Mar 21, 2022 at 11:08:48AM +1300, Barry Song wrote: > > hello, Michel. I noticed rwsem has been renamed to mmap_lock and > > some apis were created for taking the lock. > > but is the original fine grained mm locking series still under > > development? maybe i missed something but i failed to find v2 > > for it. > > Most recently posted as 20220128131006.67712-1-michel@lespinasse.org thanks!