public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@elte.hu>
To: Matt Fleming <matt@console-pimps.org>
Cc: Thomas Gleixner <tglx@linutronix.de>,
	Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>,
	"H. Peter Anvin" <hpa@linux.intel.com>,
	Marcelo Tosatti <mtosatti@redhat.com>,
	johnstultz <johnstul@us.ibm.com>,
	Matthew Garrett <mjg@redhat.com>,
	linux-kernel@vger.kernel.org, Jan Beulich <jbeulich@novell.com>,
	Avi Kivity <avi@redhat.com>, "Zhang, Rui" <rui.zhang@intel.com>
Subject: Re: [PATCH v2] x86: Don't recursively acquire rtc_lock
Date: Mon, 10 Oct 2011 08:45:36 +0200	[thread overview]
Message-ID: <20111010064536.GJ32173@elte.hu> (raw)
In-Reply-To: <1317367617.3375.2.camel@mfleming-mobl1.ger.corp.intel.com>


* Matt Fleming <matt@console-pimps.org> wrote:

> On Tue, 2011-08-30 at 17:17 +0100, Matt Fleming wrote:
> > (Adding Jan and Avi, apparently git send-email doesn't grok Acked-by's)
> > 
> > On Tue, 2011-08-30 at 17:12 +0100, Matt Fleming wrote:
> > > From: Matt Fleming <matt.fleming@intel.com>
> > > 
> > > A deadlock was introduced on x86 in commit ef68c8f87ed1 ("x86:
> > > Serialize EFI time accesses on rtc_lock") because efi_get_time() and
> > > friends can be called with rtc_lock already held by
> > > read_persistent_time(), e.g.
> > > 
> > > timekeeping_init()
> > >     read_persistent_clock()     <-- acquire rtc_lock
> > >         efi_get_time()
> > >             phys_efi_get_time() <-- acquire rtc_lock <DEADLOCK>
> > > 
> > > To fix this let's push the locking down into the get_wallclock() and
> > > set_wallclock() implementations. Only the clock implementations that
> > > access the x86 RTC directly need to acquire rtc_lock, so it makes
> > > sense to push the locking down into the rtc, vrtc and efi code.
> > > 
> > > The virtualization implementations don't require rtc_lock to be held
> > > because they provide their own serialization.
> > > 
> > > Signed-off-by: Matt Fleming <matt.fleming@intel.com>
> > > Acked-by: Jan Beulich <jbeulich@novell.com>
> > > Acked-by: Avi Kivity <avi@redhat.com> [for the virtualization aspect]
> 
> Ping? It's -rc8 and 32-bit EFI machines still don't boot.

Don't know the status of this - Thomas?

Thanks,

	Ingo

  reply	other threads:[~2011-10-10  6:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-30 16:12 [PATCH v2] x86: Don't recursively acquire rtc_lock Matt Fleming
2011-08-30 16:17 ` Matt Fleming
2011-09-30  7:26   ` Matt Fleming
2011-10-10  6:45     ` Ingo Molnar [this message]
2011-10-10  7:15       ` Jan Beulich
2011-10-10  7:54         ` Ingo Molnar

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=20111010064536.GJ32173@elte.hu \
    --to=mingo@elte.hu \
    --cc=avi@redhat.com \
    --cc=hpa@linux.intel.com \
    --cc=jbeulich@novell.com \
    --cc=jeremy.fitzhardinge@citrix.com \
    --cc=johnstul@us.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=matt@console-pimps.org \
    --cc=mjg@redhat.com \
    --cc=mtosatti@redhat.com \
    --cc=rui.zhang@intel.com \
    --cc=tglx@linutronix.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