From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH] ipvs: fix matching of fwmark templates during scheduling Date: Thu, 9 Feb 2012 16:15:07 +0100 Message-ID: <20120209151507.GA5842@1984> References: <1327628727-22482-1-git-send-email-horms@verge.net.au> <1327628727-22482-2-git-send-email-horms@verge.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Patrick McHardy , lvs-devel@vger.kernel.org, netdev@vger.kernel.org, netfilter-devel@vger.kernel.org, Wensong Zhang , Julian Anastasov , stable@vger.kernel.org To: Simon Horman Return-path: Content-Disposition: inline In-Reply-To: <1327628727-22482-2-git-send-email-horms@verge.net.au> Sender: lvs-devel-owner@vger.kernel.org List-Id: netfilter-devel.vger.kernel.org On Fri, Jan 27, 2012 at 10:45:27AM +0900, Simon Horman wrote: > From: Julian Anastasov > > Commit f11017ec2d1859c661f4e2b12c4a8d250e1f47cf (2.6.37) > moved the fwmark variable in subcontext that is invalidated before > reaching the ip_vs_ct_in_get call. As vaddr is provided as pointer > in the param structure make sure the fwmark variable is in > same context. As the fwmark templates can not be matched, > more and more template connections are created and the > controlled connections can not go to single real server. > > Signed-off-by: Julian Anastasov > Cc: stable@vger.kernel.org > Signed-off-by: Simon Horman Applied, thanks. I'll pass it to davem. I'll pass it to stable once this hits Linus tree.