The patch titled
usbdevfs_urb: __user annotation
has been added to the -mm tree. Its filename is
usbdevfs_urb-__user-annotation.patch
*** Remember to use Documentation/SubmitChecklist when testing your code ***
See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this
------------------------------------------------------
Subject: usbdevfs_urb: __user annotation
From: Marcin Ålusarz <[EMAIL PROTECTED]>
Signed-off-by: Marcin Ålusarz <[EMAIL PROTECTED]>
Cc: Greg KH <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
include/linux/usbdevice_fs.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -puN include/linux/usbdevice_fs.h~usbdevfs_urb-__user-annotation
include/linux/usbdevice_fs.h
--- a/include/linux/usbdevice_fs.h~usbdevfs_urb-__user-annotation
+++ a/include/linux/usbdevice_fs.h
@@ -104,7 +104,7 @@ struct usbdevfs_urb {
int error_count;
unsigned int signr; /* signal to be sent on completion,
or 0 if none should be sent. */
- void *usercontext;
+ void __user *usercontext;
struct usbdevfs_iso_packet_desc iso_frame_desc[0];
};
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
git-alsa.patch
usb-storage-initializersc-fix-signedness-difference.patch
usbdevfs_urb-__user-annotation.patch
vgacon-fix-sparse-warning-about-shadowing-i-symbol.patch
fbcon-fix-sparse-warning-about-shadowing-p-symbol.patch
fbcon-fix-sparse-warning-about-shadowing-rotate-symbol.patch
logo-move-declarations-of-logos-to-linux_logoh.patch
logo-move-declarations-of-logos-to-linux_logoh-fix.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html