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

2007-07-08 Thread Andrew Morton
On Sun, 8 Jul 2007 14:30:17 -0700 (PDT) [EMAIL PROTECTED] wrote: > http://bugzilla.kernel.org/show_bug.cgi?id=8724 > >Summary: Unaligned acess in udp_recvmsg() on EV56 >Product: Platform Specific/Hardware >Version: 2.5 > KernelVersion: 2.6.22-rc7-git7 >

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

2007-07-11 Thread Ivan Kokshaysky
On Sun, Jul 08, 2007 at 03:29:35PM -0700, Andrew Morton wrote: > > This problem does NOT seem to affect my Tsunami/Shark (EV68AL) box running > > the > > same kernel version on the same LAN. Not sure if it's CPU generation > > related > > (EV5 vs EV6), or if it's the NIC (via_rhine on the EV5 vs

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: [Bugme-new] [Bug 8724] New: Unaligned acess in udp_recvmsg() on EV56

2007-07-12 Thread Andrew Morton
On Thu, 12 Jul 2007 12:45:26 -0500 Dustin Marquess <[EMAIL PROTECTED]> wrote: > 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__)