On Thu, Jul 22, 2021 at 9:10 PM Loic Poulain <loic.poulain@xxxxxxxxxx> wrote: > A wwan link created via the wwan_create_default_link procedure is > never notified to the user (RTM_NEWLINK), causing issues with user > tools relying on such event to track network links (NetworkManager). > > This is because the procedure misses a call to rtnl_configure_link(), > which sets the link as initialized and notifies the new link (cf > proper usage in __rtnl_newlink()). > > Cc: stable@xxxxxxxxxxxxxxx > Fixes: ca374290aaad ("wwan: core: support default netdev creation") > Suggested-by: Sergey Ryazanov <ryazanov.s.a@xxxxxxxxx> > Signed-off-by: Loic Poulain <loic.poulain@xxxxxxxxxx> Acked-by: Sergey Ryazanov <ryazanov.s.a@xxxxxxxxx>