Netdev List
 help / color / mirror / Atom feed
* [PATCH net-next] MAINTAINERS: add Ivan Vecera as DPLL reviewer
@ 2026-08-06  9:44 Jiri Pirko
  2026-08-06 18:04 ` Vadim Fedorenko
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jiri Pirko @ 2026-08-06  9:44 UTC (permalink / raw)
  To: netdev; +Cc: vadim.fedorenko, arkadiusz.kubalewski, ivecera

From: Jiri Pirko <jiri@nvidia.com>

Ivan has been continuously active in DPLL development and discussion
since April 2025. His contributions cover the DPLL core and API,
netlink, bindings, ICE/SyncE integration, and the ZL3073x driver.

He also regularly reviews and tests DPLL patches from other contributors
and already maintains the Microchip ZL3073x driver. Add him as a reviewer
to reflect his ongoing involvement across the subsystem.

Signed-off-by: Jiri Pirko <jiri@nvidia.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 03bfb79fca2a..ea683dfda21f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7870,6 +7870,7 @@ DPLL SUBSYSTEM
 M:	Vadim Fedorenko <vadim.fedorenko@linux.dev>
 M:	Arkadiusz Kubalewski <arkadiusz.kubalewski@intel.com>
 M:	Jiri Pirko <jiri@resnulli.us>
+R:	Ivan Vecera <ivecera@redhat.com>
 L:	netdev@vger.kernel.org
 S:	Supported
 F:	Documentation/devicetree/bindings/dpll/dpll-device.yaml
-- 
2.54.0


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

* Re: [PATCH net-next] MAINTAINERS: add Ivan Vecera as DPLL reviewer
  2026-08-06  9:44 [PATCH net-next] MAINTAINERS: add Ivan Vecera as DPLL reviewer Jiri Pirko
@ 2026-08-06 18:04 ` Vadim Fedorenko
  2026-08-07  5:58 ` Kubalewski, Arkadiusz
  2026-08-08  1:30 ` patchwork-bot+netdevbpf
  2 siblings, 0 replies; 4+ messages in thread
From: Vadim Fedorenko @ 2026-08-06 18:04 UTC (permalink / raw)
  To: Jiri Pirko, netdev; +Cc: arkadiusz.kubalewski, ivecera

On 06/08/2026 10:44, Jiri Pirko wrote:
> From: Jiri Pirko <jiri@nvidia.com>
> 
> Ivan has been continuously active in DPLL development and discussion
> since April 2025. His contributions cover the DPLL core and API,
> netlink, bindings, ICE/SyncE integration, and the ZL3073x driver.
> 
> He also regularly reviews and tests DPLL patches from other contributors
> and already maintains the Microchip ZL3073x driver. Add him as a reviewer
> to reflect his ongoing involvement across the subsystem.
> 
> Signed-off-by: Jiri Pirko <jiri@nvidia.com>
> ---
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 03bfb79fca2a..ea683dfda21f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7870,6 +7870,7 @@ DPLL SUBSYSTEM
>   M:	Vadim Fedorenko <vadim.fedorenko@linux.dev>
>   M:	Arkadiusz Kubalewski <arkadiusz.kubalewski@intel.com>
>   M:	Jiri Pirko <jiri@resnulli.us>
> +R:	Ivan Vecera <ivecera@redhat.com>
>   L:	netdev@vger.kernel.org
>   S:	Supported
>   F:	Documentation/devicetree/bindings/dpll/dpll-device.yaml

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

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

* RE: [PATCH net-next] MAINTAINERS: add Ivan Vecera as DPLL reviewer
  2026-08-06  9:44 [PATCH net-next] MAINTAINERS: add Ivan Vecera as DPLL reviewer Jiri Pirko
  2026-08-06 18:04 ` Vadim Fedorenko
@ 2026-08-07  5:58 ` Kubalewski, Arkadiusz
  2026-08-08  1:30 ` patchwork-bot+netdevbpf
  2 siblings, 0 replies; 4+ messages in thread
From: Kubalewski, Arkadiusz @ 2026-08-07  5:58 UTC (permalink / raw)
  To: Jiri Pirko, netdev@vger.kernel.org
  Cc: vadim.fedorenko@linux.dev, Vecera, Ivan

>From: Jiri Pirko <jiri@resnulli.us>
>Sent: Thursday, August 6, 2026 11:45 AM
>
>Ivan has been continuously active in DPLL development and discussion
>since April 2025. His contributions cover the DPLL core and API,
>netlink, bindings, ICE/SyncE integration, and the ZL3073x driver.
>
>He also regularly reviews and tests DPLL patches from other contributors
>and already maintains the Microchip ZL3073x driver. Add him as a reviewer
>to reflect his ongoing involvement across the subsystem.
>
>Signed-off-by: Jiri Pirko <jiri@nvidia.com>
>---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
>diff --git a/MAINTAINERS b/MAINTAINERS
>index 03bfb79fca2a..ea683dfda21f 100644
>--- a/MAINTAINERS
>+++ b/MAINTAINERS
>@@ -7870,6 +7870,7 @@ DPLL SUBSYSTEM
> M:	Vadim Fedorenko <vadim.fedorenko@linux.dev>
> M:	Arkadiusz Kubalewski <arkadiusz.kubalewski@intel.com>
> M:	Jiri Pirko <jiri@resnulli.us>
>+R:	Ivan Vecera <ivecera@redhat.com>
> L:	netdev@vger.kernel.org
> S:	Supported
> F:	Documentation/devicetree/bindings/dpll/dpll-device.yaml
>--
>2.54.0

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

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

* Re: [PATCH net-next] MAINTAINERS: add Ivan Vecera as DPLL reviewer
  2026-08-06  9:44 [PATCH net-next] MAINTAINERS: add Ivan Vecera as DPLL reviewer Jiri Pirko
  2026-08-06 18:04 ` Vadim Fedorenko
  2026-08-07  5:58 ` Kubalewski, Arkadiusz
@ 2026-08-08  1:30 ` patchwork-bot+netdevbpf
  2 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+netdevbpf @ 2026-08-08  1:30 UTC (permalink / raw)
  To: Jiri Pirko; +Cc: netdev, vadim.fedorenko, arkadiusz.kubalewski, ivecera

Hello:

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

On Thu,  6 Aug 2026 11:44:32 +0200 you wrote:
> From: Jiri Pirko <jiri@nvidia.com>
> 
> Ivan has been continuously active in DPLL development and discussion
> since April 2025. His contributions cover the DPLL core and API,
> netlink, bindings, ICE/SyncE integration, and the ZL3073x driver.
> 
> He also regularly reviews and tests DPLL patches from other contributors
> and already maintains the Microchip ZL3073x driver. Add him as a reviewer
> to reflect his ongoing involvement across the subsystem.
> 
> [...]

Here is the summary with links:
  - [net-next] MAINTAINERS: add Ivan Vecera as DPLL reviewer
    https://git.kernel.org/netdev/net-next/c/1dd5bc0b9a07

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] 4+ messages in thread

end of thread, other threads:[~2026-08-08  1:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-06  9:44 [PATCH net-next] MAINTAINERS: add Ivan Vecera as DPLL reviewer Jiri Pirko
2026-08-06 18:04 ` Vadim Fedorenko
2026-08-07  5:58 ` Kubalewski, Arkadiusz
2026-08-08  1:30 ` 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