* 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
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
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