netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Shirley Ma <mashirle@us.ibm.com>
To: "Thomas Müller" <thomas@mathtm.de>
Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: Regression in virtio_net causing kernel BUG when running under VirtualBox (bisected)
Date: Mon, 29 Mar 2010 11:12:21 -0700	[thread overview]
Message-ID: <1269886341.13277.6.camel@localhost.localdomain> (raw)
In-Reply-To: <4BAE1707.2050803@mathtm.de>

Hello Thomas,

Good catch! The problem was sg_init_table was missing for small buffer
size. When CONFIG_DEBUG_SG is off, you won't hit this, but your test has
DEBUG_SG on so SG_MAGIC check failed. You can turn DEBUG_SG off to avoid
this.

I thought you should hit the same problem before since I didn't remember
sg_init_table was used for small message size.

I will submit a patch for fix this issue soon.

Thanks
Shirley

      reply	other threads:[~2010-03-29 18:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-27 14:32 Regression in virtio_net causing kernel BUG when running under VirtualBox (bisected) Thomas Müller
2010-03-29 18:12 ` Shirley Ma [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=1269886341.13277.6.camel@localhost.localdomain \
    --to=mashirle@us.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=thomas@mathtm.de \
    /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).