Re: [kvm-devel] [PATCH 2 of 9] Core of mmu notifiers

2008-04-14 Thread Christoph Lameter
On Tue, 8 Apr 2008, Andrea Arcangeli wrote: + /* + * Called when nobody can register any more notifier in the mm + * and after the mn notifier has been disarmed already. + */ + void (*release)(struct mmu_notifier *mn, + struct mm_struct *mm);

Re: [kvm-devel] [PATCH 2 of 9] Core of mmu notifiers

2008-04-14 Thread Christoph Lameter
Where is the documentation on locking that you wanted to provide? - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority

[kvm-devel] [PATCH 2 of 9] Core of mmu notifiers

2008-04-08 Thread Andrea Arcangeli
# HG changeset patch # User Andrea Arcangeli [EMAIL PROTECTED] # Date 1207666462 -7200 # Node ID baceb322b45ed43280654dac6c964c9d3d8a936f # Parent ec6d8f91b299cf26cce5c3d49bb25d35ee33c137 Core of mmu notifiers. Signed-off-by: Andrea Arcangeli [EMAIL PROTECTED] Signed-off-by: Nick Piggin [EMAIL

Re: [kvm-devel] [PATCH 2 of 9] Core of mmu notifiers

2008-04-08 Thread Robin Holt
This one does not build on ia64. I get the following: [EMAIL PROTECTED] mmu_v12_xpmem_v003_v1]$ make compressed CHK include/linux/version.h CHK include/linux/utsrelease.h CALLscripts/checksyscalls.sh CHK include/linux/compile.h CC mm/mmu_notifier.o In file included

Re: [kvm-devel] [PATCH 2 of 9] Core of mmu notifiers

2008-04-08 Thread Andrea Arcangeli
On Tue, Apr 08, 2008 at 11:26:19AM -0500, Robin Holt wrote: This one does not build on ia64. I get the following: I think it's a common code compilation bug not related to my patch. Can you test this? diff --git a/include/linux/mm_types.h b/include/linux/mm_types.h ---