[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1295520467.28776.153.camel@laptop>
Date: Thu, 20 Jan 2011 11:47:47 +0100
From: Peter Zijlstra <a.p.zijlstra@...llo.nl>
To: Pekka Enberg <penberg@...nel.org>
Cc: Ingo Molnar <mingo@...e.hu>, Tejun Heo <tj@...nel.org>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Thomas Gleixner <tglx@...utronix.de>,
"H. Peter Anvin" <hpa@...or.com>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: percpu related boot crash on x86
On Thu, 2011-01-20 at 10:31 +0200, Pekka Enberg wrote:
> if (!irqs_disabled())
>
> guard around the debugging code to make vfree() always work with IRQs
> disabled.
That won't be sufficient, __purge_vmap_area_lazy() needs to call
flush_tlb_kernel_range() occasionally.
There really is a good reason vmalloc()/vfree() don't work with
interrupts disabled.
--
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