commit | 4b4c21fad6ae6bd58ff1566f23b0f4f70fdc9a30 | [log] [tgz] |
---|---|---|
author | Jiri Benc <jbenc@redhat.com> | Sun Jul 02 19:00:58 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 03 02:36:27 2017 -0700 |
tree | d619f4433dc26c960bb92c57add6f7eb591330bf | |
parent | 69e766612c4bcb79e19cebed9eed61d4222c1d47 [diff] |
geneve: fix hlist corruption It's not a good idea to add the same hlist_node to two different hash lists. This leads to various hard to debug memory corruptions. Fixes: 8ed66f0e8235 ("geneve: implement support for IPv6-based tunnels") Cc: John W. Linville <linville@tuxdriver.com> Signed-off-by: Jiri Benc <jbenc@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>