mbox

[GIT,PULL,nf] IPVS Fixes for v3.16

Message ID 1402645029-21756-1-git-send-email-horms@verge.net.au
State Awaiting Upstream, archived
Delegated to: David Miller
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git ipvs-fixes-for-v3.16

Message

Simon Horman June 13, 2014, 7:37 a.m. UTC
Hi Pablo,

Please consider this IPVS fix for v3.16.

Fix for panic due use of tot_stats estimator outside of CONFIG_SYSCTL

It has been present since v3.6.39.

I would like this fix considered for -stable and I have checked that it
applies cleanly on top of v3.15, v3.14.7, v3.12.22, v3.10.43 and v3.2.60.


The following changes since commit f44a5f45f544561302e855e7bd104e5f506ec01b:

  ipvs: Fix panic due to non-linear skb (2014-05-26 10:22:46 +0900)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git ipvs-fixes-for-v3.16

for you to fetch changes up to 9802d21e7a0b0d2167ef745edc1f4ea7a0fc6ea3:

  ipvs: stop tot_stats estimator only under CONFIG_SYSCTL (2014-06-13 16:22:25 +0900)

----------------------------------------------------------------
IPVS Fixes for v3.16

Fix for panic due use of tot_stats estimator outside of CONFIG_SYSCTL

This resolves a bug introduced in v3.6.39 by 14e405461e664b
("IPVS: Add __ip_vs_control_{init,cleanup}_sysctl()").

----------------------------------------------------------------
Julian Anastasov (1):
      ipvs: stop tot_stats estimator only under CONFIG_SYSCTL

 net/netfilter/ipvs/ip_vs_ctl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--
To unsubscribe from this list: send the line "unsubscribe netdev" 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 June 16, 2014, 11:11 a.m. UTC | #1
On Fri, Jun 13, 2014 at 04:37:08PM +0900, Simon Horman wrote:
> Hi Pablo,
> 
> Please consider this IPVS fix for v3.16.
> 
> Fix for panic due use of tot_stats estimator outside of CONFIG_SYSCTL
> 
> It has been present since v3.6.39.
> 
> I would like this fix considered for -stable and I have checked that it
> applies cleanly on top of v3.15, v3.14.7, v3.12.22, v3.10.43 and v3.2.60.
> 
> 
> The following changes since commit f44a5f45f544561302e855e7bd104e5f506ec01b:
> 
>   ipvs: Fix panic due to non-linear skb (2014-05-26 10:22:46 +0900)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git ipvs-fixes-for-v3.16

Pulled, thanks Simon.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Simon Horman June 17, 2014, 12:40 p.m. UTC | #2
On Mon, Jun 16, 2014 at 01:11:15PM +0200, Pablo Neira Ayuso wrote:
> On Fri, Jun 13, 2014 at 04:37:08PM +0900, Simon Horman wrote:
> > Hi Pablo,
> > 
> > Please consider this IPVS fix for v3.16.
> > 
> > Fix for panic due use of tot_stats estimator outside of CONFIG_SYSCTL
> > 
> > It has been present since v3.6.39.
> > 
> > I would like this fix considered for -stable and I have checked that it
> > applies cleanly on top of v3.15, v3.14.7, v3.12.22, v3.10.43 and v3.2.60.
> > 
> > 
> > The following changes since commit f44a5f45f544561302e855e7bd104e5f506ec01b:
> > 
> >   ipvs: Fix panic due to non-linear skb (2014-05-26 10:22:46 +0900)
> > 
> > are available in the git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git ipvs-fixes-for-v3.16
> 
> Pulled, thanks Simon.

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