All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/4] IPVS fixes for corner cases
@ 2013-08-28 16:29 Julian Anastasov
  2013-08-28 16:29 ` [PATCH net 1/4] ipvs: do not use dest after ip_vs_dest_put in LBLC Julian Anastasov
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Julian Anastasov @ 2013-08-28 16:29 UTC (permalink / raw)
  To: Simon Horman; +Cc: lvs-devel

	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


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2013-09-11  3:58 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-28 16:29 [PATCH net 0/4] IPVS fixes for corner cases Julian Anastasov
2013-08-28 16:29 ` [PATCH net 1/4] ipvs: do not use dest after ip_vs_dest_put in LBLC Julian Anastasov
2013-08-28 16:29 ` [PATCH net 2/4] ipvs: do not use dest after ip_vs_dest_put in LBLCR Julian Anastasov
2013-08-28 16:29 ` [PATCH net 3/4] ipvs: make the service replacement more robust Julian Anastasov
2013-09-10 19:28   ` Julian Anastasov
2013-09-11  3:58     ` Simon Horman
2013-08-28 16:29 ` [PATCH net 4/4] ipvs: stats should not depend on CPU 0 Julian Anastasov
2013-08-30  1:17   ` Simon Horman
2013-08-30  7:31     ` Julian Anastasov
2013-08-30  8:53       ` Simon Horman
2013-08-30  8:58         ` Simon Horman
2013-08-30  9:53           ` Julian Anastasov
2013-08-30  7:46   ` Hans Schillstrom

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.