[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20090918194403.GC6601@n2100.arm.linux.org.uk>
Date: Fri, 18 Sep 2009 20:44:03 +0100
From: Russell King - ARM Linux <linux@....linux.org.uk>
To: Frédéric RISS <frederic.riss@...il.com>
Cc: Nicolas Pitre <nico@...xnic.net>,
Linux Kernel list <linux-kernel@...r.kernel.org>,
linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH] arm: Make kprobes unregistration SMP safe
On Thu, Sep 17, 2009 at 08:40:10PM -0400, Nicolas Pitre wrote:
> On Wed, 16 Sep 2009, Frédéric RISS wrote:
>
> > ARM kprobes use an illegal instruction to trigger kprobes. In the
> > current implementation, there's a race between the unregistration of a
> > kprobe and the illegal instruction exception handler if they run at the
> > same time on different cores.
> >
> > When reading the value of the undefined instruction, the exception
> > handler might get the original legal instruction as just patched
> > concurrently by arch_disarm_kprobe(). When this happen the kprobe
> > handler won't run, and thus the exception handler will oops because it
> > believe it just hit an undefined instruction in kernel space.
> >
> > The following patch synchronizes the code patching in the kprobes
> > unregistration using stop_machine and thus avoids the above race.
> >
> > Signed-off-by: Frederic RISS <frederic.riss@...il.com>
>
> Acked-by: Nicolas Pitre <nico@...xnic.net>
Frédéric, please submit to the patch system, thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists