Re: [PATCH 5/5] make netlink user -> kernel interface synchronious

2007-10-10 Thread David Miller
From: "Denis V. Lunev" <[EMAIL PROTECTED]> Date: Fri, 5 Oct 2007 18:48:44 +0400 > This patch make processing netlink user -> kernel messages synchronious. > This change was inspired by the talk with Alexey Kuznetsov about current > netlink messages processing. He says that he was badly wrong when

Re: [Devel] Re: [PATCH 5/5] make netlink user -> kernel interface synchronious

2007-10-05 Thread Denis V. Lunev
Patrick McHardy wrote: > Denis V. Lunev wrote: >> This patch make processing netlink user -> kernel messages synchronious. >> This change was inspired by the talk with Alexey Kuznetsov about current >> netlink messages processing. He says that he was badly wrong when introduced >> asynchronious us

Re: [PATCH 5/5] make netlink user -> kernel interface synchronious

2007-10-05 Thread Patrick McHardy
Denis V. Lunev wrote: > This patch make processing netlink user -> kernel messages synchronious. > This change was inspired by the talk with Alexey Kuznetsov about current > netlink messages processing. He says that he was badly wrong when introduced > asynchronious user -> kernel communication. >

[PATCH 5/5] make netlink user -> kernel interface synchronious

2007-10-05 Thread Denis V. Lunev
This patch make processing netlink user -> kernel messages synchronious. This change was inspired by the talk with Alexey Kuznetsov about current netlink messages processing. He says that he was badly wrong when introduced asynchronious user -> kernel communication. The call netlink_unicast is th