The patchset contains fixes for races during dest and service deletion caused from the recent RCU changes. The last change is required if CPU 0 can be missing from the mask of possible CPUs. Otherwise, it can be considered a non-fatal change. Julian Anastasov (4): ipvs: do not use dest after ip_vs_dest_put in LBLC ipvs: do not use dest after ip_vs_dest_put in LBLCR ipvs: make the service replacement more robust ipvs: stats should not depend on CPU 0 include/net/ip_vs.h | 6 +-- net/netfilter/ipvs/ip_vs_core.c | 12 ++++- net/netfilter/ipvs/ip_vs_ctl.c | 90 +++++++++++++++----------------------- net/netfilter/ipvs/ip_vs_est.c | 4 +- net/netfilter/ipvs/ip_vs_lblc.c | 68 +++++++++++++--------------- net/netfilter/ipvs/ip_vs_lblcr.c | 50 ++++++++------------- 6 files changed, 101 insertions(+), 129 deletions(-) -- 1.7.3.4 -- To unsubscribe from this list: send the line "unsubscribe lvs-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html