Files
linux/drivers
Minhong He 82167f2f0f net: macvlan: check register_netdevice_notifier() error in macvlan_init_module()
macvlan_init_module() ignores register_netdevice_notifier() errors and
continues module initialization, which can leave macvlan loaded without
its netdev notifier registered.

Check the error and fail module initialization early.

This is a future looking check, register_netdevice_notifier()
only fails on double registration or if the registered notifier
itself returns an error.

Signed-off-by: Minhong He <heminhong@kylinos.cn>
Link: https://patch.msgid.link/20260803085950.142325-1-heminhong@kylinos.cn
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2026-08-04 18:52:57 -07:00
..
2026-06-16 08:53:53 -07:00
2026-06-29 10:55:47 -07:00