Re: [PATCH] Don't attach callback to a going-away netlink socket

2007-04-16 Thread Patrick McHardy
Pavel Emelianov wrote: From: Denis Lunev [EMAIL PROTECTED] There is a race between netlink_dump_start() and netlink_release() that can lead to the situation when a netlink socket with non-zero callback is freed. Can you describe the race in more detail please? - To unsubscribe from this

Re: [PATCH] Don't attach callback to a going-away netlink socket

2007-04-16 Thread Patrick McHardy
Pavel Emelianov wrote: Patrick McHardy wrote: There is a race between netlink_dump_start() and netlink_release() that can lead to the situation when a netlink socket with non-zero callback is freed. Can you describe the race in more detail please? Here it is: [...] The proposal it to