[PATCH 19/26] ivtv: Convert driver to use get_user_pages_unlocked()

2013-10-02 Thread Jan Kara
CC: Andy Walls CC: linux-media@vger.kernel.org Signed-off-by: Jan Kara --- drivers/media/pci/ivtv/ivtv-udma.c | 6 ++ drivers/media/pci/ivtv/ivtv-yuv.c | 12 ++-- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/drivers/media/pci/ivtv/ivtv-udma.c b/drivers/media/pci

Re: [PATCH 19/26] ivtv: Convert driver to use get_user_pages_unlocked()

2013-10-05 Thread Andy Walls
Hi Jan: This patch alone does not have suffcient information for me to evaluate it. get_user_pages_unlocked() is added in another patch which I did not receive, and which I cannot find in any list archives. I wasted quite a bit of time looking for this additional patch: https://git.kernel.org/

Re: [PATCH 19/26] ivtv: Convert driver to use get_user_pages_unlocked()

2013-10-07 Thread Jan Kara
Hello, On Sat 05-10-13 08:02:21, Andy Walls wrote: > > This patch alone does not have suffcient information for me to evaluate > it. get_user_pages_unlocked() is added in another patch which I did not > receive, and which I cannot find in any list archives. > > I wasted quite a bit of time lo