login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
March
»
10
Re: [stable] [patch 12/20] nfnetlink_log: fix reference counting
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Greg KH
Subject:
Re: [stable] [patch 12/20] nfnetlink_log: fix reference counting
Date: Saturday, March 10, 2007 - 2:14 am
On Fri, Mar 09, 2007 at 10:18:03PM -0800, Greg KH wrote:
quoted text
> -stable review patch. If anyone has any objections, please let us know. > > ------------------ > From: Michal Miroslaw <mirq-linux@rere.qmqm.pl> > > [NETFILTER]: nfnetlink_log: fix reference counting > > Fix reference counting (memory leak) problem in __nfulnl_send() and callers > related to packet queueing. > > Signed-off-by: Michal Miroslaw <mirq-linux@rere.qmqm.pl> > Signed-off-by: Patrick McHardy <kaber@trash.net> > Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> > > --- > net/netfilter/nfnetlink_log.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > --- a/net/netfilter/nfnetlink_log.c > +++ b/net/netfilter/nfnetlink_log.c > @@ -220,7 +220,8 @@ _instance_destroy2(struct nfulnl_instanc > /* timer "holds" one reference (we have one more) */ > if (timer_pending(&inst->timer)) { > del_timer(&inst->timer); > - instance_put(inst); > + > +instance_put(inst); > } > if (inst->qlen) > __nfulnl_send(inst); >
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. thanks, greg k-h -
unsubscribe notice
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/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[patch 00/20] 2.6.20-stable review
, Greg KH
, (Fri Mar 9, 11:16 pm)
[patch 01/20] conntrack: fix {nf, ip}_ct_iterate_cleanup e ...
, Greg KH
, (Fri Mar 9, 11:16 pm)
[patch 02/20] nf_conntrack/nf_nat: fix incorrect config ifdefs
, Greg KH
, (Fri Mar 9, 11:16 pm)
[patch 03/20] tcp conntrack: accept SYN|URG as valid
, Greg KH
, (Fri Mar 9, 11:16 pm)
[patch 04/20] nfnetlink_log: fix reference leak
, Greg KH
, (Fri Mar 9, 11:17 pm)
[patch 05/20] nfnetlink_log: fix use after free
, Greg KH
, (Fri Mar 9, 11:17 pm)
[patch 06/20] nfnetlink_log: fix NULL pointer dereference
, Greg KH
, (Fri Mar 9, 11:17 pm)
[patch 07/20] nfnetlink_log: fix possible NULL pointer der ...
, Greg KH
, (Fri Mar 9, 11:17 pm)
[patch 08/20] ip6_route_me_harder should take into account ...
, Greg KH
, (Fri Mar 9, 11:17 pm)
[patch 09/20] nf_conntrack: fix incorrect classification o ...
, Greg KH
, (Fri Mar 9, 11:17 pm)
[patch 10/20] nfnetlink_log: zero-terminate prefix
, Greg KH
, (Fri Mar 9, 11:17 pm)
[patch 11/20] nfnetlink_log: fix crash on bridged packet
, Greg KH
, (Fri Mar 9, 11:17 pm)
[patch 12/20] nfnetlink_log: fix reference counting
, Greg KH
, (Fri Mar 9, 11:18 pm)
[patch 13/20] Fix bug 7994 sleeping function called from i ...
, Greg KH
, (Fri Mar 9, 11:18 pm)
[patch 14/20] bcm43xx: Fix problem with >1 GB RAM
, Greg KH
, (Fri Mar 9, 11:18 pm)
[patch 15/20] Fix compat_getsockopt
, Greg KH
, (Fri Mar 9, 11:18 pm)
[patch 16/20] fix for bugzilla #7544 (keyspan USB-to-seria ...
, Greg KH
, (Fri Mar 9, 11:18 pm)
[patch 17/20] Fix callback bug in connector
, Greg KH
, (Fri Mar 9, 11:18 pm)
[patch 18/20] Fix sparc64 device register probing
, Greg KH
, (Fri Mar 9, 11:18 pm)
[patch 19/20] Fix timewait jiffies
, Greg KH
, (Fri Mar 9, 11:18 pm)
[patch 20/20] Fix UDP header pointer after pskb_trim_rcsum()
, Greg KH
, (Fri Mar 9, 11:19 pm)
Re: [patch 00/20] 2.6.20-stable review
, Greg KH
, (Fri Mar 9, 11:23 pm)
Re: [stable] [patch 12/20] nfnetlink_log: fix reference co ...
, Greg KH
, (Sat Mar 10, 2:14 am)
Re: [patch 00/20] 2.6.20-stable review
, Chuck Ebbert
, (Sat Mar 10, 2:43 pm)
Re: [patch 00/20] 2.6.20-stable review
, Greg KH
, (Sat Mar 10, 2:49 pm)
Re: [stable] [patch 12/20] nfnetlink_log: fix reference co ...
, Patrick McHardy
, (Tue Mar 13, 8:45 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Jesse Barnes
Re: [stable] [BUG][PATCH] cpqphp: fix kernel NULL pointer dereference
Greg KH
[003/136] p54usb: add Zcomax XG-705A usbid
Magnus Damm
[PATCH 03/07] ARM: Use shared GIC entry macros on Realview
Oliver Neukum
Re: [Bug #13682] The webcam stopped working when upgrading from 2.6.29 to 2.6.30
Martin Schwidefsky
Re: [PATCH] optimized ktime_get[_ts] for GENERIC_TIME=y
git
:
Junio C Hamano
Re: Some advanced index playing
Jeff King
Re: confusion over the new branch and merge config
Robin Rosenberg
Re: cvs2svn conversion directly to git ready for experimentation
Linus Torvalds
git binary size...
Ævar Arnfjörð Bjarmason
Re: Challenge with Git-Bash
git-commits-head
:
Linux Kernel Mailing List
md: move allocation of ->queue from mddev_find to md_probe
Linux Kernel Mailing List
md: raid0: Represent zone->zone_offset in sectors.
Linux Kernel Mailing List
[ARM] S3C24XX: Add gpio_to_irq() facility