diff options
| author | Minhong He <heminhong@kylinos.cn> | 2026-07-31 10:52:49 +0800 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2026-08-04 18:33:17 -0700 |
| commit | c0fd47726c9460fbdd1bf26cd0bfcd7dcce8f80b (patch) | |
| tree | ddfa6f78e3788f7a5f21f7b174f3b96bc2162806 /net/core | |
| parent | 30ce0cb576b622f8fb5c5c9ebe43e28365374a3a (diff) | |
ipv4: nexthop: handle errors in nexthop_init()
nexthop_init() ignores errors from register_pernet_subsys() and
register_netdevice_notifier(), so a partial initialization can appear
successful.
Check those steps and unwind prior registrations on failure.
Do not check rtnl_register_many(): for built-in code it panics on
failure, so the call cannot return an error to nexthop_init().
Cc: stable+noautosel@kernel.org # untested fix to unlikely error path
Signed-off-by: Minhong He <heminhong@kylinos.cn>
Reviewed-by: Ido Schimmel <idosch@nvidia.com>
Link: https://patch.msgid.link/20260731025249.80026-1-heminhong@kylinos.cn
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/core')
0 files changed, 0 insertions, 0 deletions
