diff options
author | Steffen Klassert <steffen.klassert@secunet.com> | 2020-07-16 08:27:25 +0200 |
---|---|---|
committer | Steffen Klassert <steffen.klassert@secunet.com> | 2020-07-16 08:27:25 +0200 |
commit | 0a82f3f083617150cebacab57f9293b15e9917e0 (patch) | |
tree | 3e268410b6f96a9194f7248355ffbaa7b0df0a84 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 910a71ed772aac3bf228e8679f000b1505c287fb (diff) | |
parent | 8b404f46dd6ab845d0fa794679329d4089281ccb (diff) |
Merge remote-tracking branch 'origin/testing'
Xin Long says:
====================
xfrm: not register one xfrm(6)_tunnel object twice
Now in ip(6)_vti and xfrm interface tunnel support, it uses the
same xfrm(6)_tunnel object to handle for AF_NET and AF_INET6 by
registering it twice.
However the xfrm(6)_tunnel object is linked into a list with its
'next' pointer. The second registering will cause its 'next'
pointer to be overwritten, and break the list.
So this patchset is to add a new xfrm(6)_tunnel object for each
of them and register it, although its members are the same with
the old one.
====================
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions