Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c35f0b59 authored by Nicolas Dichtel's avatar Nicolas Dichtel Committed by Sasha Levin
Browse files

rtnl: restore notifications for deleted interfaces



The commit 984ff7a3 is an upstream backport. In fact, it depends on
commit 395eea6ccf2b ("rtnetlink: delay RTM_DELLINK notification until after ndo_uninit()")
which has not been backported in 3.18.y.

Before commit 395eea6ccf2b, rollback_registered_many() uses rtmsg_ifinfo().
The call to this function is done with dev->reg_state set to
NETREG_UNREGISTERING, thus testing this reg_state in rtmsg_ifinfo() is
wrong.

This patch partially reverts commit 984ff7a3.

Fixes: 984ff7a3 ("rtnl/bond: don't send rtnl msg for unregistered iface")
Reported-by: default avatarKristian Evensen <kristian.evensen@gmail.com>
Signed-off-by: default avatarNicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: default avatarSasha Levin <sasha.levin@oracle.com>
parent 14123aec
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment