From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: Alexander Graf <agraf@suse.de>
Cc: Scott Wood <scottwood@freescale.com>,
"<kvm-ppc@vger.kernel.org>" <kvm-ppc@vger.kernel.org>,
"<kvm@vger.kernel.org> list" <kvm@vger.kernel.org>
Subject: Re: [PATCH 2/3] kvm/ppc: IRQ disabling cleanup
Date: Wed, 10 Jul 2013 23:01:20 +0000 [thread overview]
Message-ID: <1373497280.19894.38.camel@pasglop> (raw)
In-Reply-To: <266797C8-1BBB-4867-BB1B-ABCCF072536E@suse.de>
On Thu, 2013-07-11 at 00:57 +0200, Alexander Graf wrote:
> > #ifdef CONFIG_PPC64
> > + /*
> > + * To avoid races, the caller must have gone directly from having
> > + * interrupts fully-enabled to hard-disabled.
> > + */
> > + WARN_ON(local_paca->irq_happened != PACA_IRQ_HARD_DIS);
>
> WARN_ON(lazy_irq_pending()); ?
Different semantics. What you propose will not catch irq_happened = 0 :-)
Cheers,
Ben.
WARNING: multiple messages have this Message-ID (diff)
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: Alexander Graf <agraf@suse.de>
Cc: Scott Wood <scottwood@freescale.com>,
"<kvm-ppc@vger.kernel.org>" <kvm-ppc@vger.kernel.org>,
"<kvm@vger.kernel.org> list" <kvm@vger.kernel.org>
Subject: Re: [PATCH 2/3] kvm/ppc: IRQ disabling cleanup
Date: Thu, 11 Jul 2013 09:01:20 +1000 [thread overview]
Message-ID: <1373497280.19894.38.camel@pasglop> (raw)
In-Reply-To: <266797C8-1BBB-4867-BB1B-ABCCF072536E@suse.de>
On Thu, 2013-07-11 at 00:57 +0200, Alexander Graf wrote:
> > #ifdef CONFIG_PPC64
> > + /*
> > + * To avoid races, the caller must have gone directly from having
> > + * interrupts fully-enabled to hard-disabled.
> > + */
> > + WARN_ON(local_paca->irq_happened != PACA_IRQ_HARD_DIS);
>
> WARN_ON(lazy_irq_pending()); ?
Different semantics. What you propose will not catch irq_happened == 0 :-)
Cheers,
Ben.
next prev parent reply other threads:[~2013-07-10 23:01 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-10 22:47 [PATCH 0/3] kvm/ppc: fixes/cleanup Scott Wood
2013-07-10 22:47 ` Scott Wood
2013-07-10 22:47 ` [PATCH 1/3] kvm/ppc: Call trace_hardirqs_on before entry Scott Wood
2013-07-10 22:47 ` Scott Wood
2013-07-10 22:47 ` [PATCH 2/3] kvm/ppc: IRQ disabling cleanup Scott Wood
2013-07-10 22:47 ` Scott Wood
2013-07-10 22:57 ` Alexander Graf
2013-07-10 22:57 ` Alexander Graf
2013-07-10 23:01 ` Benjamin Herrenschmidt [this message]
2013-07-10 23:01 ` Benjamin Herrenschmidt
2013-07-10 23:04 ` Alexander Graf
2013-07-10 23:04 ` Alexander Graf
2013-07-10 23:08 ` Scott Wood
2013-07-10 23:08 ` Scott Wood
2013-07-10 23:09 ` Alexander Graf
2013-07-10 23:09 ` Alexander Graf
2013-09-05 22:09 ` Scott Wood
2013-09-05 22:09 ` Scott Wood
2013-09-05 23:06 ` Alexander Graf
2013-09-05 23:06 ` Alexander Graf
2013-10-04 17:22 ` Scott Wood
2013-10-04 17:22 ` Scott Wood
2013-12-29 15:43 ` Alexander Graf
2013-12-29 15:43 ` Alexander Graf
2014-01-03 2:51 ` Scott Wood
2014-01-03 2:51 ` Scott Wood
2014-01-09 12:38 ` Alexander Graf
2014-01-09 12:38 ` Alexander Graf
2013-07-10 22:47 ` [PATCH 3/3] kvm/ppc/booke: Don't call kvm_guest_enter twice Scott Wood
2013-07-10 22:47 ` Scott Wood
2013-07-10 22:59 ` [PATCH 0/3] kvm/ppc: fixes/cleanup Alexander Graf
2013-07-10 22:59 ` Alexander Graf
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=1373497280.19894.38.camel@pasglop \
--to=benh@kernel.crashing.org \
--cc=agraf@suse.de \
--cc=kvm-ppc@vger.kernel.org \
--cc=kvm@vger.kernel.org \
--cc=scottwood@freescale.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.