Re: trouble with signals and skb_rec_datagram()

2009-12-15 Thread Peter Jones
It's likely that some people have not noticed this message because you replied to an unrelated thread instead of starting with a new message entirely. This is best avoided. On 12/14/2009 02:45 PM, William Reich wrote: Hello List... I am working on trying to port a LINUX kernel driver from

trouble with signals and skb_rec_datagram()

2009-12-14 Thread William Reich
Hello List... I am working on trying to port a LINUX kernel driver from RedHat AS 4/5 to Fedora 11 12. Within this driver, I create some threads. The threads call skb_rec_datagram(). When it is time to shut down the system, my main kernel code ( in RH 4 5 ) called kill_proc( pid, SIGTERM, 0

more - trouble with signals and skb_rec_datagram()

2009-12-14 Thread William Reich
Hello List... I am working on trying to port a LINUX kernel driver from RedHat AS 4/5 to Fedora 11 12. Within this driver, I create some threads. The threads call skb_rec_datagram(). When it is time to shut down the system, my main kernel code ( in RH 4 5 ) called kill_proc( pid, SIGTERM, 0