]> Git Repo - J-linux.git/commitdiff
MAINTAINERS: update phylink/sfp keyword matching
authorRussell King <[email protected]>
Wed, 5 Aug 2020 14:34:31 +0000 (15:34 +0100)
committerLinus Torvalds <[email protected]>
Wed, 5 Aug 2020 18:06:25 +0000 (11:06 -0700)
syzbot has revealed that the "phylink" keyword exists in non-phylink
related contexts in the bluetooth stack. To avoid receiving
inappropriate notifications, change the keyword matching regexp to
something which avoids this, while still allowing changes to networking
drivers that make use of phylink to be detected.

Signed-off-by: Russell King <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
MAINTAINERS

index 1ae2625eba5358c00f6fa60da4e1b282c48339ca..29f69d1f42b1f959ce017814d46b817b4c0b0507 100644 (file)
@@ -15487,7 +15487,7 @@ F:      drivers/net/phy/phylink.c
 F:     drivers/net/phy/sfp*
 F:     include/linux/phylink.h
 F:     include/linux/sfp.h
-K:     phylink
+K:     phylink\.h|struct\s+phylink|\.phylink|>phylink_|phylink_(autoneg|clear|connect|create|destroy|disconnect|ethtool|helper|mac|mii|of|set|start|stop|test|validate)
 
 SGI GRU DRIVER
 M:     Dimitri Sivanich <[email protected]>
This page took 0.066306 seconds and 4 git commands to generate.