Skip to content

Commit

Permalink
netdev: tree_match: include lib/ as local
Browse files Browse the repository at this point in the history
There are various bits of lib/ we want to test: dim, nla, packing,
objagg, parman, etc. Include all of it, there aren't very many
lib/ patches.

Signed-off-by: Jakub Kicinski <[email protected]>
  • Loading branch information
kuba-moo committed Nov 3, 2024
1 parent c5eb5d6 commit 935b553
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions netdev/tree_match.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ def _tree_name_should_be_local_files(raw_email):
'include/linux/skbuff.h',
'include/net/',
'include/phy/',
# lib/ is pretty broad but patch volume is low
'lib/',
'net/',
'drivers/atm/',
'drivers/dpll/',
Expand Down

0 comments on commit 935b553

Please sign in to comment.