Hi All! We have found a deadlock in kernel version 2.4.21. With sysreq we get this call trace: Trace; c01a9946 <secure_tcp_sequence_number+52/b0> Trace; c0256cbc <tcp_v4_conn_request+418/4a8> [...] T
You must forgot braces. But anyway, I can't find these lines in linux-2.4.21 (or even in 2.6.x). Are you sure you're working on the vanilla kernel? -- Hideaki YOSHIFUJI @ USAGI Project <yoshfuji@xxxx
It doesn't matter, a proper fix was put into drivers/char/random.c already. diff -Nru a/drivers/char/random.c b/drivers/char/random.c -- a/drivers/char/random.c Tue Aug 12 06:56:52 2003 +++ b/drivers
Hi ALl! Sorry, no. The patch in vanilla kernel: -- tcp_ipv4.c~ Tue Aug 12 16:01:31 2003 +++ tcp_ipv4.c Tue Aug 12 16:03:35 2003 @@ -843,9 +843,12 @@ if (err) goto failure; - if (!tp->write_seq) + if