> The IPI might be fast, but I have seen interrupts being disabled for > quite a long time in some kernel code paths. Having interrupts disabled > on _each cpu_ while running an IPI handler waiting to be synchronized > with other CPUs has this side-effect. Therefore, if I understand well, This can already occur worst case when we spin on an IPI (eg a cross CPU TLB shootdown) If the INT3 is acknowledged as safe by intel either as is or by some specific usage like lock mov then great. If not it isn't too bad a problem. And to be real about this - how many benchmarks do you know that care about mega-kernel-debugs per second ? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [patch 05/10] Linux Kernel Markers - i386 optimized version
- From: Mathieu Desnoyers <[email protected]>
- Re: [patch 05/10] Linux Kernel Markers - i386 optimized version
- References:
- [patch 00/10] Linux Kernel Markers for 2.6.21-mm2
- From: Mathieu Desnoyers <[email protected]>
- [patch 05/10] Linux Kernel Markers - i386 optimized version
- From: Mathieu Desnoyers <[email protected]>
- Re: [patch 05/10] Linux Kernel Markers - i386 optimized version
- From: Andi Kleen <[email protected]>
- Re: [patch 05/10] Linux Kernel Markers - i386 optimized version
- From: Mathieu Desnoyers <[email protected]>
- Re: [patch 05/10] Linux Kernel Markers - i386 optimized version
- From: Alan Cox <[email protected]>
- Re: [patch 05/10] Linux Kernel Markers - i386 optimized version
- From: Mathieu Desnoyers <[email protected]>
- Re: [patch 05/10] Linux Kernel Markers - i386 optimized version
- From: Andi Kleen <[email protected]>
- Re: [patch 05/10] Linux Kernel Markers - i386 optimized version
- From: Mathieu Desnoyers <[email protected]>
- [patch 00/10] Linux Kernel Markers for 2.6.21-mm2
- Prev by Date: Re: [PATCH] "volatile considered harmful", take 2
- Next by Date: [git patches] net driver updates
- Previous by thread: Re: [patch 05/10] Linux Kernel Markers - i386 optimized version
- Next by thread: Re: [patch 05/10] Linux Kernel Markers - i386 optimized version
- Index(es):