From: Greg Kroah-Hartman Date: Mon, 3 May 2010 23:32:28 +0000 (-0700) Subject: Staging: comedi: __user markup on comedi_fops.c X-Git-Tag: v2.6.35-rc1~441^2^2~260 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92d0127c9d249c078b0939050f25041ed37be7cd;p=pandora-kernel.git Staging: comedi: __user markup on comedi_fops.c Hm, what a mess. I tried to properly mark up the __user pointers, but for some of these structures, we use them both in the kernel, and across the user/kernel boundry, which isn't ok. So we end up generating a few new sparse warnings in places we were not before, but the large majority of things are now properly tagged in the fops file. The whole ioctl interface needs to be carefully looked at in the future. Cc: Ian Abbott Cc: Frank Mori Hess Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed