summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorMinhong He <heminhong@kylinos.cn>2026-08-03 16:59:43 +0800
committerJakub Kicinski <kuba@kernel.org>2026-08-04 18:50:02 -0700
commitc1293e4a34e2db9f491f2509f812d5c999a2b002 (patch)
treea50540418bfb2909a75c9ecbc1640ed988a0a409 /tools/perf/scripts/python/bin
parente43e9d7cabace0307685196114fc5d3ae6669120 (diff)
net: team: check register_netdevice_notifier() error in team_module_init()
team_module_init() ignores register_netdevice_notifier() errors and continues module initialization, which can leave the team module 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/20260803085943.142261-1-heminhong@kylinos.cn Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions