Re: [patch] use __u32 rather than u32 in userspace ioctls in usbdevice_fs.h

2007-01-28 Thread Mike Frysinger
On Sunday 28 January 2007 12:42, Randy Dunlap wrote: > Have you now audited all ioctls (and sent patches) for this misbehavior? my audit involved grepping the headers for '\<[us](8|16|32|64)\>' and sending patches for the headers that came up ive sent patches for all except for asm-parisc/statfs

Re: [patch] use __u32 rather than u32 in userspace ioctls in usbdevice_fs.h

2007-01-28 Thread Randy Dunlap
On Sun, 28 Jan 2007 07:23:57 -0500 Mike Frysinger wrote: > the trivial attached patch fixes ioctl defines in usbdevice_fs.h that are > exported to userspace to use __u32 rather than u32 Hi Mike, Have you now audited all ioctls (and sent patches) for this misbehavior? --- ~Randy - To unsubscrib