Re: [net/ipvs] BUG: unable to handle kernel NULL pointer dereference at 00000004

From: Julian Anastasov
Date: Fri Jun 13 2014 - 01:03:57 EST



Hello,

On Wed, 11 Jun 2014, Jet Chen wrote:

> On 06/11/2014 01:59 PM, Julian Anastasov wrote:
> >
> > At first look, it is strange but I think the reason
> > is the missing CONFIG_SYSCTL. ip_vs_control_net_cleanup
> > fails at ip_vs_stop_estimator(net, &ipvs->tot_stats)
> > because it is called not depending on CONFIG_SYSCTL but
> > without CONFIG_SYSCTL ip_vs_start_estimator was never
> > called.
> >
> > Can you test such patch?
>
> Julian, your patch works. Thanks.
>
> Tested-by: Jet Chen <jet.chen@xxxxxxxxx>

Thanks for the confirmation!

Regards

--
Julian Anastasov <ja@xxxxxx>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/