]> Gentwo Git Trees - linux/.git/commit
Merge branch 'tools-ynl-add-schema-checking'
authorJakub Kicinski <kuba@kernel.org>
Sat, 29 Nov 2025 03:53:22 +0000 (19:53 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 29 Nov 2025 03:53:22 +0000 (19:53 -0800)
commit2ce992a1a400b28fd52f5ee77fb5ab836bb861a8
tree1bf3958406ac7964ec6038215a41545e30242dda
parent2c80116b503296dd050c8b92bef34e300bc2b1d4
parent1adc241f3940c172c8c674a62004d3c34b360ab3
Merge branch 'tools-ynl-add-schema-checking'

Donald Hunter says:

====================
tools: ynl: add schema checking

Add schema checking and yaml linting for the YNL specs.

Patch 1 adds a schema_check make target using a pyynl --validate option
Patch 2 adds a lint make target using yamllint
Patches 3,4 fix issues reported by make -C tools/net/ynl lint schema_check
====================

Link: https://patch.msgid.link/20251127123502.89142-1-donald.hunter@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>