Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <rmk+kernel@armlinux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Russell King and committed by
Linus Torvalds
22fcffeb e0fc99e2

+1 -1
+1 -1
MAINTAINERS
··· 15487 15487 F: drivers/net/phy/sfp* 15488 15488 F: include/linux/phylink.h 15489 15489 F: include/linux/sfp.h 15490 - K: phylink 15490 + 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) 15491 15491 15492 15492 SGI GRU DRIVER 15493 15493 M: Dimitri Sivanich <sivanich@sgi.com>