Re: [PATCH] RT: fix spin_trylock_irq

2007-10-15 Thread Daniel Walker
On Mon, 2007-10-15 at 23:35 +0200, Thomas Gleixner wrote: > On Mon, 15 Oct 2007, Daniel Walker wrote: > > On Mon, 2007-10-15 at 14:14 -0400, Steven Rostedt wrote: > > > > > > This is the second fix for this .. The first was in this email (over a > > > > month ago) > > > > > > > > http://lkml.org/l

Re: [PATCH] RT: fix spin_trylock_irq

2007-10-15 Thread Thomas Gleixner
On Mon, 15 Oct 2007, Daniel Walker wrote: > On Mon, 2007-10-15 at 14:14 -0400, Steven Rostedt wrote: > > > > This is the second fix for this .. The first was in this email (over a > > > month ago) > > > > > > http://lkml.org/lkml/2007/8/31/318 > > > > You're right I missed that. (I even read it).

Re: [PATCH] RT: fix spin_trylock_irq

2007-10-15 Thread Daniel Walker
On Mon, 2007-10-15 at 14:14 -0400, Steven Rostedt wrote: > > This is the second fix for this .. The first was in this email (over a > > month ago) > > > > http://lkml.org/lkml/2007/8/31/318 > > You're right I missed that. (I even read it). But for fixes like this, (or > any patches that are not i

Re: [PATCH] RT: fix spin_trylock_irq

2007-10-15 Thread Steven Rostedt
-- On Mon, 15 Oct 2007, Daniel Walker wrote: > > > + _spin_trylock_irq, lock)) > > > > > > #define spin_trylock_irqsave(lock, flags) \ > > > __cond_lock(lock, PICK_SPIN_OP_RET(__spin_trylock_irqsave, \ > > > > Thanks! Applied. > > > > Daniel, this BUG was introduced by your convers

Re: [PATCH] RT: fix spin_trylock_irq

2007-10-15 Thread Daniel Walker
On Thu, 2007-10-11 at 10:49 -0400, Steven Rostedt wrote: > > --- > > include/linux/spinlock.h |2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > Index: linux-2.6.23-rc9-rt2/include/linux/spinlock.h > > === > > --- l

Re: [PATCH] RT: fix spin_trylock_irq

2007-10-11 Thread Steven Rostedt
-- When I'm asked what language is my mother tongue, I simply answer "C". On Thu, 11 Oct 2007, [UTF-8] Sébastien Dugué wrote: > --- > include/linux/spinlock.h |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > Index: linux-2.6.23-rc9-rt2/include/linux/spinlock.h > =