All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Cooper <andrew.cooper3@citrix.com>
To: Jan Beulich <JBeulich@suse.com>
Cc: xen-devel <xen-devel@lists.xenproject.org>,
	Keir Fraser <keir@xen.org>, Tim Deegan <tim@xen.org>
Subject: Re: [RFC] x86/watchdog: Always disable watchdog before console_force_unlock()
Date: Mon, 12 Aug 2013 10:35:04 +0100	[thread overview]
Message-ID: <5208AC48.5000901@citrix.com> (raw)
In-Reply-To: <5208BE0A02000078000EB0AA@nat28.tlf.novell.com>

On 12/08/13 09:50, Jan Beulich wrote:
>>>> On 09.08.13 at 23:17, Andrew Cooper <andrew.cooper3@citrix.com> wrote:
>> Depending on the state of the conring and serial_tx_buffer,
>> console_force_unlock() can be a long running operation, usually because of
>> serial_start_sync()
>>
>> XenServer testing has found a reliable case where console_force_unlock() on
>> one PCPU takes long enough for another PCPU to timeout due to the watchdog
>> (such as waiting for a tlb flush callin).
>>
>> The watchdog timeout causes the second PCPU to repeat the
>> console_force_unlock(), at which point the first PCPU typically fails an
>> assertion in spin_unlock_irqrestore(&port->tx_lock) (because the tx_lock has
>> been unlocked behind itself).
>>
>> console_force_unlock() is only on emergency paths, so one way or another the
>> host is going down.  Disable the watchdog before forcing the console lock to
>> help prevent having pcpus completing with each other to bring the host down.
> So perhaps rather than calling watchdog_disable() before calling
> console_force_unlock(), would we not better call the former first
> thing from the latter?
>
> Jan
>

That was indeed my first attempt, but console_force_unlock() is common
while watchdog_* is x86.

I could convert the watchdog to arch specific.  I suppose it is
possible/likely that the Arm folk might want to implement and use
watchdogs ?

~Andrew

  reply	other threads:[~2013-08-12  9:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-09 21:17 [RFC] x86/watchdog: Always disable watchdog before console_force_unlock() Andrew Cooper
2013-08-12  8:50 ` Jan Beulich
2013-08-12  9:35   ` Andrew Cooper [this message]
2013-08-12  9:43     ` Jan Beulich
2013-08-12 11:31       ` Keir Fraser

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=5208AC48.5000901@citrix.com \
    --to=andrew.cooper3@citrix.com \
    --cc=JBeulich@suse.com \
    --cc=keir@xen.org \
    --cc=tim@xen.org \
    --cc=xen-devel@lists.xenproject.org \
    /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.