From: Marcel Holtmann Date: Sun, 15 Oct 2006 15:30:22 +0000 (+0200) Subject: [Bluetooth] Fix compat ioctl for BNEP, CMTP and HIDP X-Git-Tag: v2.6.19-rc3~206^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9c5702e3c5558dade169949abd730173e87ef9c;p=pandora-kernel.git [Bluetooth] Fix compat ioctl for BNEP, CMTP and HIDP There exists no attempt do deal with the fact that a structure with a uint32_t followed by a pointer is going to be different for 32-bit and 64-bit userspace. Any 32-bit process trying to use it will be failing with -EFAULT if it's lucky; suffering from having data dumped at a random address if it's not. Signed-off-by: David Woodhouse Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed