diff options
author | Bodo Stroesser <bstroesser@fujitsu-siemens.com> | 2005-11-07 08:58:47 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-07 15:53:30 (GMT) |
commit | 0e76422ca5f34bb43b97c0945646ef072bcc1776 (patch) | |
tree | ebd8509a9e94b01121c3da1b44a4df02ef60f973 /arch/um/kernel/Makefile | |
parent | 4f0272415ad1867cea2a7ef5659769243ae50fbe (diff) | |
download | linux-0e76422ca5f34bb43b97c0945646ef072bcc1776.tar.xz |
[PATCH] uml: fix UML network driver endianness bugs
ifa->ifa_address and ifa->ifa_mask are defined as __u32, but used as if they
were char[4].
Network code uses htons() to convert it. So UML's method to access these
fields is wrong for bigendians (e.g. s390)
I replaced bytewise copying by memcpy(), maybe even that might be removed, if
ifa->ifa_address/mask may be used immediately.
Signed-off-by: Bodo Stroesser <bstroesser@fujitsu-siemens.com>
Signed-off-by: Jeff Dike <jdike@addtoit.com>
Cc: Paolo Giarrusso <blaisorblade@yahoo.it>
Cc: <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/um/kernel/Makefile')
0 files changed, 0 insertions, 0 deletions