Hello, This fixes tests of a socket buffer done without holding the lock. tcp_data_wait() and wait_for_tcp_memory() both had unguarded refs in their sleep conditionals. Tom -- linux-2.4.0-test10-pre5
This fixes tests of a socket buffer done without holding the lock. tcp_data_wait() and wait_for_tcp_memory() both had unguarded refs in their sleep conditionals. These are not buggy at all, see the d
I'll post traces privately. It was my lockups that got Rick interested. Would you explain what is accomplished by toggling the lock every time through? What breaks by not doing so? Not me, but see be
Would you explain what is accomplished by toggling the lock every time through? What breaks by not doing so? Incoming packets are not processed while the lock is held, they get queued to the backlog.