[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070310091445.GA26611@kroah.com>
Date: Sat, 10 Mar 2007 01:14:45 -0800
From: Greg KH <greg@...ah.com>
To: Greg KH <gregkh@...e.de>
Cc: linux-kernel@...r.kernel.org, stable@...nel.org,
"Theodore Ts'o" <tytso@....edu>,
Zwane Mwaikambo <zwane@....linux.org.uk>,
netfilter-devel@...ts.netfilter.org,
Justin Forbes <jmforbes@...uxtx.org>,
Chris Wedgwood <reviews@...cw.f00f.org>, davem@...emloft.net,
Randy Dunlap <rdunlap@...otime.net>,
Michael Krufky <mkrufky@...uxtv.org>,
Chuck Ebbert <cebbert@...hat.com>,
Dave Jones <davej@...hat.com>,
Chuck Wolber <chuckw@...ntumlinux.com>,
akpm@...ux-foundation.org,
Michal Miroslaw <mirq-linux@...e.qmqm.pl>,
torvalds@...ux-foundation.org, Patrick McHardy <kaber@...sh.net>,
alan@...rguk.ukuu.org.uk
Subject: Re: [stable] [patch 12/20] nfnetlink_log: fix reference counting
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 <mirq-linux@...e.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@...e.qmqm.pl>
> Signed-off-by: Patrick McHardy <kaber@...sh.net>
> Signed-off-by: Greg Kroah-Hartman <gregkh@...e.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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists