lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 2 Nov 2007 09:53:49 +0900
From:	Simon Horman <horms@...ge.net.au>
To:	Julian Anastasov <ja@....bg>
Cc:	lvs-devel@...uxvirtualserver.org, netdev@...r.kernel.org,
	Wensong Zhang <wensong@...ux-vs.org>,
	"Rumen G. Bogdanovski" <rumen@...cecho.com>,
	Graeme Fowler <graeme@...emef.net>,
	Joseph Mack NA3T <jmack@...d.net>,
	"David S. Miller" <davem@...emloft.net>
Subject: Re: [patch 2/2] ipvs: Syncrhonise Closing of Connections

On Fri, Nov 02, 2007 at 01:36:07AM +0200, Julian Anastasov wrote:
> 
> 	Hello,
> 
> On Thu, 1 Nov 2007, Simon Horman wrote:
> 
> > --- net-2.6.orig/net/ipv4/ipvs/ip_vs_sync.c	2007-11-01 18:17:55.000000000 +0900
> > +++ net-2.6/net/ipv4/ipvs/ip_vs_sync.c	2007-11-01 18:20:30.000000000 +0900
> > @@ -332,7 +332,7 @@ static void ip_vs_process_message(const 
> >  					    s->daddr, s->dport,
> >  					    flags, dest);
> >  			if (dest)
> 
> 	Is that correct? Sorry, I was flooded with different versions
> of this patch and I'm not sure if it is the final one.
> 
> > -				atomic_dec(&dest->refcnt);
> > +				ip_vs_dest_get(dest);
> >  			if (!cp) {
> >  				IP_VS_ERR("ip_vs_conn_new failed\n");
> >  				return;

The ip_vs_dest_get() call shouldn't be there.
I'll double check the rest of the patch.

-- 
Horms
  H: http://www.vergenet.net/~horms/
  W: http://www.valinux.co.jp/en/

-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ