Skip to content

netdev/tree_match: include commas in diffstat regex#70

Merged
kuba-moo merged 1 commit intolinux-netdev:mainfrom
vladimiroltean:fix-tree-match
Feb 17, 2026
Merged

netdev/tree_match: include commas in diffstat regex#70
kuba-moo merged 1 commit intolinux-netdev:mainfrom
vladimiroltean:fix-tree-match

Conversation

@vladimiroltean
Copy link
Contributor

If there's a patch set that contains pure dt-bindings changes and isn't marked as 'net' or 'net-next', it will fail to be detected through required_files, because the r_diffstat and r_header regexes assume a file name is composed of letters, numbers, slashes, dots, hyphens, underscores.

Actually, dt-bindings file names also have a comma: vendor,schema.yml.

If there's a patch set that contains pure dt-bindings changes and isn't
marked as 'net' or 'net-next', it will fail to be detected through
required_files, because the r_diffstat and r_header regexes assume a
file name is composed of letters, numbers, slashes, dots, hyphens,
underscores.

Actually, dt-bindings file names also have a comma: vendor,schema.yml.

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
@kuba-moo kuba-moo merged commit 2db3e6f into linux-netdev:main Feb 17, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants