Re: [patch 03/18] drm: nopage

2007-12-05 Thread Nick Piggin
On Wed, Dec 05, 2007 at 09:05:06AM +, Dave Airlie wrote: > > > Convert drm from nopage to fault. > > Remove redundant vma range checks. > > Hi Nick, > > can you rebase against the -mm tree? or are you pushing this for before > then? if so can you supply me a patch against -mm? I'm not

Re: [patch 03/18] drm: nopage

2007-12-05 Thread Dave Airlie
> Convert drm from nopage to fault. > Remove redundant vma range checks. Hi Nick, can you rebase against the -mm tree? or are you pushing this for before then? if so can you supply me a patch against -mm? The drm git tree has a new VM user for the memory manager.. Dave. > > Signed-off-by:

[patch 03/18] drm: nopage

2007-12-05 Thread npiggin
Convert drm from nopage to fault. Remove redundant vma range checks. Signed-off-by: Nick Piggin <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Cc: linux-kernel@vger.kernel.org --- drivers/char/drm/drm_vm.c | 131 +- 1 file changed, 61 insertions(+), 70

[patch 03/18] drm: nopage

2007-12-05 Thread npiggin
Convert drm from nopage to fault. Remove redundant vma range checks. Signed-off-by: Nick Piggin [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Cc: linux-kernel@vger.kernel.org --- drivers/char/drm/drm_vm.c | 131 +- 1 file changed, 61 insertions(+), 70

Re: [patch 03/18] drm: nopage

2007-12-05 Thread Nick Piggin
On Wed, Dec 05, 2007 at 09:05:06AM +, Dave Airlie wrote: Convert drm from nopage to fault. Remove redundant vma range checks. Hi Nick, can you rebase against the -mm tree? or are you pushing this for before then? if so can you supply me a patch against -mm? I'm not sure where I

Re: [patch 03/18] drm: nopage

2007-12-05 Thread Dave Airlie
Convert drm from nopage to fault. Remove redundant vma range checks. Hi Nick, can you rebase against the -mm tree? or are you pushing this for before then? if so can you supply me a patch against -mm? The drm git tree has a new VM user for the memory manager.. Dave. Signed-off-by: Nick