]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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)
commitacafa84ff3749314a2d52c33b740df80e3127ad5
treed553eab2fb333143f5108554d17491323c9145fc
parentd8c2e5f33acec38cf478c509c65646d029cc378e
parent6ffdbb93a59c60ee18bebd9acdbbca91e6bf0e64
Merge branch 'tools-ynl-decode-link-types-present-in-tests'

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>