Re: [Bugme-new] [Bug 8724] New: Unaligned acess in udp_recvmsg() on EV56

2007-07-12 Thread Dustin Marquess
Bingo! That did it. I copied/modified the #ifdef from tulip_core.c: /* Set the copy breakpoint for the copy-only-tiny-buffer Rx structure. */ #if defined(__alpha__) || defined(__arm__) || defined(__hppa__) \ || defined(CONFIG_SPARC) || defined(__ia64__) \ || defined(__sh__) || def

Re: [patch] alpha: fix alignment problem in csum_ipv6_magic()

2007-06-22 Thread Dustin Marquess
Ivan Kokshaysky wrote: On Thu, Jun 21, 2007 at 04:35:01PM -0700, Andrew Morton wrote: In http://bugzilla.kernel.org/show_bug.cgi?id=8659, Dustin is reporting that this patch broke tcp-on-ipv6. Oops. Two instructions operating on the 'len' arg ($18) got swapped... This should fix ev6 version, e