Re: panic on 2.6.24rc5

2008-01-01 Thread Arnaldo Carvalho de Melo
Em Sun, Dec 30, 2007 at 04:18:36PM +0100, Tomasz Grobelny escreveu: On Friday 28 December 2007, I wrote: Dnia Wednesday 26 of December 2007, napisałeś: What are the panics you are getting? It might be worth posting them to the list. Here is the screenshot I captured a few days ago.

Re: panic on 2.6.24rc5

2008-01-01 Thread Arnaldo Carvalho de Melo
Em Tue, Jan 01, 2008 at 10:30:56PM +0100, Tomasz Grobelny escreveu: Dnia Tuesday 01 of January 2008, Arnaldo Carvalho de Melo napisał: Em Sun, Dec 30, 2007 at 04:18:36PM +0100, Tomasz Grobelny escreveu: On Friday 28 December 2007, I wrote: Dnia Wednesday 26 of December 2007, napisałeś:

dccp send

2008-01-01 Thread Tomasz Grobelny
When I use dccp does sendmsg function block (until it sends the packet)? If so, should it? In either case, how to make it just queue the packet and return? -- Regards, Tomasz Grobelny - To unsubscribe from this list: send the line unsubscribe dccp in the body of a message to [EMAIL PROTECTED]

Re: dccp send

2008-01-01 Thread Arnaldo Carvalho de Melo
Em Wed, Jan 02, 2008 at 01:41:16AM +0100, Tomasz Grobelny escreveu: When I use dccp does sendmsg function block (until it sends the packet)? If so, should it? In either case, how to make it just queue the packet and return? The interface is the same as for other AF_INET transports, use

Re: panic on 2.6.24rc5

2008-01-01 Thread Arnaldo Carvalho de Melo
Em Wed, Jan 02, 2008 at 01:57:14AM +0100, Tomasz Grobelny escreveu: Dnia Wednesday 02 of January 2008, Arnaldo Carvalho de Melo napisał: If the kernel oopses, if the results are the same or are some problem introduced in the patches by Gerrit. I.e. you would help us to narrow down the