1. 20 6月, 2011 2 次提交
  2. 19 6月, 2011 1 次提交
  3. 18 6月, 2011 7 次提交
  4. 17 6月, 2011 13 次提交
  5. 16 6月, 2011 6 次提交
  6. 15 6月, 2011 2 次提交
  7. 14 6月, 2011 3 次提交
  8. 13 6月, 2011 1 次提交
    • H
      IPVS netns exit causes crash in conntrack · 8f4e0a18
      Hans Schillstrom 提交于
      Quote from Patric Mc Hardy
      "This looks like nfnetlink.c excited and destroyed the nfnl socket, but
      ip_vs was still holding a reference to a conntrack. When the conntrack
      got destroyed it created a ctnetlink event, causing an oops in
      netlink_has_listeners when trying to use the destroyed nfnetlink
      socket."
      
      If nf_conntrack_netlink is loaded before ip_vs this is not a problem.
      
      This patch simply avoids calling ip_vs_conn_drop_conntrack()
      when netns is dying as suggested by Julian.
      Signed-off-by: NHans Schillstrom <hans.schillstrom@ericsson.com>
      Signed-off-by: NSimon Horman <horms@verge.net.au>
      8f4e0a18
  9. 12 6月, 2011 5 次提交