netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net] MAINTAINERS: make the DPLL entry cover drivers
@ 2025-09-15 23:42 Jakub Kicinski
  2025-09-16  8:08 ` Jiri Pirko
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Jakub Kicinski @ 2025-09-15 23:42 UTC (permalink / raw)
  To: davem
  Cc: netdev, edumazet, pabeni, andrew+netdev, horms, Jakub Kicinski,
	vadim.fedorenko, arkadiusz.kubalewski, jiri

DPLL maintainers should probably be CCed on driver patches, too.
Remove the *, which makes the pattern only match files directly
under drivers/dpll but not its sub-directories.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
---
CC: vadim.fedorenko@linux.dev
CC: arkadiusz.kubalewski@intel.com
CC: jiri@resnulli.us
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 47bc35743f22..4b2ef595c764 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7431,7 +7431,7 @@ S:	Supported
 F:	Documentation/devicetree/bindings/dpll/dpll-device.yaml
 F:	Documentation/devicetree/bindings/dpll/dpll-pin.yaml
 F:	Documentation/driver-api/dpll.rst
-F:	drivers/dpll/*
+F:	drivers/dpll/
 F:	include/linux/dpll.h
 F:	include/uapi/linux/dpll.h
 
-- 
2.51.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH net] MAINTAINERS: make the DPLL entry cover drivers
  2025-09-15 23:42 [PATCH net] MAINTAINERS: make the DPLL entry cover drivers Jakub Kicinski
@ 2025-09-16  8:08 ` Jiri Pirko
  2025-09-16  8:40 ` Vadim Fedorenko
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Jiri Pirko @ 2025-09-16  8:08 UTC (permalink / raw)
  To: Jakub Kicinski
  Cc: davem, netdev, edumazet, pabeni, andrew+netdev, horms,
	vadim.fedorenko, arkadiusz.kubalewski

Tue, Sep 16, 2025 at 01:42:55AM +0200, kuba@kernel.org wrote:
>DPLL maintainers should probably be CCed on driver patches, too.
>Remove the *, which makes the pattern only match files directly
>under drivers/dpll but not its sub-directories.
>
>Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Acked-by: Jiri Pirko <jiri@nvidia.com>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH net] MAINTAINERS: make the DPLL entry cover drivers
  2025-09-15 23:42 [PATCH net] MAINTAINERS: make the DPLL entry cover drivers Jakub Kicinski
  2025-09-16  8:08 ` Jiri Pirko
@ 2025-09-16  8:40 ` Vadim Fedorenko
  2025-09-16  8:43 ` Kubalewski, Arkadiusz
  2025-09-17  0:20 ` patchwork-bot+netdevbpf
  3 siblings, 0 replies; 5+ messages in thread
From: Vadim Fedorenko @ 2025-09-16  8:40 UTC (permalink / raw)
  To: Jakub Kicinski, davem
  Cc: netdev, edumazet, pabeni, andrew+netdev, horms,
	arkadiusz.kubalewski, jiri

On 16.09.2025 00:42, Jakub Kicinski wrote:
> DPLL maintainers should probably be CCed on driver patches, too.
> Remove the *, which makes the pattern only match files directly
> under drivers/dpll but not its sub-directories.
> 
> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
> ---
> CC: vadim.fedorenko@linux.dev
> CC: arkadiusz.kubalewski@intel.com
> CC: jiri@resnulli.us
> ---
>   MAINTAINERS | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 47bc35743f22..4b2ef595c764 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7431,7 +7431,7 @@ S:	Supported
>   F:	Documentation/devicetree/bindings/dpll/dpll-device.yaml
>   F:	Documentation/devicetree/bindings/dpll/dpll-pin.yaml
>   F:	Documentation/driver-api/dpll.rst
> -F:	drivers/dpll/*
> +F:	drivers/dpll/
>   F:	include/linux/dpll.h
>   F:	include/uapi/linux/dpll.h

Acked-by: Vadim Fedorenko <vadim.fedorenko@linux.dev>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [PATCH net] MAINTAINERS: make the DPLL entry cover drivers
  2025-09-15 23:42 [PATCH net] MAINTAINERS: make the DPLL entry cover drivers Jakub Kicinski
  2025-09-16  8:08 ` Jiri Pirko
  2025-09-16  8:40 ` Vadim Fedorenko
@ 2025-09-16  8:43 ` Kubalewski, Arkadiusz
  2025-09-17  0:20 ` patchwork-bot+netdevbpf
  3 siblings, 0 replies; 5+ messages in thread
From: Kubalewski, Arkadiusz @ 2025-09-16  8:43 UTC (permalink / raw)
  To: Jakub Kicinski, davem@davemloft.net
  Cc: netdev@vger.kernel.org, edumazet@google.com, pabeni@redhat.com,
	andrew+netdev@lunn.ch, horms@kernel.org,
	vadim.fedorenko@linux.dev, jiri@resnulli.us

>From: Jakub Kicinski <kuba@kernel.org>
>Sent: Tuesday, September 16, 2025 1:43 AM
>Subject: [PATCH net] MAINTAINERS: make the DPLL entry cover drivers
>
>DPLL maintainers should probably be CCed on driver patches, too.
>Remove the *, which makes the pattern only match files directly
>under drivers/dpll but not its sub-directories.
>
>Signed-off-by: Jakub Kicinski <kuba@kernel.org>
>---
>CC: vadim.fedorenko@linux.dev
>CC: arkadiusz.kubalewski@intel.com
>CC: jiri@resnulli.us
>---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/MAINTAINERS b/MAINTAINERS
>index 47bc35743f22..4b2ef595c764 100644
>--- a/MAINTAINERS
>+++ b/MAINTAINERS
>@@ -7431,7 +7431,7 @@ S:	Supported
> F:	Documentation/devicetree/bindings/dpll/dpll-device.yaml
> F:	Documentation/devicetree/bindings/dpll/dpll-pin.yaml
> F:	Documentation/driver-api/dpll.rst
>-F:	drivers/dpll/*
>+F:	drivers/dpll/
> F:	include/linux/dpll.h
> F:	include/uapi/linux/dpll.h
>
>--
>2.51.0

Acked-by: Arkadiusz Kubalewski <arkadiusz.kubalewski@intel.com>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH net] MAINTAINERS: make the DPLL entry cover drivers
  2025-09-15 23:42 [PATCH net] MAINTAINERS: make the DPLL entry cover drivers Jakub Kicinski
                   ` (2 preceding siblings ...)
  2025-09-16  8:43 ` Kubalewski, Arkadiusz
@ 2025-09-17  0:20 ` patchwork-bot+netdevbpf
  3 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-09-17  0:20 UTC (permalink / raw)
  To: Jakub Kicinski
  Cc: davem, netdev, edumazet, pabeni, andrew+netdev, horms,
	vadim.fedorenko, arkadiusz.kubalewski, jiri

Hello:

This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Mon, 15 Sep 2025 16:42:55 -0700 you wrote:
> DPLL maintainers should probably be CCed on driver patches, too.
> Remove the *, which makes the pattern only match files directly
> under drivers/dpll but not its sub-directories.
> 
> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
> ---
> CC: vadim.fedorenko@linux.dev
> CC: arkadiusz.kubalewski@intel.com
> CC: jiri@resnulli.us
> 
> [...]

Here is the summary with links:
  - [net] MAINTAINERS: make the DPLL entry cover drivers
    https://git.kernel.org/netdev/net/c/94ff1ed3030e

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-09-17  0:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-15 23:42 [PATCH net] MAINTAINERS: make the DPLL entry cover drivers Jakub Kicinski
2025-09-16  8:08 ` Jiri Pirko
2025-09-16  8:40 ` Vadim Fedorenko
2025-09-16  8:43 ` Kubalewski, Arkadiusz
2025-09-17  0:20 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).