From: Peter Zijlstra <a.p.zijlstra@chello.nl>
To: Cyrill Gorcunov <gorcunov@gmail.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>,
Ian Campbell <Ian.Campbell@citrix.com>,
linux-kernel@vger.kernel.org, Pekka Enberg <penberg@kernel.org>,
Andi Kleen <ak@linux.intel.com>, Ingo Molnar <mingo@elte.hu>
Subject: Re: [PATCH 0/3] minor cleanups to EFLAGS initialisation in ret_from_fork
Date: Tue, 26 Jul 2011 16:46:34 +0200 [thread overview]
Message-ID: <1311691594.24752.40.camel@twins> (raw)
In-Reply-To: <20110725214731.GE27137@sun>
On Tue, 2011-07-26 at 01:47 +0400, Cyrill Gorcunov wrote:
> > > schedule (sched.c)
> > > ...
> > > raw_spin_lock_irq
> > > ...
> > > context_switch
> > > switch_to
> > > "jnz ret_from_fork\n\t"
> > > pushq_cfi kernel_eflags(%rip)
> > > popfq_cfi # reset kernel eflags
> > >
> > > ---> irqs are still disabled
> > >
> > > call schedule_tail # rdi: 'prev' task parameter
> > > finish_lock_switch
> > > raw_spin_unlock_irq
> > >
> > > I bet raw_spin_lock_irq at the beginning of the schedule() is set
> > > for a reason and such change is not safe. Though I may be missing
> > > something again...
> > >
> >
> > This definitely doesn't look "obviously safe" to me. However, does
> > anyone see a problem with unconditionally leaving IF disabled even on 32
> > bits (I haven't traced all the paths yet), i.e. doing the *opposite* of
> > Ian's patch #2?
Right, enabling IRQs there isn't cool, currently there's still
__ARCH_WANT_INTERRUPTS_ON_CTXSW but we're working hard on getting rid of
that nightmare.
There's a number of very subtle things that can go wrong when you enable
interrupts over the context switch.
Leaving IRQs disabled should be the right thing, on x86 we should
_never_ have interrupts enabled there.
next prev parent reply other threads:[~2011-07-26 14:47 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-25 9:58 [PATCH 0/3] minor cleanups to EFLAGS initialisation in ret_from_fork Ian Campbell
2011-07-25 10:03 ` [PATCH 1/3] x86: drop unnecessary kernel_eflags variable from 64 bit Ian Campbell
2011-07-25 10:03 ` [PATCH 2/3] x86: make 64 bit ret_from_fork a little more similar to 32 bit Ian Campbell
2011-07-25 10:03 ` [PATCH 3/3] x86: ret_from_fork: use symbolic contants for bits in EFLAGS Ian Campbell
2011-07-25 10:19 ` [PATCH 0/3] minor cleanups to EFLAGS initialisation in ret_from_fork Cyrill Gorcunov
2011-07-25 18:20 ` Cyrill Gorcunov
2011-07-25 21:10 ` H. Peter Anvin
2011-07-25 21:47 ` Cyrill Gorcunov
2011-07-26 14:46 ` Peter Zijlstra [this message]
2011-07-26 15:51 ` Ian Campbell
2011-08-10 15:27 ` Ian Campbell
2011-08-10 15:35 ` Peter Zijlstra
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=1311691594.24752.40.camel@twins \
--to=a.p.zijlstra@chello.nl \
--cc=Ian.Campbell@citrix.com \
--cc=ak@linux.intel.com \
--cc=gorcunov@gmail.com \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=penberg@kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox