Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

raw1394 __user annotation

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Al Viro and committed by
Linus Torvalds
5b26e64e 0bd8496b

+1 -1
+1 -1
drivers/ieee1394/raw1394.c
··· 2677 2677 struct raw1394_iso_packets32 __user *arg) 2678 2678 { 2679 2679 compat_uptr_t infos32; 2680 - void *infos; 2680 + void __user *infos; 2681 2681 long err = -EFAULT; 2682 2682 struct raw1394_iso_packets __user *dst = compat_alloc_user_space(sizeof(struct raw1394_iso_packets)); 2683 2683