All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jacob Gorm Hansen <jacobg@diku.dk>
To: Kip Macy <kip.macy@gmail.com>, xen-devel <xen-devel@lists.xensource.com>
Subject: Re: netif_suspend / resume
Date: Mon, 23 May 2005 15:27:13 -0700	[thread overview]
Message-ID: <429258C1.4040003@diku.dk> (raw)
In-Reply-To: <b1fa29170505211608bab157c@mail.gmail.com>

Kip Macy wrote:
> If you're not averse to GDB you can use the gdbserver to look at the
> state. If it is calling domain_crash you can enable coredump.
> Evidently some interface has changed that has broken gdbserver for the
> moment, but once I finish with -testing this weekend I'll probably get
> to submitting a patch.

Thanks, I would like to play with gdb and xen at some point. Actually, I 
should probably rephrase my question:

xenlinux in unstable crashes after executing the following code, and I 
don't think it should. Am I wrong?

     __cli();

     netif_suspend();
     time_suspend();
     ctrl_if_suspend();
     irq_suspend();


     irq_resume();
     ctrl_if_resume();
     time_resume();
     netif_resume();


     __sti();

/Jacob

  reply	other threads:[~2005-05-23 22:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-19  7:29 netif_suspend / resume Ian Pratt
2005-05-20 22:30 ` Jacob Gorm Hansen
2005-05-21 23:08   ` Kip Macy
2005-05-23 22:27     ` Jacob Gorm Hansen [this message]
2005-05-24  8:27       ` Keir Fraser
  -- strict thread matches above, loose matches on Subject: below --
2005-05-19  3:38 Jacob Gorm Hansen

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=429258C1.4040003@diku.dk \
    --to=jacobg@diku.dk \
    --cc=kip.macy@gmail.com \
    --cc=xen-devel@lists.xensource.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.