Re: [patch 0/4] [RFC] MMU Notifiers V1

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Andrea Arcangeli <andrea@...>
Cc: Robin Holt <holt@...>, Avi Kivity <avi@...>, Izik Eidus <izike@...>, Nick Piggin <npiggin@...>, <kvm-devel@...>, Benjamin Herrenschmidt <benh@...>, Peter Zijlstra <a.p.zijlstra@...>, <steiner@...>, <linux-kernel@...>, <linux-mm@...>, <daniel.blueman@...>, Hugh Dickins <hugh@...>
Date: Friday, January 25, 2008 - 2:31 pm

On Fri, 25 Jan 2008, Andrea Arcangeli wrote:


try_to_unmap is called from multiple places. The placement here
also covers f.e. page migration.

We also need to do this in the page_mkclean case because the permissions
on an external pte are restricted there. So we need a refault to update
the pte.


We actually need both version. We have hardware that has a driver without 
rmap that does not sleep. On the other hand XPmem has rmap capability and 
needs to sleep for its notifications.


Well we still have to review this stuff more and I have a vague feeling 
that not all the multiple hooks that came about because I took the 
mmu_notifier(invalidate_page, ...) out of the macro need to be kept 
because some of them are already covered by the range operations.


--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[patch 0/4] [RFC] MMU Notifiers V1, Christoph Lameter, (Fri Jan 25, 1:56 am)
Re: [patch 0/4] [RFC] MMU Notifiers V1, Andrea Arcangeli, (Fri Jan 25, 7:42 am)
Re: [patch 0/4] [RFC] MMU Notifiers V1, Izik Eidus, (Mon Jan 28, 12:10 pm)
Re: [patch 0/4] [RFC] MMU Notifiers V1, Andrea Arcangeli, (Mon Jan 28, 1:25 pm)
Re: [patch 0/4] [RFC] MMU Notifiers V1, Christoph Lameter, (Mon Jan 28, 3:04 pm)
Re: [patch 0/4] [RFC] MMU Notifiers V1, Andrea Arcangeli, (Mon Jan 28, 3:40 pm)
Re: [patch 0/4] [RFC] MMU Notifiers V1, Christoph Lameter, (Mon Jan 28, 4:16 pm)
Re: [patch 0/4] [RFC] MMU Notifiers V1, Benjamin Herrenschmidt, (Fri Jan 25, 5:18 pm)
Re: [patch 0/4] [RFC] MMU Notifiers V1, Christoph Lameter, (Fri Jan 25, 5:25 pm)
Re: [patch 0/4] [RFC] MMU Notifiers V1, Christoph Lameter, (Fri Jan 25, 2:31 pm)
Re: [patch 0/4] [RFC] MMU Notifiers V1, Robin Holt, (Fri Jan 25, 8:43 am)