From: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
To: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Cc: Steven Rostedt <rostedt@goodmis.org>,
LKML <linux-kernel@vger.kernel.org>,
Peter Zijlstra <a.p.zijlstra@chello.nl>,
Frederic Weisbecker <fweisbec@gmail.com>,
Thomas Gleixner <tglx@linutronix.de>, Ingo Molnar <mingo@elte.hu>,
yrl.pp-manager.tt@hitachi.com
Subject: Re: [BUG] kprobes crashing because of preempt count
Date: Fri, 1 Jul 2011 18:33:13 +0530 [thread overview]
Message-ID: <20110701130313.GA10935@in.ibm.com> (raw)
In-Reply-To: <4E0DB6FC.20904@hitachi.com>
On Fri, Jul 01, 2011 at 09:01:00PM +0900, Masami Hiramatsu wrote:
> (2011/07/01 20:36), Ananth N Mavinakayanahalli wrote:
> > On Fri, Jul 01, 2011 at 10:12:03AM +0900, Masami Hiramatsu wrote:
> >> (2011/06/30 22:23), Steven Rostedt wrote:
> >
> > ...
> >
> >>> Do we really need to have preemption disabled throughout this? Is it
> >>> because we don't want to migrate or call schedule? Not sure what the
> >>> best way to fix this is. Perhaps we add a kprobe_preempt_disable() that
> >>> is checked as well?
> >>
> >> I think the best way to do that is just removing preemption disabling
> >> code, because
> >> - breakpoint exception itself disables interrupt (at least on x86)
> >> - While single stepping, interrupts also be disabled.
> >
> > On 64-bit powerpc, kprobe handlers are run with interrupts enabled
> > (MSR_EE = 1), but most instructions (including loads/stores) are
> > emulated, so for the most part, we don't take the sstep exception.
>
> Yeah, it seems that same thing is done on arm too. And I'm sure that
> However, I'm still not sure that entire int3 exec path can run without
> calling inc_preempt_count.
> It seems that the function is very primitive, and I doubt we can
> allow to put kprobes on that...
Right. I think all preempt manipulation routines need to be __kprobes.
Also, Steve is testing the -rt tree where artefacts related to
locking/preemption are possibly quite different from the mainline that
may also be at play here.
Ananth
next prev parent reply other threads:[~2011-07-01 13:03 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-30 13:23 [BUG] kprobes crashing because of preempt count Steven Rostedt
2011-06-30 15:51 ` [RFC][PATCH] kprobes: Add separate preempt_disabling for kprobes Steven Rostedt
2011-06-30 16:14 ` Frederic Weisbecker
2011-06-30 16:46 ` Steven Rostedt
2011-06-30 19:40 ` Jason Baron
2011-06-30 19:42 ` Steven Rostedt
2011-06-30 21:56 ` Peter Zijlstra
2011-07-01 1:22 ` Masami Hiramatsu
2011-07-01 1:38 ` Steven Rostedt
2011-07-01 1:52 ` Masami Hiramatsu
2011-07-01 5:09 ` Masami Hiramatsu
2011-07-01 11:13 ` Masami Hiramatsu
2011-07-01 12:54 ` Steven Rostedt
2011-07-01 12:19 ` Steven Rostedt
2011-07-01 13:15 ` Masami Hiramatsu
2011-07-01 13:14 ` [RFC PATCH -tip ] [BUGFIX] x86: Remove preempt disabling from kprobes Masami Hiramatsu
2011-07-01 13:43 ` Steven Rostedt
2011-07-01 13:53 ` Steven Rostedt
2011-07-03 2:05 ` Masami Hiramatsu
2011-07-02 6:09 ` Ananth N Mavinakayanahalli
2011-07-01 1:12 ` [BUG] kprobes crashing because of preempt count Masami Hiramatsu
2011-07-01 1:33 ` Steven Rostedt
2011-07-01 2:23 ` Masami Hiramatsu
2011-07-01 11:36 ` Ananth N Mavinakayanahalli
2011-07-01 12:01 ` Masami Hiramatsu
2011-07-01 13:03 ` Ananth N Mavinakayanahalli [this message]
2011-07-01 13:19 ` Steven Rostedt
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=20110701130313.GA10935@in.ibm.com \
--to=ananth@in.ibm.com \
--cc=a.p.zijlstra@chello.nl \
--cc=fweisbec@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=masami.hiramatsu.pt@hitachi.com \
--cc=mingo@elte.hu \
--cc=rostedt@goodmis.org \
--cc=tglx@linutronix.de \
--cc=yrl.pp-manager.tt@hitachi.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.