diff options
author | Russell King <[email protected]> | 2020-08-05 15:34:31 +0100 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2020-08-05 11:06:25 -0700 |
commit | 22fcffebedf0a208f97dbf9d898c53b844ff153d (patch) | |
tree | 91d8d7424793da9b7cc64a89e77fcd4202d56036 | |
parent | e0fc99e21e6e299673f1640105ac0c1d829c2d93 (diff) |
MAINTAINERS: update phylink/sfp keyword matching
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]>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 1ae2625eba53..29f69d1f42b1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -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]> |