diff options
author | WANG Cong <[email protected]> | 2017-06-20 11:42:27 -0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2017-06-22 11:06:06 -0400 |
commit | 76da0704507bbc51875013f6557877ab308cfd0a (patch) | |
tree | bcfd0d5bb6df4ad832b37676ca2c8ec229473de5 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | b866203d872d5deeafcecd25ea429d6748b5bd56 (diff) |
ipv6: only call ip6_route_dev_notify() once for NETDEV_UNREGISTER
In commit 242d3a49a2a1 ("ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf")
I assumed NETDEV_REGISTER and NETDEV_UNREGISTER are paired,
unfortunately, as reported by jeffy, netdev_wait_allrefs()
could rebroadcast NETDEV_UNREGISTER event until all refs are
gone.
We have to add an additional check to avoid this corner case.
For netdev_wait_allrefs() dev->reg_state is NETREG_UNREGISTERED,
for dev_change_net_namespace(), dev->reg_state is
NETREG_REGISTERED. So check for dev->reg_state != NETREG_UNREGISTERED.
Fixes: 242d3a49a2a1 ("ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf")
Reported-by: jeffy <[email protected]>
Cc: David Ahern <[email protected]>
Signed-off-by: Cong Wang <[email protected]>
Acked-by: David Ahern <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions