Re: [PATCH -rt] Fix initialization of spinlock in irttp_dup()

2007-03-20 Thread Ingo Molnar
* Deepak Saxena <[EMAIL PROTECTED]> wrote: > This was found around the 2.6.10 timeframe when testing with the -rt > patch and I believe is still is an issue. irttp_dup() does a memcpy() > of the tsap_cb structure causing the spinlock protecting various > fields in the structure to be duped. T

Re: [PATCH -rt] Fix initialization of spinlock in irttp_dup()

2007-03-20 Thread Samuel Ortiz
Hi Deepak, On Tue, Mar 20, 2007 at 12:22:33PM -0700, Deepak Saxena wrote: > This was found around the 2.6.10 timeframe when testing with the -rt patch > and I believe is still is an issue. irttp_dup() does a memcpy() of the > tsap_cb > structure causing the spinlock protecting various fields in

[PATCH -rt] Fix initialization of spinlock in irttp_dup()

2007-03-20 Thread Deepak Saxena
This was found around the 2.6.10 timeframe when testing with the -rt patch and I believe is still is an issue. irttp_dup() does a memcpy() of the tsap_cb structure causing the spinlock protecting various fields in the structure to be duped. This works OK in the non-RT case but in the RT case we