From a2d5e8c9749f3879aeb871992113bef4e5005a3d Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Wed, 4 Jan 2006 21:54:51 +0000 Subject: Fixes a bug at compat_ioctl32 kernel module - There is a bug in the ioctl translations from 32bit userspace to 64bit kernelspace in do_set_window(). - The video window (vw) should be passed to native_ioctl() instead of the video clip. Signed-off-by: Guy Martin Signed-off-by: Mauro Carvalho Chehab --- v4l/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'v4l') diff --git a/v4l/ChangeLog b/v4l/ChangeLog index eb4c1f1c0..c3c22d10d 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,14 @@ +2006-01-04 21:51 mchehab + + * linux/drivers/media/video/compat_ioctl32.c: (do_set_window): + - There is a bug in the ioctl translations from 32bit userspace + to 64bit kernelspace in do_set_window(). + - The video window (vw) should be passed to native_ioctl() + instead of the video clip. + + Signed-off-by: Guy Martin + Signed-off-by: Mauro Carvalho Chehab + 2006-01-04 13:28 mkrufky * linux/Documentation/video4linux/CARDLIST.saa7134: -- cgit v1.2.3