Re: sock_sendmsg() from a kernel thread question

From: Pete Zaitcev (zaitcev@redhat.com)
Date: Tue Oct 02 2001 - 16:56:33 EST


> I am trying to call sock_sendmsg() from a kernel thread
> and it seems to work fine on a UP system but on SMP system
> it hangs up and the thread can't even accept a SIGKILL.
> It it stuck after the following calls happen:
>
> sock_sendmsg()
> sock->ops->sendmsg()
> tcp_do_sendmsg()

Always worked fine for me. I think something is up with
your code. Care to post a relevant snippet?

-- Pete
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Oct 07 2001 - 21:00:24 EST