]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge branch 'tools-ynl-decode-link-types-present-in-tests'
authorJakub Kicinski <kuba@kernel.org>
Wed, 8 Jan 2025 02:07:55 +0000 (18:07 -0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 8 Jan 2025 02:07:56 +0000 (18:07 -0800)
Jakub Kicinski says:

====================
tools: ynl: decode link types present in tests

Using a kernel built for the net selftest target to run drivers/net
tests currently fails, because the net kernel automatically spawns
a handful of tunnel devices which YNL can't decode.

Fill in those missing link types in rt_link. We need to extend subset
support a bit for it to work.

v1: https://lore.kernel.org/20250105012523.1722231-1-kuba@kernel.org
====================

Link: https://patch.msgid.link/20250107022820.2087101-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge