Skip to content

Commit a0992af

Browse files
committed
netdev: tree_match: include lib/ as local
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]>
1 parent b0fb656 commit a0992af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

netdev/tree_match.py

+2
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ def _tree_name_should_be_local_files(raw_email):
5353
'include/linux/skbuff.h',
5454
'include/net/',
5555
'include/phy/',
56+
# lib/ is pretty broad but patch volume is low
57+
'lib/',
5658
'net/',
5759
'drivers/atm/',
5860
'drivers/dpll/',

0 commit comments

Comments
 (0)