Nigel Gamble writes: > That's why MontaVista's kernel preemption patch uses sleeping mutex > locks instead of spinlocks for the long held locks. Anyone who uses sleeping mutex locks is asking for trouble. Priority inversion is an issue I dearly hope we never have to deal with in the Linux kernel, and sleeping SMP mutex locks lead to exactly this kind of problem. Later, David S. Miller [EMAIL PROTECTED]
- [linux-audio-dev] low-latency scheduling patch for 2.4.0 Andrew Morton
- Re: [linux-audio-dev] low-latency scheduling patch ... Jay Ts
- Re: [linux-audio-dev] low-latency scheduling pa... Cort Dougan
- Re: [linux-audio-dev] low-latency scheduling pa... Andrew Morton
- Re: [linux-audio-dev] low-latency schedulin... David S. Miller
- Re: [linux-audio-dev] low-latency sched... Nigel Gamble
- Re: [linux-audio-dev] low-latency ... David S. Miller
- Re: [linux-audio-dev] low-late... george anzinger
- Re: [linux-audio-dev] low-latency ... Andrew Morton
- Re: [linux-audio-dev] low-late... Tim Wright
- Re: [linux-audio-dev] low-... Nigel Gamble
- Re: [linux-audio-dev] low-... Andrew Morton
- Re: [linux-audio-dev] low-... Tim Wright
- Re: [linux-audio-dev] low-late... Nigel Gamble
- Re: [linux-audio-dev] low-late... yodaiken
- Re: [linux-audio-dev] low-... Nigel Gamble
- Re: [linux-audio-dev] low-... Paul Barton-Davis