netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: Dustin Marquess <jailbird@alcatraz.dnsalias.net>
Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>,
	Richard Henderson <rth@twiddle.net>,
	netdev@vger.kernel.org,
	"bugme-daemon@kernel-bugs.osdl.org"
	<bugme-daemon@kernel-bugs.osdl.org>
Subject: Re: [Bugme-new] [Bug 8724] New: Unaligned acess in udp_recvmsg() on EV56
Date: Thu, 12 Jul 2007 11:31:11 -0700	[thread overview]
Message-ID: <20070712113111.8ba886e2.akpm@linux-foundation.org> (raw)
In-Reply-To: <469668B6.7020305@alcatraz.fdf.net>

On Thu, 12 Jul 2007 12:45:26 -0500
Dustin Marquess <jailbird@alcatraz.dnsalias.net> 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__) \
>         || defined(CONFIG_SPARC) || defined(__ia64__) \
>         || defined(__sh__) || defined(__mips__)
> static int rx_copybreak = 1518;
> #else
> static int rx_copybreak;
> #endif
> 
> And that seems to have worked like a champ.

Can you send us a patch please?

http://www.zip.com.au/~akpm/linux/patches/stuff/tpp.txt and
http://linux.yyz.us/patch-format.html

contain some guidelines.

Thanks.

      reply	other threads:[~2007-07-12 18:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <bug-8724-10286@http.bugzilla.kernel.org/>
2007-07-08 22:29 ` [Bugme-new] [Bug 8724] New: Unaligned acess in udp_recvmsg() on EV56 Andrew Morton
2007-07-11 13:45   ` Ivan Kokshaysky
2007-07-12 17:45     ` Dustin Marquess
2007-07-12 18:31       ` Andrew Morton [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070712113111.8ba886e2.akpm@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=bugme-daemon@kernel-bugs.osdl.org \
    --cc=ink@jurassic.park.msu.ru \
    --cc=jailbird@alcatraz.dnsalias.net \
    --cc=netdev@vger.kernel.org \
    --cc=rth@twiddle.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).