[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221020021913.1203867-1-kuba@kernel.org>
Date: Wed, 19 Oct 2022 19:19:13 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org, edumazet@...gle.com, pabeni@...hat.com,
richardcochran@...il.com, Jakub Kicinski <kuba@...nel.org>
Subject: [PATCH net] MAINTAINERS: add keyword match on PTP
Most of PTP drivers live under ethernet and we have to keep
telling people to CC the PTP maintainers. Let's try a keyword
match, we can refine as we go if it causes false positives.
Signed-off-by: Jakub Kicinski <kuba@...nel.org>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 5c6ce094e55e..ba8ed738494f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16673,6 +16673,7 @@ F: Documentation/driver-api/ptp.rst
F: drivers/net/phy/dp83640*
F: drivers/ptp/*
F: include/linux/ptp_cl*
+K: (?:\b|_)ptp(?:\b|_)
PTP VIRTUAL CLOCK SUPPORT
M: Yangbo Lu <yangbo.lu@....com>
--
2.37.3
Powered by blists - more mailing lists