mbox

[GIT,PULL,ipvs] ipvs fixes for v3.9 #2

Message ID 1366941190-12135-1-git-send-email-horms@verge.net.au
State Accepted
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git tags/ipvs-fixes2-for-v3.9

Message

Simon Horman April 26, 2013, 1:53 a.m. UTC
Hi Pablo,

I guess that it is too late in the cycle to get this fix into v3.9.
If so could you please consider it for v3.10.

I would also like the patch considered for stable. It seems to be applicable
to all kernel releases since the sip persistence engine was added
by my in v2.6.37. In particular I have checked that it applies cleanly to:

3.8.8 stable
3.4.41 longterm
3.2.43 longterm
3.0.74 longterm

The following changes since commit 60d509fa6a9c4653a86ad830e4c4b30360b23f0e:

  Linux 3.9-rc8 (2013-04-21 14:38:45 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git tags/ipvs-fixes2-for-v3.9

for you to fetch changes up to 75cbc7c25c3efdc325d71baa1cc0ce06940e0e65:

  ipvs: ip_vs_sip_fill_param() BUG: bad check of return value (2013-04-26 09:59:16 +0900)

----------------------------------------------------------------
Fix for crash-bug in SIP persistence engine by Hans Schillstrom

This bug appears to have been present since the sip persistence engine
was added by me in v2.6.37.

----------------------------------------------------------------
Hans Schillstrom (1):
      ipvs: ip_vs_sip_fill_param() BUG: bad check of return value

 net/netfilter/ipvs/ip_vs_pe_sip.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Pablo Neira Ayuso April 27, 2013, 6 p.m. UTC | #1
On Fri, Apr 26, 2013 at 10:53:09AM +0900, Simon Horman wrote:
> Hi Pablo,
> 
> I guess that it is too late in the cycle to get this fix into v3.9.
> If so could you please consider it for v3.10.

Pulled, thanks Simon.

Will try to get this into 3.9, this is fixing a hard crash after all.

> I would also like the patch considered for stable. It seems to be applicable
> to all kernel releases since the sip persistence engine was added
> by my in v2.6.37. In particular I have checked that it applies cleanly to:
> 
> 3.8.8 stable
> 3.4.41 longterm
> 3.2.43 longterm
> 3.0.74 longterm

Will do once the merge window closes and thing calm down a bit.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html