Re: [stable] [patch 12/20] nfnetlink_log: fix reference counting

2007-03-13 Thread Patrick McHardy
Greg KH wrote: >>[NETFILTER]: nfnetlink_log: fix reference counting >> > As this patch does nothing, it's now dropped. It was my fault as the > original patch didn't apply and I messed up using quilt here. Sorry, I must have messed up something. I've fixed up the original patch, this one should a

Re: [stable] [patch 12/20] nfnetlink_log: fix reference counting

2007-03-10 Thread Greg KH
On Fri, Mar 09, 2007 at 10:18:03PM -0800, Greg KH wrote: > -stable review patch. If anyone has any objections, please let us know. > > -- > From: Michal Miroslaw <[EMAIL PROTECTED]> > > [NETFILTER]: nfnetlink_log: fix reference counting > > Fix reference counting (memory leak) p

[patch 12/20] nfnetlink_log: fix reference counting

2007-03-09 Thread Greg KH
-stable review patch. If anyone has any objections, please let us know. -- From: Michal Miroslaw <[EMAIL PROTECTED]> [NETFILTER]: nfnetlink_log: fix reference counting Fix reference counting (memory leak) problem in __nfulnl_send() and callers related to packet queueing. Signed