Re: [PATCH] infinite recursion in netlink

2007-04-25 Thread Jaco Kroon
Greg KH wrote: On Wed, Apr 25, 2007 at 10:38:56PM +0400, Alexey Kuznetsov wrote: Hello! Reply to NETLINK_FIB_LOOKUP messages were misrouted back to kernel, which resulted in infinite recursion and stack overflow. The bug is present in all kernel versions since the feature appeared. Any hint

Re: [PATCH] infinite recursion in netlink

2007-04-25 Thread David Miller
From: Alexey Kuznetsov <[EMAIL PROTECTED]> Date: Wed, 25 Apr 2007 22:38:56 +0400 > Reply to NETLINK_FIB_LOOKUP messages were misrouted back to kernel, > which resulted in infinite recursion and stack overflow. > > The bug is present in all kernel versions since the feature appeared. > > The patc

Re: [PATCH] infinite recursion in netlink

2007-04-25 Thread Greg KH
On Wed, Apr 25, 2007 at 10:38:56PM +0400, Alexey Kuznetsov wrote: > Hello! > > Reply to NETLINK_FIB_LOOKUP messages were misrouted back to kernel, > which resulted in infinite recursion and stack overflow. > > The bug is present in all kernel versions since the feature appeared. Any hint on when

Re: [PATCH] infinite recursion in netlink

2007-04-25 Thread David Miller
From: Greg KH <[EMAIL PROTECTED]> Date: Wed, 25 Apr 2007 12:59:41 -0700 > On Wed, Apr 25, 2007 at 10:38:56PM +0400, Alexey Kuznetsov wrote: > > Hello! > > > > Reply to NETLINK_FIB_LOOKUP messages were misrouted back to kernel, > > which resulted in infinite recursion and stack overflow. > > > >