Re: [PATCH] Prevent nested interrupts when the IRQ stack is near overflowing v2

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Ingo Molnar
Date: Thursday, March 25, 2010 - 1:51 pm

* David Miller <davem@davemloft.net> wrote:


I think IRQF_DISABLED is the sanest method to run IRQs: it's the most atomic, 
thus most cache-efficient, it doesnt nest, and it's also a tiny bit faster to 
execute, by a few instructions (on x86).


The patch i sent basically hardcodes IRQF_DISABLED - so it should fix your 
problem automatically. IRQF_DISABLED will become an unconditional thing, and 
we can then also remove it.

	Ingo
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH] Prevent nested interrupts when the IRQ stack i ..., Ingo Molnar, (Thu Mar 25, 1:51 pm)
Re: [PATCH] Prevent nested interrupts when the IRQ stack i ..., Eric W. Biederman, (Thu Mar 25, 9:55 pm)