From: Al Viro Date: Wed, 1 Feb 2006 10:24:20 +0000 (-0500) Subject: [PATCH] drivers/media/video __user annotations and fixes X-Git-Tag: v2.6.16-rc3~58^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b1a43d7df65689b4c3b5a1c5c8158f1d4f74fbd;p=pandora-kernel.git [PATCH] drivers/media/video __user annotations and fixes * compat_alloc_user_space() returns __user pointer * copying between two userland areas is copy_in_user(), not copy_from_user() * dereferencing userland pointers is bad * so's get_user() from local variables ... plus usual __user annotations Signed-off-by: Al Viro --- Reading git-diff-tree failed