Userspace MMU Notification

2010-08-19 Thread Eric B Munson
and I am curious if any decisions were made. Thanks, -- Eric B Munson IBM Linux Technology Center ebmun...@us.ibm.com signature.asc Description: Digital signature

[PATCH] ummunotify: Userspace support for MMU notifications V2

2010-04-22 Thread Eric B Munson
on the interface design. Also thanks to Jeff Squyres jsquyres at cisco.com for prototyping support for this in Open MPI, which helped find several bugs during development. Signed-off-by: Roland Dreier rola...@cisco.com Signed-off-by: Eric B Munson ebmun...@us.ibm.com --- Changes from V1: - Update

Re: [PATCH] ummunotify: Userspace support for MMU notifications

2010-04-17 Thread Eric B Munson
On Mon, 12 Apr 2010, Andrew Morton wrote: On Mon, 12 Apr 2010 07:22:17 +0100 Eric B Munson ebmun...@us.ibm.com wrote: Andrew, I am resubmitting this patch because I believe that the discussion has shown this to be an acceptable solution. To whom? Some acked-by's would clarify

Re: [PATCH] ummunotify: fix umn-test build

2010-04-17 Thread Eric B Munson
On Wed, 14 Apr 2010, Randy Dunlap wrote: From: Randy Dunlap randy.dun...@oracle.com Add ummunotify.h to Kbuild list for export to userspace, fixing 27 build errors in umn-test.c when O=builddir is used. Signed-off-by: Randy Dunlap randy.dun...@oracle.com Thanks, will wrap this into V2.

[PATCH] ummunotify: Userspace support for MMU notifications

2010-04-12 Thread Eric B Munson
for prototyping support for this in Open MPI, which helped find several bugs during development. Signed-off-by: Roland Dreier rola...@cisco.com Signed-off-by: Eric B Munson ebmun...@us.ibm.com --- Changes since v3: - Fixed replaced [get|put] user with copy_[from|to]_user to fix x86 builds

[PATCH] [RFC] ummunotify: Userspace support for MMU notifications

2010-04-07 Thread Eric B Munson
Squyres jsquyres at cisco.com for prototyping support for this in Open MPI, which helped find several bugs during development. Signed-off-by: Roland Dreier rolandd at cisco.com Signed-off-by: Eric B Munson ebmun...@us.ibm.com --- Changes since v3: - Fixed replaced [get|put] user with copy_[from