]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'nexthop-various-fixes'
authorJakub Kicinski <kuba@kernel.org>
Fri, 8 Jan 2021 02:47:21 +0000 (18:47 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 8 Jan 2021 02:47:21 +0000 (18:47 -0800)
commit413ace8d137446fc0fff62393846654350870c4d
tree01269ace975a9c004a87518158f46f7075239ed3
parentab2abef679d7da65ece877d62a7072c8a9aa4847
parent1eb90bf389047fd290b4902c721649f5443777e9
Merge branch 'nexthop-various-fixes'

Ido Schimmel says:

====================
nexthop: Various fixes

This series contains various fixes for the nexthop code. The bugs were
uncovered during the development of resilient nexthop groups.

Patches #1-#2 fix the error path of nexthop_create_group(). I was not
able to trigger these bugs with current code, but it is possible with
the upcoming resilient nexthop groups code which adds a user
controllable memory allocation further in the function.

Patch #3 fixes wrong validation of netlink attributes.

Patch #4 fixes wrong invocation of mausezahn in a selftest.
====================

Link: https://lore.kernel.org/r/20210107144824.1135691-1-idosch@idosch.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>