[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090224193622.GA26734@elte.hu>
Date: Tue, 24 Feb 2009 20:36:22 +0100
From: Ingo Molnar <mingo@...e.hu>
To: Markus Metzger <markus.t.metzger@...el.com>
Cc: linux-kernel@...r.kernel.org, tglx@...utronix.de, hpa@...or.com,
markus.t.metzger@...il.com, srostedt@...hat.com
Subject: Re: [patch 1/6] x86, ftrace, hw-branch-tracer: support hotplug cpus
* Markus Metzger <markus.t.metzger@...el.com> wrote:
> Support hotplug cpus.
> +static int __cpuinit bts_hotcpu_handler(struct notifier_block *nfb,
> + unsigned long action, void *hcpu)
> +{
> + unsigned int cpu = (unsigned long)hcpu;
> +
> + mutex_lock(&bts_tracer_mutex);
This is buggy: CPU hotplug handlers must not sleep (they are
called with irqs disabled), while this code does a mutex_lock()
which can sleep.
Ingo
--
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