Al Viro 9e2d3cd34a [PATCH] mod_devicetable.h fixes
* ieee1394_device_id has kernel_ulong_t field after an odd number of
   __u32 ones.  Since mod_devicetable.h is included both from kernel and
   from host build helper, we may be in trouble if we are building on
   32bit host for 64bit target - userland sees unsigned long long,
   kernel sees unsigned long and while their sizes match, alignments
   might not.  Fixed by forcing alignment.  Fortunately, almost nobody
   else needs that - the rest of such fields is naturally aligned as it
   is.

 * of_device_id has void * in it.  Host userland helpers need
   kernel_ulong_t instead, since their void * might have nothing to do
   with the kernel one.  Fixed in the same way it's done for similar
   problems in pcmcia_device_id (ifdef __KERNEL__).

 * pcmcia_device_id has the same problem as ieee1394_device_id.  Fixed
   the same way.

Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-08-29 10:42:39 -07:00
..
2005-06-28 21:20:31 -07:00
2005-07-07 16:50:16 +02:00
2005-06-23 09:45:26 -07:00
2005-07-10 15:45:11 -07:00
2005-06-25 16:24:24 -07:00
2005-07-12 12:08:43 -07:00
2005-06-24 00:06:41 -07:00
2005-07-12 16:01:01 -07:00
2005-07-13 11:25:24 -07:00
2005-07-12 12:08:43 -07:00
2005-08-19 18:02:56 -07:00
2005-07-07 18:23:46 -07:00
2005-07-12 16:01:03 -07:00
2005-07-12 12:08:43 -07:00
2005-07-05 15:03:46 -07:00
2005-07-08 17:38:07 -07:00
2005-08-15 09:50:31 -07:00
2005-06-28 21:20:35 -07:00
2005-06-25 16:24:55 -07:00
2005-08-27 04:13:52 -04:00
2005-06-23 09:45:18 -07:00
2005-08-03 09:12:05 -07:00
2005-07-12 16:00:58 -07:00
2005-06-24 00:06:28 -07:00
2005-08-23 01:07:10 -04:00
2005-08-16 21:06:24 -07:00
2005-08-28 20:28:25 -04:00
2005-06-27 15:11:43 -07:00
2005-07-26 14:35:41 -07:00
2005-06-24 00:06:41 -07:00
2005-07-12 20:38:38 -07:00
2005-06-27 15:11:44 -07:00
2005-08-11 16:05:50 -07:00
2005-06-25 16:24:32 -07:00
2005-07-27 16:26:04 -07:00
2005-06-23 20:49:30 -07:00
2005-06-25 16:24:42 -07:00
2005-06-23 09:45:35 -07:00
2005-07-12 11:52:57 -07:00
2005-07-12 12:08:43 -07:00